[Python-apps-commits] r4892 - in packages/pybtex/trunk/debian (changelog rules)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Thu Mar 4 00:13:43 UTC 2010


    Date: Thursday, March 4, 2010 @ 00:13:39
  Author: jwilk
Revision: 4892

* Run tests for all supported Python versions.
  + Build-depend on python-all.

Modified:
  packages/pybtex/trunk/debian/changelog
  packages/pybtex/trunk/debian/rules

Modified: packages/pybtex/trunk/debian/changelog
===================================================================
--- packages/pybtex/trunk/debian/changelog	2010-03-03 21:09:15 UTC (rev 4891)
+++ packages/pybtex/trunk/debian/changelog	2010-03-04 00:13:39 UTC (rev 4892)
@@ -1,3 +1,10 @@
+pybtex (0.13.1-2) UNRELEASED; urgency=low
+
+  * Run tests for all supported Python versions.
+    + Build-depend on python-all.
+
+ -- Jakub Wilk <jwilk at debian.org>  Tue, 02 Mar 2010 22:34:24 +0100
+
 pybtex (0.13.1-1) unstable; urgency=low
 
   * New upstream release:

Modified: packages/pybtex/trunk/debian/rules
===================================================================
--- packages/pybtex/trunk/debian/rules	2010-03-03 21:09:15 UTC (rev 4891)
+++ packages/pybtex/trunk/debian/rules	2010-03-04 00:13:39 UTC (rev 4892)
@@ -17,7 +17,10 @@
 .PHONY: override_dh_auto_test
 override_dh_auto_test:
 ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
-	python setup.py nosetests
+	set -e; \
+	for python in $(shell pyversions -r); do \
+		$$python setup.py nosetests; \
+	done
 endif
 
 .PHONY: override_dh_installchangelog




More information about the Python-apps-commits mailing list