Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs to gz #5

Merged
merged 2 commits into from
Aug 10, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions ubuntu/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ Build-Depends: cmake,
libignition-math6-dev,
libignition-tools-dev,
protobuf-compiler,
Vcs-Browser: https://bitbucket.org/ignitionrobotics/ign_msgs5-release
Vcs-Hg: https://bitbucket.org/ignitionrobotics/ign_msgs5-release
Homepage: http://ignitionrobotics.org/
Vcs-Browser: https://github.com/gazebosim/gz-msgs
Vcs-Git: https://github.com/gazebosim/gz-msgs
Homepage: http://gazebosim.org/

Package: libignition-msgs5
Architecture: any
Section: libs
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Description: Protobuf messages for ignitionics applications - Shared library
Description: Protobuf messages for Gazebo applications - Shared library
This library provides a set of google protobuf messages that are typically used
in ignition applications.
in Gazebo applications.

Package: libignition-msgs5-dev
Architecture: any
Expand All @@ -40,6 +40,6 @@ Depends: libprotobuf-dev (>= 2.3.0),
libignition-msgs5 (= ${binary:Version}),
${misc:Depends}
Multi-Arch: same
Description: Protobuf messages for ignitionics applications - Development files
Description: Protobuf messages for Gazebo applications - Development files
This library provides a set of google protobuf messages that are typically used
in ignition applications.
in Gazebo applications.
2 changes: 1 addition & 1 deletion ubuntu/debian/copyright
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: ignition_msgs
Upstream-Contact: [email protected]
Source: https://bitbucket.org/osrf/ignition_msgs
Source: https://github.com/gazebosim/gz-msgs

Files: *
Copyright: 2013 Open Source Robotics Foundation
Expand Down
2 changes: 1 addition & 1 deletion ubuntu/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ endif
%:
dh $@ --parallel

# https://bitbucket.org/ignitionrobotics/ign-msgs/issues/32/initpointcloudpacked-test-failed-on-i386
# https://github.com/gazebosim/gz-msgs/issues/32/initpointcloudpacked-test-failed-on-i386
override_dh_auto_test:
ifeq ($(DEB_HOST_ARCH),i386)
true
Expand Down