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

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


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

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

commit 8fe376a83793eb1c147893f5221e8faea2f99827
Author: Johannes 'josch' Schauer <josch at mister-muffin.de>
Date:   Sun Oct 18 15:46:25 2015 +0200

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

diff --git a/debian/control b/debian/control
index b6ae927..ccaa94b 100644
--- a/debian/control
+++ b/debian/control
@@ -5,16 +5,16 @@ Uploaders: Thomas Moulard <thomas.moulard at gmail.com>,
            Leopold Palomo-Avellaneda <leo at alaxarxa.net>
 Section: python
 Priority: optional
-Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 7.4.3)
+Build-Depends: python3-setuptools (>= 0.6b3), python3-all (>= 2.6.6-3), debhelper (>= 7.4.3), python3-wstool
 Standards-Version: 3.9.6
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/ros/ros-rosinstall.git
 Vcs-Git: git://anonscm.debian.org/debian-science/packages/ros/ros-rosinstall.git
 Homepage: http://wiki.ros.org/rosinstall
-X-Python-Version: >= 2.7
+X-Python3-Version: >= 3.4
 
-Package: python-rosinstall
+Package: python3-rosinstall
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
+Depends: ${misc:Depends}, ${python3:Depends}
 Description: Installer for ROS
  The rosinstall package provides a Python API for interacting with a source
  code workspace as well as a group of command line tools. Rosinstall 
diff --git a/debian/rules b/debian/rules
index 58baf3b..557ed31 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,11 +1,7 @@
 #!/usr/bin/make -f
 
-# This file was automatically generated by stdeb 0.6.0+git at
-# Fri, 28 Nov 2014 15:11:27 +0100
-
 %:
-	dh $@ --with python2 --buildsystem=python_distutils
-
+	dh $@ --with python3 --buildsystem=pybuild
 
 override_dh_clean:
 	rm -rf src/rosinstall.egg-info

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



More information about the debian-science-commits mailing list