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

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


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

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

commit 50e6f467d6bf191f269c53cd43f8adc9c4e80d28
Author: Johannes 'josch' Schauer <josch at mister-muffin.de>
Date:   Sun Oct 18 16:26:26 2015 +0200

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

diff --git a/debian/control b/debian/control
index d36c7c8..1e550dc 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 (>=8)
+Build-Depends: python3-setuptools (>= 0.6b3), python3-all (>= 2.6.6-3), debhelper (>=8), dh-python, python3-dateutil, python3-yaml
 Standards-Version: 3.9.6
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/ros/ros-vcstools.git
 Vcs-Git: git://anonscm.debian.org/debian-science/packages/ros/ros-vcstools.git
 Homepage: http://wiki.ros.org/vcstools
 X-Python-Version: >= 2.7
 
-Package: python-vcstools
+Package: python3-vcstools
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
+Depends: ${misc:Depends}, ${python3:Depends}
 Recommends: subversion, git, mercurial, bzr
 Description: VCS/SCM Pythin source control library for svn, git, hg, and bzr
  The vcstools module provides a Python API for interacting with different
diff --git a/debian/rules b/debian/rules
index 1b98a02..8d964ab 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 11:19:04 +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-vcstools.git



More information about the debian-science-commits mailing list