Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Support for Jammy (#5)
Browse files Browse the repository at this point in the history
* Support for Jammy

* Can not run doxygen successfully

See gazebosim/gz-sim#1409
  • Loading branch information
j-rivero authored Apr 8, 2022
1 parent b28519d commit 1cf3e7b
Show file tree
Hide file tree
Showing 20 changed files with 491 additions and 31 deletions.
1 change: 1 addition & 0 deletions debian/compat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
13
1 change: 1 addition & 0 deletions debian/copyright
1 change: 1 addition & 0 deletions debian/watch
1 change: 1 addition & 0 deletions focal/debian/python3-ignition-gazebo7.install
5 changes: 5 additions & 0 deletions jammy/debian/changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
ignition-gazebo7 (6.999.999-1~jammy) jammy; urgency=medium

* First release for jammy

-- Jose Luis Rivero <[email protected]> Thu, 24 Mar 2022 00:11:36 +0100
1 change: 1 addition & 0 deletions jammy/debian/compat
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-gazebo7-dev.install
1 change: 1 addition & 0 deletions jammy/debian/libignition-gazebo7-plugins.install
1 change: 1 addition & 0 deletions jammy/debian/libignition-gazebo7.install
1 change: 1 addition & 0 deletions jammy/debian/python3-ignition-gazebo7.install
1 change: 1 addition & 0 deletions jammy/debian/rules
1 change: 1 addition & 0 deletions jammy/debian/source
61 changes: 40 additions & 21 deletions ubuntu/debian/control
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
Source: ignition-gazebo7
Standards-Version: 3.9.8
Maintainer: Jose Luis Rivero <[email protected]>
Section: science
Priority: optional
Build-Depends: cmake,
doxygen,
pkg-config,
debhelper (>= 9),
debhelper (>= 11),
dh-python,
libtinyxml2-dev,
libignition-tools-dev,
libignition-cmake2-dev (>= 2.8.0),
Expand All @@ -25,9 +24,14 @@ Build-Depends: cmake,
libignition-transport12-log-dev,
libignition-utils1-cli-dev,
libignition-utils1-dev,
libsdformat13-dev
Vcs-Browser: https://github.com/ignition-release/ign-gazebo7-release
libsdformat13-dev,
python3-dev,
python3-pybind11
# doxygen and grapviz are excluded per bug:
# https://github.com/ignitionrobotics/ign-gazebo/issues/1409
Vcs-Browser: https://github.com/ignitionrobotics/ignition-gazebo
Vcs-Git: https://github.com/ignition-release/ign-gazebo7-release
Standards-Version: 4.5.1
Homepage: http://ignitionrobotics.org/

Package: libignition-gazebo7
Expand All @@ -39,10 +43,10 @@ Depends: ${shlibs:Depends},
qml-module-qtqml-models2
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
designed to rapidly develop robot applications.
.
Main shared library
Ignition Gazebo is a component in the ignition framework, a set of libraries
designed to rapidly develop robot applications.
.
Main shared library

Package: libignition-gazebo7-plugins
Architecture: any
Expand All @@ -51,10 +55,10 @@ Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Description: Ignition Gazebo classes and functions for robot apps - Plugins
Ignition Gazebo is a component in the ignition framework, a set of libraries
designed to rapidly develop robot applications.
.
Plugins collection
Ignition Gazebo is a component in the ignition framework, a set of libraries
designed to rapidly develop robot applications.
.
Plugins collection

Package: libignition-gazebo7-dev
Architecture: any
Expand Down Expand Up @@ -83,10 +87,25 @@ Depends: libtinyxml2-dev,
${misc:Depends}
Multi-Arch: same
Description: Ignition Gazebo classes and functions for robot apps - Development files
Ignition Gazebo is a component in the ignition framework, a set of libraries
designed to rapidly develop robot applications.
.
Development files
Ignition Gazebo is a component in the ignition framework, a set of libraries
designed to rapidly develop robot applications.
.
Development files

Package: python3-ignition-gazebo7
Architecture: any
Depends: libignition-gazebo7 (= ${binary:Version}),
python3-distutils,
python3-pybind11,
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Enhances: libignition-gazebo6
Description: Ignition Gazebo classes and functions for robot apps - Development files
Ignition Gazebo is a component in the ignition framework, a set of libraries
designed to rapidly develop robot applications.
.
The package contains the Python3 bindings.

Package: libignition-gazebo7-dbg
Architecture: any
Expand All @@ -97,7 +116,7 @@ Depends:
${misc:Depends}
Multi-Arch: same
Description: Ignition Gazebo classes and functions for robot apps - Debug symbols
Ignition Gazebo is a component in the ignition framework, a set of libraries
designed to rapidly develop robot applications.
.
Debug symbols
Ignition Gazebo is a component in the ignition framework, a set of libraries
designed to rapidly develop robot applications.
.
Debug symbols
Loading

0 comments on commit 1cf3e7b

Please sign in to comment.