Skip to content

Commit

Permalink
Bumps in ionic : ci_matching_branch/bump_ionic_gz-msgs11 (#1)
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 authored Oct 17, 2023
1 parent 735622a commit a01ba40
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 41 deletions.
30 changes: 3 additions & 27 deletions jammy/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,29 +1,5 @@
gz-msgs10 (10.0.0-1~jammy) jammy; urgency=medium
gz-msgs11 (10.999.999-1~jammy) jammy; urgency=medium

* gz-msgs10 10.0.0-1 release
* Stub to be removed after first entry

-- Addisu Z. Taddese <[email protected]> Fri, 29 Sep 2023 13:55:28 -0500

gz-msgs10 (10.0.0~pre4-1~jammy) jammy; urgency=medium

* gz-msgs10 10.0.0~pre4-1 release

-- Addisu Z. Taddese <[email protected]> Thu, 28 Sep 2023 10:30:06 -0500

gz-msgs10 (10.0.0~pre3-1~jammy) jammy; urgency=medium

* gz-msgs10 10.0.0~pre3-1 release

-- Addisu Z. Taddese <[email protected]> Wed, 30 Aug 2023 22:04:13 -0500

gz-msgs10 (10.0.0~pre2-1~jammy) jammy; urgency=medium

* gz-msgs10 10.0.0~pre2-1 release

-- Addisu Z. Taddese <[email protected]> Wed, 30 Aug 2023 11:30:27 -0500

gz-msgs10 (10.0.0~pre1-1~jammy) jammy; urgency=medium

* gz-msgs10 10.0.0~pre1-1 release

-- Addisu Z. Taddese <[email protected]> Tue, 29 Aug 2023 17:44:05 -0500
-- Ian Chen <[email protected]> Fri, 13 Oct 2023 20:53:45 +0000
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion ubuntu/debian/compat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9
13
24 changes: 12 additions & 12 deletions ubuntu/debian/control
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Source: gz-msgs10
Source: gz-msgs11
Maintainer: Jose Luis Rivero <[email protected]>
Section: science
Priority: optional
Expand All @@ -10,20 +10,20 @@ Build-Depends: cmake,
libprotoc-dev,
libprotobuf-dev (>= 2.3.0),
libtinyxml2-dev,
libgz-cmake3-dev,
libgz-math7-dev,
libgz-cmake4-dev,
libgz-math8-dev,
libgz-tools2-dev,
protobuf-compiler,
python3,
python3-dev,
python3-distutils,
python3-protobuf
Vcs-Browser: https://github.com/gazebosim/gz-msgs
Vcs-Git: https://github.com/gazebo-release/gz-msgs10-release
Vcs-Git: https://github.com/gazebo-release/gz-msgs11-release
Standards-Version: 4.5.1
Homepage: http://gazebosim.org/

Package: libgz-msgs10
Package: libgz-msgs11
Architecture: any
Section: libs
Pre-Depends: ${misc:Pre-Depends}
Expand All @@ -36,16 +36,16 @@ Description: Set of message definitions used by robotics apps - Shared library
.
This package contains the main message library.

Package: libgz-msgs10-dev
Package: libgz-msgs11-dev
Architecture: any
Section: libdevel
Depends: libprotobuf-dev (>= 2.3.0),
libprotoc-dev,
protobuf-compiler,
libtinyxml2-dev,
libgz-cmake3-dev,
libgz-math7-dev,
libgz-msgs10 (= ${binary:Version}),
libgz-cmake4-dev,
libgz-math8-dev,
libgz-msgs11 (= ${binary:Version}),
${misc:Depends}
Multi-Arch: same
Description: Set of message definitions used by robotics apps - Dev files
Expand All @@ -55,14 +55,14 @@ Description: Set of message definitions used by robotics apps - Dev files
.
This package contains the headers and other tools for development.

Package: python3-gz-msgs10
Package: python3-gz-msgs11
Architecture: any
Depends: libgz-msgs10 (= ${binary:Version}),
Depends: libgz-msgs11 (= ${binary:Version}),
python3-distutils,
python3-protobuf,
${misc:Depends},
${python3:Depends}
Enhances: libgz-msgs10
Enhances: libgz-msgs11
Description: Set of message definitions used by robotics apps - Dev files
Gazebo msgs is a component in the Gazebo framework, a set of
librariesdesigned to rapidly develop robot applications. The library
Expand Down
2 changes: 1 addition & 1 deletion ubuntu/debian/tests/build
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ int main(int argc, char **argv)
}
EOF

g++ -o gztest gztest.c `pkg-config --cflags --libs gz-msgs10`
g++ -o gztest gztest.c `pkg-config --cflags --libs gz-msgs11`
echo "build: OK"
[ -x gztest ]
./gztest
Expand Down

0 comments on commit a01ba40

Please sign in to comment.