Codebase list ros-ros-comm-msgs / 86ce88b
Add Python 3 packages Jochen Sprickerhof 5 years ago
4 changed file(s) with 34 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
33 Uploaders: Thomas Moulard <thomas.moulard@gmail.com>,
44 Jochen Sprickerhof <jspricke@debian.org>,
55 Leopold Palomo-Avellaneda <leo@alaxarxa.net>
6 Build-Depends: debhelper (>= 11), catkin, libroscpp-core-dev, ros-message-generation, libstd-msgs-dev, python-all, python-setuptools, dh-python, ros-std-msgs
6 Build-Depends: debhelper (>= 11), catkin, libroscpp-core-dev, ros-message-generation, libstd-msgs-dev, python-all, python-setuptools, dh-python, ros-std-msgs, python3-all
77 Standards-Version: 4.1.4
88 Section: libs
99 Rules-Requires-Root: no
3939 Section: python
4040 Architecture: all
4141 Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-genpy, python-std-msgs
42 Description: Messages relating to the Robot OS Computation Graph, Python bindings
42 Description: Messages relating to the Robot OS Computation Graph, Python 2 bindings
4343 This package is part of Robot OS (ROS). It contains the Python
4444 interface to messages relating to the ROS Computation Graph. Most
4545 users are not expected to interact with messages in this package, and
4646 it is strongly advised against. These messages are generally wrapped
4747 in higher level APIs.
48 .
49 This package contains the generated Python 2 package.
50
51 Package: python3-rosgraph-msgs
52 Section: python
53 Architecture: all
54 Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}, python3-genpy, python3-std-msgs
55 Description: Messages relating to the Robot OS Computation Graph, Python 3 bindings
56 This package is part of Robot OS (ROS). It contains the Python
57 interface to messages relating to the ROS Computation Graph. Most
58 users are not expected to interact with messages in this package, and
59 it is strongly advised against. These messages are generally wrapped
60 in higher level APIs.
61 .
62 This package contains the generated Python 3 package.
4863
4964 Package: cl-rosgraph-msgs
5065 Section: lisp
85100 Section: python
86101 Architecture: all
87102 Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
88 Description: Robot OS Common service definitions, Python bindings
103 Description: Robot OS Common service definitions, Python 2 bindings
89104 This package is part of Robot OS (ROS). It contains common service
90105 definitions.
91106 .
92 This package contains the Python interface to common service definitions.
107 This package contains the Python 2 interface to common service definitions.
108
109 Package: python3-std-srvs
110 Section: python
111 Architecture: all
112 Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
113 Description: Robot OS Common service definitions, Python 3 bindings
114 This package is part of Robot OS (ROS). It contains common service
115 definitions.
116 .
117 This package contains the Python 3 interface to common service definitions.
93118
94119 Package: cl-std-srvs
95120 Section: lisp
0 debian/tmp/usr/lib/python2*/*/rosgraph_msgs/*.py rosgraph_msgs
1 debian/tmp/usr/lib/python2*/*/rosgraph_msgs/msg/*.py rosgraph_msgs.msg
0 debian/tmp/usr/lib/python2*/*/std_srvs/*.py std_srvs
1 debian/tmp/usr/lib/python2*/*/std_srvs/srv/*.py std_srvs.srv
22 include /usr/share/dpkg/default.mk
33
44 %:
5 dh $@ --buildsystem=cmake --with python2
5 dh $@ --buildsystem=cmake --with python2,python3