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

Support for jammy #16

Merged
merged 2 commits into from
Mar 22, 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
5 changes: 5 additions & 0 deletions jammy/debian/changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
ignition-gazebo6 (6.7.0-2~jammy) jammy; urgency=medium

* First release for jammy

-- Jose Luis Rivero <[email protected]> Fri, 11 Mar 2022 20:37:43 +0100
1 change: 1 addition & 0 deletions jammy/debian/compat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
13
1 change: 1 addition & 0 deletions jammy/debian/control
1 change: 1 addition & 0 deletions jammy/debian/copyright
1 change: 1 addition & 0 deletions jammy/debian/libignition-gazebo6-dev.install
1 change: 1 addition & 0 deletions jammy/debian/libignition-gazebo6-plugins.install
1 change: 1 addition & 0 deletions jammy/debian/libignition-gazebo6.install
1 change: 1 addition & 0 deletions jammy/debian/python3-ignition-gazebo6.install
1 change: 1 addition & 0 deletions jammy/debian/rules
1 change: 1 addition & 0 deletions jammy/debian/source
1 change: 1 addition & 0 deletions jammy/debian/tests
1 change: 1 addition & 0 deletions jammy/debian/watch
9 changes: 6 additions & 3 deletions ubuntu/debian/control
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Source: ignition-gazebo6
Standards-Version: 3.9.8
Maintainer: Jose Luis Rivero <[email protected]>
Section: science
Priority: optional
Build-Depends: cmake,
doxygen,
graphviz,
pkg-config,
debhelper (>= 9),
debhelper (>= 11),
dh-python,
libtinyxml2-dev,
libignition-tools-dev,
Expand All @@ -29,8 +29,9 @@ Build-Depends: cmake,
libsdformat12-dev (>= 12.3.0),
python3-dev,
python3-pybind11
Vcs-Browser: https://github.com/ignition-release/ign-gazebo6-release
Vcs-Browser: https://github.com/ignitionrobotics/ignition-gazebo
Vcs-Git: https://github.com/ignition-release/ign-gazebo6-release
Standards-Version: 4.5.1
Homepage: http://ignitionrobotics.org/

Package: libignition-gazebo6
Expand All @@ -40,6 +41,8 @@ Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends},
${misc:Depends},
qml-module-qtqml-models2
Breaks: libignition-gazebo6-6 (>= 6.4.0+ds)
Replaces: libignition-gazebo6-6 (>= 6.4.0+ds)
Multi-Arch: same
Description: Ignition Gazebo classes and functions for robot apps - Shared library
Ignition Gazebo is a component in the ignition framework, a set of libraries
Expand Down
Loading