[ros-catkin-pkg] 01/01: add python3 support

Johannes Schauer josch at moszumanska.debian.org
Mon Oct 26 13:55:23 UTC 2015


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

josch pushed a commit to branch python3
in repository ros-catkin-pkg.

commit 9ede1fffd0b79a4070e49d00907c39587e32adf6
Author: Johannes 'josch' Schauer <josch at mister-muffin.de>
Date:   Sun Oct 18 08:31:27 2015 +0200

    add python3 support
---
 debian/control | 25 +++++++++++++------------
 debian/rules   | 10 +---------
 2 files changed, 14 insertions(+), 21 deletions(-)

diff --git a/debian/control b/debian/control
index 9b099f8..bed7f8d 100644
--- a/debian/control
+++ b/debian/control
@@ -5,25 +5,26 @@ Uploaders: Thomas Moulard <thomas.moulard at gmail.com>,
            Jochen Sprickerhof <jochen at sprickerhof.de>
 Section: python
 Priority: extra
-Build-Depends: python-all (>= 2.6.6-3), debhelper (>= 9),
-               python,
-               python-dateutil,
-               python-docutils,
-               python-mock
+Build-Depends: python3-all (>= 2.6.6-3), debhelper (>= 9),
+               python3,
+               python3-dateutil,
+               python3-docutils,
+               python3-mock
 Standards-Version: 3.9.6
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/ros/ros-catkin-pkg.git
 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
+Package: python3-catkin-pkg
 Architecture: all
 Multi-Arch: foreign
-Depends: python,
-         python-dateutil,
-         python-docutils,
-         python-mock,
-         ${misc:Depends}
+Depends: python3,
+         python3-dateutil,
+         python3-docutils,
+         python3-mock,
+         ${misc:Depends},
+         ${Python3:Depends}
 Description: Low-level build system macros for ROS -- Python module
  Library for retrieving information about catkin packages.
  Catkin contains CMake macros that are useful in the development of
diff --git a/debian/rules b/debian/rules
index 491936c..1a192ca 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,15 +1,7 @@
 #!/usr/bin/make -f
 
-# This file was automatically generated by stdeb 0.6.0+git at
-# Mon, 01 Dec 2014 12:34:47 +0100
-
 %:
-	dh $@ --with python2 --buildsystem=python_distutils
-
-
-override_dh_clean:
-	rm -rf src/catkin_pkg.egg-info
-	dh_clean
+	dh $@ --with python3 --buildsystem=pybuild
 
 get-orig-source:
 	uscan --verbose --force-download --repack --compress xz

-- 
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