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

Bumps in ionic : ci_matching_branch/bump_ionic_gz-msgs11 #1

Merged
merged 2 commits into from
Oct 17, 2023
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
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.
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