[ros-bloom] 01/02: Repackage using pybuild

Jochen Sprickerhof jspricke at moszumanska.debian.org
Sat Jul 22 15:31:40 UTC 2017


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

jspricke pushed a commit to branch master
in repository ros-bloom.

commit 5de3347e24705ba8055ee16ac5f1a60941f8ba10
Author: Jochen Sprickerhof <git at jochen.sprickerhof.de>
Date:   Sat Jul 1 12:15:58 2017 +0200

    Repackage using pybuild
    
    - Add python3-bloom package
---
 debian/control        | 32 ++++++++++++++++++++++++++------
 debian/rules          | 13 ++-----------
 debian/source/options |  1 +
 3 files changed, 29 insertions(+), 17 deletions(-)

diff --git a/debian/control b/debian/control
index badb6d9..2f4c614 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,39 @@
 Source: ros-bloom
-Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
-Uploaders: Jochen Sprickerhof <jspricke at debian.org>,
-           Leopold Palomo-Avellaneda <leo at alaxarxa.net>
 Section: python
 Priority: optional
-Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 10), dh-python
+Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
+Uploaders: Jochen Sprickerhof <jspricke at debian.org>, Leopold Palomo-Avellaneda <leo at alaxarxa.net>
+Build-Depends: debhelper (>= 10), dh-python, python-all, python-setuptools, python3-all, python3-setuptools, python-vcstools, python-rosdistro, python-rosdep, python-empy, python-pep8, python3-vcstools, python3-rosdistro, python3-rosdep, python3-empy, python3-pep8, python3-docutils
 Standards-Version: 4.0.0
+Homepage: https://wiki.ros.org/bloom
+X-Python-Version: >= 2.6
+X-Python3-Version: >= 3.2
+Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/ros/ros-bloom.git
+Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/ros/ros-bloom.git/
+Testsuite: autopkgtest-pkg-python
 
 Package: python-bloom
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-yaml, python-empy, python-argparse, python-rosdep, python-rosdistro, python-vcstools, python-setuptools, python-catkin-pkg
-Description: Bloom is a release automation tool from Robot OS
+Depends: ${python:Depends}, ${misc:Depends}
+Description: Bloom is a release automation tool from Robot OS (Python 2)
+ This package is part of Robot OS (ROS). It (bloom) provides tools for
+ releasing software on top of a git repository and uses tools and
+ patterns from git-buildpackage. Additionally, bloom uses meta
+ and build information from catkin (https://github.com/ros/catkin) to
+ automate release branching and the generation of platform specific
+ source packages, like debian's src-debs.
+ .
+ This package installs the library for Python 2.
+
+Package: python3-bloom
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Description: Bloom is a release automation tool from Robot OS (Python 3)
  This package is part of Robot OS (ROS). It (bloom) provides tools for
  releasing software on top of a git repository and uses tools and
  patterns from git-buildpackage. Additionally, bloom uses meta
  and build information from catkin (https://github.com/ros/catkin) to
  automate release branching and the generation of platform specific
  source packages, like debian's src-debs.
+ .
+ This package installs the library for Python 3.
diff --git a/debian/rules b/debian/rules
index 1d89c7a..f438048 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,15 +1,6 @@
 #!/usr/bin/make -f
 
-# This file was automatically generated by stdeb 0.6.0+git at
-# Tue, 09 Dec 2014 11:30:06 +0100
+export PYBUILD_NAME=bloom
 
 %:
-	dh $@ --with python2 --buildsystem=python_distutils
-
-
-override_dh_clean:
-	rm -rf bloom.egg-info
-	dh_clean
-
-get-orig-source:
-	uscan --verbose --force-download --repack --compress xz
+	dh $@ --with python2,python3 --buildsystem=pybuild
diff --git a/debian/source/options b/debian/source/options
new file mode 100644
index 0000000..cb61fa5
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1 @@
+extend-diff-ignore = "^[^/]*[.]egg-info/"

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



More information about the debian-science-commits mailing list