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

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


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

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

commit c783c78b6d56671386e61199639a37b272f0028a
Author: Johannes 'josch' Schauer <josch at mister-muffin.de>
Date:   Sun Oct 18 15:51:06 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 63298e4..ea61082 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), dh-python
 Standards-Version: 3.9.6
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/ros/ros-wstool.git
 Vcs-Git: git://anonscm.debian.org/debian-science/packages/ros/ros-wstool.git
 Homepage: http://wiki.ros.org/wstool
-X-Python-Version: >= 2.7
+X-Python3-Version: >= 3.4
 
-Package: python-wstool
+Package: python3-wstool
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-vcstools
+Depends: ${misc:Depends}, ${python3:Depends}, python3-vcstools
 Description: Commands to manage several multi-SCM repositories
  wstool provides commands to manage several local SCM repositories (supports
  Git, Mercurial, Subversion, Bazaar) based on a single workspace definition
diff --git a/debian/rules b/debian/rules
index d3f091f..2f81f2c 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
-# Fri, 11 Oct 2013 08:30:40 +0200
-
 %:
-	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-wstool.git



More information about the debian-science-commits mailing list