Codebase list ros-ros-comm-msgs / 96f2207
Drop Python 2 packages Closes: #938394 Jochen Sprickerhof 4 years ago
6 changed file(s) with 8 addition(s) and 35 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, python3-all
6 Build-Depends: debhelper (>= 11), catkin, libroscpp-core-dev, ros-message-generation, libstd-msgs-dev, python3-all, python3-setuptools, dh-python, ros-std-msgs
77 Standards-Version: 4.1.4
88 Section: libs
99 Rules-Requires-Root: no
3535 strongly advised against. These messages are generally wrapped in
3636 higher level APIs.
3737
38 Package: python-rosgraph-msgs
39 Section: python
40 Architecture: all
41 Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-genpy, python-std-msgs
42 Description: Messages relating to the Robot OS Computation Graph, Python 2 bindings
43 This package is part of Robot OS (ROS). It contains the Python
44 interface to messages relating to the ROS Computation Graph. Most
45 users are not expected to interact with messages in this package, and
46 it is strongly advised against. These messages are generally wrapped
47 in higher level APIs.
48 .
49 This package contains the generated Python 2 package.
50
5138 Package: python3-rosgraph-msgs
5239 Section: python
5340 Architecture: all
54 Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}, python3-genpy, python3-std-msgs
41 Depends: ${python3:Depends}, ${misc:Depends}, python3-genpy, python3-std-msgs
5542 Description: Messages relating to the Robot OS Computation Graph, Python 3 bindings
5643 This package is part of Robot OS (ROS). It contains the Python
5744 interface to messages relating to the ROS Computation Graph. Most
9683 .
9784 This package contains C++ development files for common service definitions.
9885
99 Package: python-std-srvs
100 Section: python
101 Architecture: all
102 Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
103 Description: Robot OS Common service definitions, Python 2 bindings
104 This package is part of Robot OS (ROS). It contains common service
105 definitions.
106 .
107 This package contains the Python 2 interface to common service definitions.
108
10986 Package: python3-std-srvs
11087 Section: python
11188 Architecture: all
112 Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
89 Depends: ${python3:Depends}, ${misc:Depends}
11390 Description: Robot OS Common service definitions, Python 3 bindings
11491 This package is part of Robot OS (ROS). It contains common service
11592 definitions.
+0
-2
debian/python-rosgraph-msgs.pyinstall less more
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
-2
debian/python-std-srvs.pyinstall less more
0 debian/tmp/usr/lib/python2*/*/std_srvs/*.py std_srvs
1 debian/tmp/usr/lib/python2*/*/std_srvs/srv/*.py std_srvs.srv
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/python*/*/rosgraph_msgs/*.py rosgraph_msgs
1 debian/tmp/usr/lib/python*/*/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
0 debian/tmp/usr/lib/python*/*/std_srvs/*.py std_srvs
1 debian/tmp/usr/lib/python*/*/std_srvs/srv/*.py std_srvs.srv
22 include /usr/share/dpkg/default.mk
33
44 %:
5 dh $@ --buildsystem=cmake --with python2,python3
5 dh $@ --buildsystem=cmake --with python3