[Python-modules-commits] r16972 - in packages/python-formencode/trunk/debian (changelog rules)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Sat May 7 19:18:41 UTC 2011


    Date: Saturday, May 7, 2011 @ 19:18:33
  Author: piotr
Revision: 16972

Add `set -e` to build loop (closes: #606620)

Modified:
  packages/python-formencode/trunk/debian/changelog
  packages/python-formencode/trunk/debian/rules

Modified: packages/python-formencode/trunk/debian/changelog
===================================================================
--- packages/python-formencode/trunk/debian/changelog	2011-05-07 19:08:17 UTC (rev 16971)
+++ packages/python-formencode/trunk/debian/changelog	2011-05-07 19:18:33 UTC (rev 16972)
@@ -1,3 +1,9 @@
+python-formencode (1.2.4-2) unstable; urgency=low
+
+  * Add `set -e` to build loop (closes: #606620)
+
+ -- Piotr Ożarowski <piotr at debian.org>  Sat, 07 May 2011 21:12:33 +0200
+
 python-formencode (1.2.4-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/python-formencode/trunk/debian/rules
===================================================================
--- packages/python-formencode/trunk/debian/rules	2011-05-07 19:08:17 UTC (rev 16971)
+++ packages/python-formencode/trunk/debian/rules	2011-05-07 19:18:33 UTC (rev 16972)
@@ -8,7 +8,7 @@
 build: build-stamp
 build-stamp:
 	dh_testdir
-	for python in $(PYVERS); \
+	set -e; for python in $(PYVERS); \
 	    do $$python setup.py build; \
 	done
 	touch build-stamp




More information about the Python-modules-commits mailing list