From d9ba6945c6541e3451ef4f727b1825cfa82dc049 Mon Sep 17 00:00:00 2001 From: Louise Poubel Date: Wed, 10 Aug 2022 16:07:08 -0700 Subject: [PATCH 1/2] Docs to gz Signed-off-by: Louise Poubel --- ubuntu/debian/control | 6 +++--- ubuntu/debian/copyright | 2 +- ubuntu/debian/rules | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ubuntu/debian/control b/ubuntu/debian/control index 0cacb41..8f3244a 100644 --- a/ubuntu/debian/control +++ b/ubuntu/debian/control @@ -14,9 +14,9 @@ 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 diff --git a/ubuntu/debian/copyright b/ubuntu/debian/copyright index 68c35a6..e7bd276 100644 --- a/ubuntu/debian/copyright +++ b/ubuntu/debian/copyright @@ -1,7 +1,7 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: ignition_msgs Upstream-Contact: gazebo-list@gazebosim.org -Source: https://bitbucket.org/osrf/ignition_msgs +Source: https://github.com/gazebosim/gz-msgs Files: * Copyright: 2013 Open Source Robotics Foundation diff --git a/ubuntu/debian/rules b/ubuntu/debian/rules index ed56019..4890a28 100755 --- a/ubuntu/debian/rules +++ b/ubuntu/debian/rules @@ -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 From 4b78ca1af17922dfaffe1a35a007e1e49849bc60 Mon Sep 17 00:00:00 2001 From: Louise Poubel Date: Wed, 10 Aug 2022 16:08:35 -0700 Subject: [PATCH 2/2] more Signed-off-by: Louise Poubel --- ubuntu/debian/control | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ubuntu/debian/control b/ubuntu/debian/control index 8f3244a..0924a84 100644 --- a/ubuntu/debian/control +++ b/ubuntu/debian/control @@ -24,9 +24,9 @@ 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 @@ -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.