[ros-genmsg] 01/01: WIP
Jochen Sprickerhof
jspricke-guest at moszumanska.debian.org
Tue Feb 16 07:35:43 UTC 2016
This is an automated email from the git hooks/post-receive script.
jspricke-guest pushed a commit to branch ros2
in repository ros-genmsg.
commit 4e2059f995fc183a1987818845df8204c74b08cb
Author: Jochen Sprickerhof <git at jochen.sprickerhof.de>
Date: Wed Jan 27 12:37:55 2016 +0100
WIP
---
debian/control | 10 ++++++++++
debian/python3-genmsg.pyinstall | 1 +
debian/rules | 2 +-
3 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 075439c..a79b40b 100644
--- a/debian/control
+++ b/debian/control
@@ -11,6 +11,7 @@ Homepage: http://wiki.ros.org/genmsg
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/ros/ros-genmsg.git
Vcs-Git: git://anonscm.debian.org/debian-science/packages/ros/ros-genmsg.git
X-Python-Version: >= 2.7
+X-Python3-Version: >= 3.4
Package: python-genmsg
Architecture: all
@@ -20,3 +21,12 @@ Description: Python library for generating Robot OS message and service data
order to decouple code generation (from .msg & .srv format files) from
the parsing of these files and from implementation details of the
build system.
+
+Package: python3-genmsg
+Architecture: all
+Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Description: Python library for generating Robot OS message and service data
+ This package is part of Robot OS (ROS). Project genmsg exists in
+ order to decouple code generation (from .msg & .srv format files) from
+ the parsing of these files and from implementation details of the
+ build system.
diff --git a/debian/python3-genmsg.pyinstall b/debian/python3-genmsg.pyinstall
new file mode 100644
index 0000000..5914e30
--- /dev/null
+++ b/debian/python3-genmsg.pyinstall
@@ -0,0 +1 @@
+src/genmsg/*.py genmsg
diff --git a/debian/rules b/debian/rules
index e5a363d..7b5caf7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@ DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/default.mk
%:
- dh $@ --parallel --buildsystem=cmake --with python2
+ dh $@ --parallel --buildsystem=cmake --with python2,python3
override_dh_auto_install:
dh_auto_install --destdir=debian/tmp
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ros/ros-genmsg.git
More information about the debian-science-commits
mailing list