[ros-catkin-pkg] 01/02: Revert "Disable python3- package for now"
Jochen Sprickerhof
jspricke at moszumanska.debian.org
Mon Jul 3 21:53:18 UTC 2017
This is an automated email from the git hooks/post-receive script.
jspricke pushed a commit to branch master
in repository ros-catkin-pkg.
commit 5e8696eeac8cd097b4780466ce567b6a623d6681
Author: Jochen Sprickerhof <git at jochen.sprickerhof.de>
Date: Mon Jul 3 23:45:13 2017 +0200
Revert "Disable python3- package for now"
This reverts commit 772858d4972afd0a2716bc9cbb5299395ad4d818.
---
debian/control | 29 ++++++++++++++---------------
debian/rules | 3 +--
2 files changed, 15 insertions(+), 17 deletions(-)
diff --git a/debian/control b/debian/control
index 9959792..e836ddd 100644
--- a/debian/control
+++ b/debian/control
@@ -3,15 +3,14 @@ Section: python
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
Uploaders: Thomas Moulard <thomas.moulard at gmail.com>, Leopold Palomo-Avellaneda <leo at alaxarxa.net>, Jochen Sprickerhof <jspricke at debian.org>
-#Build-Depends: debhelper (>= 10), dh-python, python-all, python-setuptools, python3-all, python3-setuptools, python-mock, python3-mock, python-docutils, python3-docutils, python-dateutil, python3-dateutil
-Build-Depends: debhelper (>= 10), dh-python, python-all, python-setuptools, python-mock, python-docutils, python-dateutil
+Build-Depends: debhelper (>= 10), dh-python, python-all, python-setuptools, python3-all, python3-setuptools, python-mock, python3-mock, python-docutils, python3-docutils, python-dateutil, python3-dateutil
Standards-Version: 4.0.0
Homepage: http://www.ros.org/wiki/catkin_pkg
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/ros/ros-catkin-pkg.git
Vcs-Browser: https://anonscm.debian.org/git/debian-science/packages/ros/ros-catkin-pkg.git
-Testsuite: autopkgtest-pkg-python
+#Testsuite: autopkgtest-pkg-python
Package: python-catkin-pkg
Architecture: all
@@ -26,15 +25,15 @@ Description: Low-level build system macros for Robot OS -- Python 2 module
.
This package is a Python 2 module needed to use Catkin.
-#Package: python3-catkin-pkg
-#Architecture: all
-#Multi-Arch: foreign
-#Depends: ${python:Depends}, ${misc:Depends}
-#Description: Low-level build system macros for Robot OS -- Python 3 module
-# This package is part of Robot OS (ROS). It is a library for
-# retrieving information about catkin packages. Catkin contains CMake
-# macros that are useful in the development of ROS-related systems. ROS
-# provides libraries and tools to help software developers create robot
-# applications.
-# .
-# This package is a Python 2 module needed to use Catkin.
+Package: python3-catkin-pkg
+Architecture: all
+Multi-Arch: foreign
+Depends: ${python:Depends}, ${misc:Depends}
+Description: Low-level build system macros for Robot OS -- Python 3 module
+ This package is part of Robot OS (ROS). It is a library for
+ retrieving information about catkin packages. Catkin contains CMake
+ macros that are useful in the development of ROS-related systems. ROS
+ provides libraries and tools to help software developers create robot
+ applications.
+ .
+ This package is a Python 2 module needed to use Catkin.
diff --git a/debian/rules b/debian/rules
index d52650f..b1acf30 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,5 +4,4 @@ export PYBUILD_NAME=catkin-pkg
export PYBUILD_AFTER_INSTALL=rm -rf 'debian/python3-catkin-pkg/usr/bin'
%:
- dh $@ --with python2 --buildsystem=pybuild
- #dh $@ --with python2,python3 --buildsystem=pybuild
+ dh $@ --with python2,python3 --buildsystem=pybuild
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ros/ros-catkin-pkg.git
More information about the debian-science-commits
mailing list