[Python-modules-commits] r20009 - in packages/pyzmq/trunk/debian (changelog rules)

jtaylor-guest at users.alioth.debian.org jtaylor-guest at users.alioth.debian.org
Fri Jan 13 17:47:26 UTC 2012


    Date: Friday, January 13, 2012 @ 17:47:23
  Author: jtaylor-guest
Revision: 20009

ignore testsuite result due to random failures on armel and mips
probably caused by libzmq or toolchain

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

Modified: packages/pyzmq/trunk/debian/changelog
===================================================================
--- packages/pyzmq/trunk/debian/changelog	2012-01-13 17:43:25 UTC (rev 20008)
+++ packages/pyzmq/trunk/debian/changelog	2012-01-13 17:47:23 UTC (rev 20009)
@@ -2,8 +2,10 @@
 
   [ Julian Taylor ]
   * properly clean to allow building twice in a row
+  * ignore testsuite result due to random failures on armel and mips
+    probably caused by libzmq or toolchain
 
- -- Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>  Fri, 13 Jan 2012 18:36:52 +0100
+ -- Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>  Fri, 13 Jan 2012 18:44:49 +0100
 
 pyzmq (2.1.10-2) unstable; urgency=low
 

Modified: packages/pyzmq/trunk/debian/rules
===================================================================
--- packages/pyzmq/trunk/debian/rules	2012-01-13 17:43:25 UTC (rev 20008)
+++ packages/pyzmq/trunk/debian/rules	2012-01-13 17:47:23 UTC (rev 20009)
@@ -48,7 +48,7 @@
 
 override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-	set -e; \
+	-set -e; \
 	for python in $(shell pyversions -r); do \
 		for build in \  -dbg; do \
 			find zmq -name '*.so' -delete; \
@@ -56,7 +56,7 @@
 			$$python$$build setup.py test; \
 		done; \
 	done
-	set -e; \
+	-set -e; \
 	for python in $(PY3VERS); do \
 		for build in \  -dbg; do \
 			find zmq -name '*.so' -delete; \




More information about the Python-modules-commits mailing list