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

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


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

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

commit bea0cb343bf993a3b39884d44e9a3c6356080f69
Author: Johannes 'josch' Schauer <josch at mister-muffin.de>
Date:   Sun Oct 18 15:45:12 2015 +0200

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

diff --git a/debian/control b/debian/control
index ebb3635..37595fd 100644
--- a/debian/control
+++ b/debian/control
@@ -5,21 +5,20 @@ 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, python3-yaml
 Standards-Version: 3.9.6
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/ros/ros-rosdistro.git
 Vcs-Git: git://anonscm.debian.org/debian-science/packages/ros/ros-rosdistro.git
 Homepage: http://www.ros.org/wiki/rosdistro
-X-Python-Version: >= 2.7
+X-Python3-Version: >= 3.4
 
-Package: python-rosdistro
+Package: python3-rosdistro
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, 
-	python-argparse,
-	python-catkin-pkg, 
-	python-rospkg, 
-	python-setuptools, 
-	python-yaml
+Depends: ${misc:Depends}, ${python3:Depends}, 
+	python3-catkin-pkg, 
+	python3-rospkg, 
+	python3-setuptools, 
+	python3-yaml
 Description: Tool to work with rosdistro files
  The rosdistro tool allows you to get access to the full dependency tree and
  the vcs information of all packages and repositories. rosdistro is a file
diff --git a/debian/rules b/debian/rules
index 85dc358..f11ca96 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,17 +1,11 @@
 #!/usr/bin/make -f
 
-# This file was automatically generated by stdeb 0.6.0+git at
-# Thu, 10 Oct 2013 11:59:22 +0200
-
 %:
-	dh $@ --with python2 --buildsystem=python_distutils
-
+	dh $@ --with python3 --buildsystem=pybuild
 
 override_dh_clean:
 	rm -rf src/rosdistro.egg-info
 	dh_clean
 
-
 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-rosdistro.git



More information about the debian-science-commits mailing list