Control: severity -1 normal
Control: tag -1 patch pending

Dear maintainer,

I've prepared an NMU for python-fixtures (versioned as 0.3.14-1.1) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

It also properly enables the tests for all versions of python, and does
not ignore the result (it was failing unnoticed before now).

Regards.

-- 
Jonathan Wiltshire                                      [email protected]
Debian Developer                         http://people.debian.org/~jmw

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51

diff -Nru python-fixtures-0.3.14/debian/changelog python-fixtures-0.3.14/debian/changelog
--- python-fixtures-0.3.14/debian/changelog	2013-09-07 03:57:14.000000000 +0100
+++ python-fixtures-0.3.14/debian/changelog	2014-03-23 11:37:00.000000000 +0000
@@ -1,3 +1,13 @@
+python-fixtures (0.3.14-1.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Depend on python-all and python3-all so that all supported
+    versions are available (Closes: #739139, #735577)
+  * Properly enable tests for all supported versions, and stop
+    ignoring the results
+
+ -- Jonathan Wiltshire <[email protected]>  Sun, 23 Mar 2014 11:21:14 +0000
+
 python-fixtures (0.3.14-1) unstable; urgency=low
 
   * New upstream release.
diff -Nru python-fixtures-0.3.14/debian/control python-fixtures-0.3.14/debian/control
--- python-fixtures-0.3.14/debian/control	2013-09-07 03:57:14.000000000 +0100
+++ python-fixtures-0.3.14/debian/control	2014-03-23 11:17:00.000000000 +0000
@@ -4,9 +4,9 @@
 Maintainer: Robert Collins <[email protected]>
 Uploaders: Thomas Goirand <[email protected]>
 Build-Depends: debhelper (>= 9),
-               python (>= 2.6.6-3~),
+               python-all (>= 2.6.6-3~),
                python-setuptools,
-               python3,
+               python3-all,
                python3-setuptools
 Build-Depends-Indep: python-docutils,
                      python-nose,
diff -Nru python-fixtures-0.3.14/debian/rules python-fixtures-0.3.14/debian/rules
--- python-fixtures-0.3.14/debian/rules	2013-09-07 03:57:14.000000000 +0100
+++ python-fixtures-0.3.14/debian/rules	2014-03-23 11:19:12.000000000 +0000
@@ -22,5 +22,7 @@
 
 ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
 override_dh_auto_test:
-	nosetests || true
+	set -e && for pyvers in $(PYTHONS) $(PYTHON3S); do \
+		PYTHON=python$$pyvers make check; \
+	done
 endif

Attachment: signature.asc
Description: Digital signature

Reply via email to