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

Commit 1cf3e7b

Browse files
authored
Support for Jammy (#5)
* Support for Jammy * Can not run doxygen successfully See gazebosim/gz-sim#1409
1 parent b28519d commit 1cf3e7b

20 files changed

+491
-31
lines changed

debian/compat

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
13

debian/copyright

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../ubuntu/debian/debian_copyright_2022

debian/watch

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../ubuntu/debian/watch
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../ubuntu/debian/python3-ignition-gazebo.install

jammy/debian/changelog

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
ignition-gazebo7 (6.999.999-1~jammy) jammy; urgency=medium
2+
3+
* First release for jammy
4+
5+
-- Jose Luis Rivero <[email protected]> Thu, 24 Mar 2022 00:11:36 +0100

jammy/debian/compat

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../ubuntu/debian/compat

jammy/debian/control

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../ubuntu/debian/control

jammy/debian/copyright

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../ubuntu/debian/copyright
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../ubuntu/debian/libignition-gazebo-dev.install
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../ubuntu/debian/libignition-gazebo-plugins.install
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../ubuntu/debian/libignition-gazebo.install
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../ubuntu/debian/python3-ignition-gazebo.install

jammy/debian/rules

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../ubuntu/debian/rules

jammy/debian/source

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../ubuntu/debian/source

ubuntu/debian/control

+40-21
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
Source: ignition-gazebo7
2-
Standards-Version: 3.9.8
32
Maintainer: Jose Luis Rivero <[email protected]>
43
Section: science
54
Priority: optional
65
Build-Depends: cmake,
7-
doxygen,
86
pkg-config,
9-
debhelper (>= 9),
7+
debhelper (>= 11),
8+
dh-python,
109
libtinyxml2-dev,
1110
libignition-tools-dev,
1211
libignition-cmake2-dev (>= 2.8.0),
@@ -25,9 +24,14 @@ Build-Depends: cmake,
2524
libignition-transport12-log-dev,
2625
libignition-utils1-cli-dev,
2726
libignition-utils1-dev,
28-
libsdformat13-dev
29-
Vcs-Browser: https://github.com/ignition-release/ign-gazebo7-release
27+
libsdformat13-dev,
28+
python3-dev,
29+
python3-pybind11
30+
# doxygen and grapviz are excluded per bug:
31+
# https://github.com/ignitionrobotics/ign-gazebo/issues/1409
32+
Vcs-Browser: https://github.com/ignitionrobotics/ignition-gazebo
3033
Vcs-Git: https://github.com/ignition-release/ign-gazebo7-release
34+
Standards-Version: 4.5.1
3135
Homepage: http://ignitionrobotics.org/
3236

3337
Package: libignition-gazebo7
@@ -39,10 +43,10 @@ Depends: ${shlibs:Depends},
3943
qml-module-qtqml-models2
4044
Multi-Arch: same
4145
Description: Ignition Gazebo classes and functions for robot apps - Shared library
42-
Ignition Gazebo is a component in the ignition framework, a set of libraries
43-
designed to rapidly develop robot applications.
44-
.
45-
Main shared library
46+
Ignition Gazebo is a component in the ignition framework, a set of libraries
47+
designed to rapidly develop robot applications.
48+
.
49+
Main shared library
4650

4751
Package: libignition-gazebo7-plugins
4852
Architecture: any
@@ -51,10 +55,10 @@ Pre-Depends: ${misc:Pre-Depends}
5155
Depends: ${shlibs:Depends}, ${misc:Depends}
5256
Multi-Arch: same
5357
Description: Ignition Gazebo classes and functions for robot apps - Plugins
54-
Ignition Gazebo is a component in the ignition framework, a set of libraries
55-
designed to rapidly develop robot applications.
56-
.
57-
Plugins collection
58+
Ignition Gazebo is a component in the ignition framework, a set of libraries
59+
designed to rapidly develop robot applications.
60+
.
61+
Plugins collection
5862

5963
Package: libignition-gazebo7-dev
6064
Architecture: any
@@ -83,10 +87,25 @@ Depends: libtinyxml2-dev,
8387
${misc:Depends}
8488
Multi-Arch: same
8589
Description: Ignition Gazebo classes and functions for robot apps - Development files
86-
Ignition Gazebo is a component in the ignition framework, a set of libraries
87-
designed to rapidly develop robot applications.
88-
.
89-
Development files
90+
Ignition Gazebo is a component in the ignition framework, a set of libraries
91+
designed to rapidly develop robot applications.
92+
.
93+
Development files
94+
95+
Package: python3-ignition-gazebo7
96+
Architecture: any
97+
Depends: libignition-gazebo7 (= ${binary:Version}),
98+
python3-distutils,
99+
python3-pybind11,
100+
${misc:Depends},
101+
${python3:Depends},
102+
${shlibs:Depends},
103+
Enhances: libignition-gazebo6
104+
Description: Ignition Gazebo classes and functions for robot apps - Development files
105+
Ignition Gazebo is a component in the ignition framework, a set of libraries
106+
designed to rapidly develop robot applications.
107+
.
108+
The package contains the Python3 bindings.
90109

91110
Package: libignition-gazebo7-dbg
92111
Architecture: any
@@ -97,7 +116,7 @@ Depends:
97116
${misc:Depends}
98117
Multi-Arch: same
99118
Description: Ignition Gazebo classes and functions for robot apps - Debug symbols
100-
Ignition Gazebo is a component in the ignition framework, a set of libraries
101-
designed to rapidly develop robot applications.
102-
.
103-
Debug symbols
119+
Ignition Gazebo is a component in the ignition framework, a set of libraries
120+
designed to rapidly develop robot applications.
121+
.
122+
Debug symbols

0 commit comments

Comments
 (0)