1
1
Source: ignition-gazebo7
2
- Standards-Version: 3.9.8
3
2
Maintainer: Jose Luis Rivero <
[email protected] >
4
3
Section: science
5
4
Priority: optional
6
5
Build-Depends: cmake,
7
- doxygen,
8
6
pkg-config,
9
- debhelper (>= 9),
7
+ debhelper (>= 11),
8
+ dh-python,
10
9
libtinyxml2-dev,
11
10
libignition-tools-dev,
12
11
libignition-cmake2-dev (>= 2.8.0),
@@ -25,9 +24,14 @@ Build-Depends: cmake,
25
24
libignition-transport12-log-dev,
26
25
libignition-utils1-cli-dev,
27
26
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
30
33
Vcs-Git: https://github.com/ignition-release/ign-gazebo7-release
34
+ Standards-Version: 4.5.1
31
35
Homepage: http://ignitionrobotics.org/
32
36
33
37
Package: libignition-gazebo7
@@ -39,10 +43,10 @@ Depends: ${shlibs:Depends},
39
43
qml-module-qtqml-models2
40
44
Multi-Arch: same
41
45
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
46
50
47
51
Package: libignition-gazebo7-plugins
48
52
Architecture: any
@@ -51,10 +55,10 @@ Pre-Depends: ${misc:Pre-Depends}
51
55
Depends: ${shlibs:Depends}, ${misc:Depends}
52
56
Multi-Arch: same
53
57
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
58
62
59
63
Package: libignition-gazebo7-dev
60
64
Architecture: any
@@ -83,10 +87,25 @@ Depends: libtinyxml2-dev,
83
87
${misc:Depends}
84
88
Multi-Arch: same
85
89
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.
90
109
91
110
Package: libignition-gazebo7-dbg
92
111
Architecture: any
@@ -97,7 +116,7 @@ Depends:
97
116
${misc:Depends}
98
117
Multi-Arch: same
99
118
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