[ros-catkin-pkg] 01/01: WIP
Jochen Sprickerhof
jspricke-guest at moszumanska.debian.org
Fri Feb 19 12:53:44 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-catkin-pkg.
commit 987286a211705bc9e0f9b344bb54781346dadb8b
Author: Jochen Sprickerhof <git at jochen.sprickerhof.de>
Date: Wed Jan 27 12:40:23 2016 +0100
WIP
---
debian/control | 18 ++++++++++++++++++
debian/rules | 2 +-
2 files changed, 19 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index a34bcc5..52a6647 100644
--- a/debian/control
+++ b/debian/control
@@ -15,6 +15,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/ros/ros
Vcs-Git: git://anonscm.debian.org/debian-science/packages/ros/ros-catkin-pkg.git
Homepage: http://www.ros.org/wiki/catkin_pkg
X-Python-Version: >= 2.7
+X-Python3-Version: >= 3.4
Package: python-catkin-pkg
Architecture: all
@@ -33,3 +34,20 @@ Description: Low-level build system macros for Robot OS -- Python module
.
This package is a Python module needed to use Catkin.
+Package: python3-catkin-pkg
+Architecture: all
+Multi-Arch: foreign
+Depends: python3,
+ python3-dateutil,
+ python3-docutils,
+ python3-mock,
+ ${misc:Depends},
+ ${Python3:Depends}
+Description: Low-level build system macros for Robot OS -- Python module
+ This package is part of Robot OS (ROS). It is a library for
+ retrieving information about catkin packages. Catkin contains CMake
+ macros that are useful in the development of ROS-related systems. ROS
+ provides libraries and tools to help software developers create robot
+ applications.
+ .
+ This package is a Python module needed to use Catkin.
diff --git a/debian/rules b/debian/rules
index 491936c..79bfa93 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
# Mon, 01 Dec 2014 12:34:47 +0100
%:
- dh $@ --with python2 --buildsystem=python_distutils
+ dh $@ --with python2,python3 --buildsystem=python_distutils
override_dh_clean:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ros/ros-catkin-pkg.git
More information about the debian-science-commits
mailing list