[ros-catkin] 01/01: WIP

Jochen Sprickerhof jspricke-guest at moszumanska.debian.org
Mon Feb 15 20:52:27 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.

commit 2958046977a3b8be9bfe1bad90fd7f66b010056f
Author: Jochen Sprickerhof <git at jochen.sprickerhof.de>
Date:   Wed Jan 27 12:40:42 2016 +0100

    WIP
---
 debian/catkin3.pyinstall |  1 +
 debian/control           | 17 +++++++++++++++++
 debian/rules             |  2 +-
 3 files changed, 19 insertions(+), 1 deletion(-)

diff --git a/debian/catkin3.pyinstall b/debian/catkin3.pyinstall
new file mode 100644
index 0000000..3a22ba7
--- /dev/null
+++ b/debian/catkin3.pyinstall
@@ -0,0 +1 @@
+python/catkin/*.py catkin
diff --git a/debian/control b/debian/control
index ce635ce..3d5fb85 100644
--- a/debian/control
+++ b/debian/control
@@ -18,6 +18,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.git
 Homepage: http://www.ros.org/wiki/catkin
 X-Python-Version: >= 2.7
+X-Python3-Version: >= 3.4
 
 Package: catkin
 Architecture: all
@@ -34,3 +35,19 @@ Description: Low-level build system macros and infrastructure for Robot OS
  Catkin contains CMake macros that are useful in the development of
  ROS-related systems. In ROS (Robot OS) Fuerte and later, many of the
  lower-level libraries are being migrated to be CMake only.
+
+Package: catkin3
+Architecture: all
+Depends: python3,
+	 python3-catkin-pkg,
+	 python3-empy,
+	 cmake,
+	 libgtest-dev,
+	 ${python:Depends},
+	 ${misc:Depends}
+Recommends: bash-completion
+Multi-Arch: foreign
+Description: Low-level build system macros and infrastructure for Robot OS
+ Catkin contains CMake macros that are useful in the development of
+ ROS-related systems. In ROS (Robot OS) Fuerte and later, many of the
+ lower-level libraries are being migrated to be CMake only.
diff --git a/debian/rules b/debian/rules
index ca51209..d4214e5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,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-catkin.git



More information about the debian-science-commits mailing list