[Python-modules-commits] [python-future] 02/02: Rebuild for jessie-backports.

Ondřej Nový onovy at moszumanska.debian.org
Mon Jan 2 10:15:24 UTC 2017


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

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

commit 76f6870e7b13e3289568633298ca4a976d5ebccc
Author: Ondřej Nový <onovy at debian.org>
Date:   Mon Jan 2 10:19:00 2017 +0100

    Rebuild for jessie-backports.
    
    * Rebuild for jessie-backports.
    * Bump required version of dh-python because test autodetection is
      not working in older versions
---
 debian/changelog | 8 ++++++++
 debian/control   | 2 +-
 debian/rules     | 1 -
 3 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4967631..9abd364 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+python-future (0.15.2-4~bpo8+1) jessie-backports; urgency=medium
+
+  * Rebuild for jessie-backports.
+  * Bump required version of dh-python because test autodetection is
+    not working in older versions
+
+ -- Ondřej Nový <onovy at debian.org>  Mon, 02 Jan 2017 10:18:39 +0100
+
 python-future (0.15.2-4) unstable; urgency=medium
 
   * d/p/0005-Fixed-bytes-unit-tests-fail-on-Python-3.5.patch:
diff --git a/debian/control b/debian/control
index c68920c..866562c 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Barry Warsaw <barry at debian.org>, Vincent Bernat <bernat at debian.org>
 Build-Depends: debhelper (>= 9),
-               dh-python,
+               dh-python (>= 2.20160609~),
                python-all,
                python-setuptools,
                python-sphinx,
diff --git a/debian/rules b/debian/rules
index d9f0d5d..e8e5180 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,6 @@
 #!/usr/bin/make -f
 
 export PYBUILD_NAME=future
-export PYBUILD_TEST_PYTEST=1
 export PYBUILD_TEST_ARGS=-k 'not urllib and not test_remove_hooks_then_requests and not test_requests_cm'
 export PYBUILD_BEFORE_TEST=cp pasteurize.py futurize.py {build_dir}
 export PYBUILD_AFTER_TEST=rm {build_dir}/*.py

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



More information about the Python-modules-commits mailing list