[ros-roscpp-core] 01/01: add python3 support

Johannes Schauer josch at moszumanska.debian.org
Mon Oct 26 13:57:58 UTC 2015


This is an automated email from the git hooks/post-receive script.

josch pushed a commit to branch python3
in repository ros-roscpp-core.

commit cd1ec794639bc7b1ad7ac9bc643a0621fa463eb5
Author: Johannes 'josch' Schauer <josch at mister-muffin.de>
Date:   Sun Oct 18 09:55:11 2015 +0200

    add python3 support
---
 debian/control | 2 +-
 debian/rules   | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index e708eb7..62d4358 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Thomas Moulard <thomas.moulard at gmail.com>,
 Section: libs
 Priority: extra
 Build-Depends: debhelper (>= 9),
-	       python,
+	       python3,
 	       catkin,
          libboost-system-dev,
          libboost-thread-dev,
diff --git a/debian/rules b/debian/rules
index 320914b..172694b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,3 +3,6 @@
 
 %:
 	dh  $@ --parallel --buildsystem=cmake
+
+override_dh_auto_configure:
+	dh_auto_configure -- -DPython_ADDITIONAL_VERSIONS=3.4

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ros/ros-roscpp-core.git



More information about the debian-science-commits mailing list