[ros-rosdep] 01/01: add python3 support

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


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

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

commit db155e43ccd1a3929281dbb02e56c2313d3b026a
Author: Johannes 'josch' Schauer <josch at mister-muffin.de>
Date:   Sun Oct 18 15:52:05 2015 +0200

    add python3 support
---
 debian/control | 8 ++++----
 debian/rules   | 5 +----
 2 files changed, 5 insertions(+), 8 deletions(-)

diff --git a/debian/control b/debian/control
index 6200e0e..3d6e93b 100644
--- a/debian/control
+++ b/debian/control
@@ -3,16 +3,16 @@ Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.
 Uploaders: Leopold Palomo-Avellaneda <leo at alaxarxa.net>, Jochen Sprickerhof <debian at jochen.sprickerhof.de>
 Section: python
 Priority: optional
-Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 7.4.3), python-nose
+Build-Depends: python3-setuptools (>= 0.6b3), python3-all (>= 2.6.6-3), debhelper (>= 7.4.3), python3-nose, dh-python, python3-rospkg, python3-catkin-pkg, python3-rosdistro
 Standards-Version: 3.9.6
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/ros/ros-rosdep.git
 Vcs-Git: git://anonscm.debian.org/debian-science/packages/ros/ros-rosdep.git
 Homepage: http://www.ros.org/wiki/rosdep
-X-Python-Version: >= 2.7
+X-Python3-Version: >= 3.4
 
-Package: python-rosdep
+Package: python3-rosdep
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
+Depends: ${misc:Depends}, ${python3:Depends}
 Description: rosdep package manager abstrction tool for ROS
  Command-line tool for installing system dependencies on a variety of platforms.
  For *end-users*, rosdep helps you install system dependencies for software
diff --git a/debian/rules b/debian/rules
index 87f7961..f9ec9eb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,7 @@
 #!/usr/bin/make -f
 
-# This file was automatically generated by stdeb 0.6.0+git at
-# Mon, 01 Dec 2014 09:55:58 +0100
-
 %:
-	dh $@ --with python2 --buildsystem=python_distutils
+	dh $@ --with python3 --buildsystem=pybuild
 
 
 override_dh_clean:

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



More information about the debian-science-commits mailing list