[Python-modules-commits] [python-backports-abc] 01/01: Rebuild for jessie-backports.

Ondřej Nový onovy at moszumanska.debian.org
Sun Aug 7 12:37:43 UTC 2016


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

onovy pushed a commit to branch jessie-backports
in repository python-backports-abc.

commit 53bb8be528364b0c2346d5a98da800fed519387f
Author: Ondřej Nový <onovy at debian.org>
Date:   Mon Aug 1 15:59:51 2016 +0200

    Rebuild for jessie-backports.
    
    * Rebuild for jessie-backports.
    * Build python3-backports-abc binary package
---
 debian/changelog |  7 +++++++
 debian/control   | 12 +++++++++++-
 debian/rules     |  2 +-
 3 files changed, 19 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 661cd61..1150874 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+python-backports-abc (0.4-2~bpo8+1) jessie-backports; urgency=medium
+
+  * Rebuild for jessie-backports.
+  * Build python3-backports-abc binary package
+
+ -- Ondřej Nový <onovy at debian.org>  Mon, 01 Aug 2016 15:54:39 +0200
+
 python-backports-abc (0.4-2) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/control b/debian/control
index c8f557a..f66be43 100644
--- a/debian/control
+++ b/debian/control
@@ -4,11 +4,12 @@ Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.
 Section: python
 Uploaders: Julien Puydt <julien.puydt at laposte.net>
 Standards-Version: 3.9.8
-Build-Depends: debhelper (>= 9), dh-python, python
+Build-Depends: debhelper (>= 9), dh-python, python, python3
 Homepage: https://github.com/cython/backports_abc
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-backports-abc.git
 Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-backports-abc.git/
 X-Python-Version: >= 2.7
+X-Python3-Version: << 3.5
 Testsuite: autopkgtest-pkg-python
 
 Package: python-backports-abc
@@ -19,3 +20,12 @@ Description: Backport of the "collections.abc" stdlib module (Python 2)
  Python 3.5.
  .
  This package is (obviously) for Python 2.
+
+Package: python3-backports-abc
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
+Description: Backport of the "collections.abc" stdlib module (Python 3.x)
+ This is a backport to older Python 3 of recent additions to the
+ "collections.abc" in Python 3.5.
+ .
+ This package is for Python 3.x.
diff --git a/debian/rules b/debian/rules
index b0e21f2..532bec0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,4 +6,4 @@ export PYBUILD_BEFORE_TEST=cp {dir}/tests.py {build_dir}
 export PYBUILD_AFTER_TEST=rm -f {build_dir}/tests.py
 
 %:
-	dh $@ --with python2 --buildsystem=pybuild
+	dh $@ --with python2,python3 --buildsystem=pybuild

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-backports-abc.git



More information about the Python-modules-commits mailing list