[Python-modules-commits] r22717 - in packages/genshi/trunk/debian (changelog rules)
arnau at users.alioth.debian.org
arnau at users.alioth.debian.org
Wed Sep 26 00:14:11 UTC 2012
Date: Wednesday, September 26, 2012 @ 00:14:10
Author: arnau
Revision: 22717
Build should fail if tests fail.
Modified:
packages/genshi/trunk/debian/changelog
packages/genshi/trunk/debian/rules
Modified: packages/genshi/trunk/debian/changelog
===================================================================
--- packages/genshi/trunk/debian/changelog 2012-09-25 17:44:34 UTC (rev 22716)
+++ packages/genshi/trunk/debian/changelog 2012-09-26 00:14:10 UTC (rev 22717)
@@ -1,3 +1,9 @@
+genshi (0.6-3) UNRELEASED; urgency=low
+
+ * debian/rules: build should fail if tests fail.
+
+ -- Arnaud Fontaine <arnau at debian.org> Wed, 26 Sep 2012 09:13:14 +0900
+
genshi (0.6-2) unstable; urgency=low
* Switch to dh_python2. Thanks to Julian Taylor. Closes: #637383.
Modified: packages/genshi/trunk/debian/rules
===================================================================
--- packages/genshi/trunk/debian/rules 2012-09-25 17:44:34 UTC (rev 22716)
+++ packages/genshi/trunk/debian/rules 2012-09-26 00:14:10 UTC (rev 22717)
@@ -16,7 +16,7 @@
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
binary-install/python-genshi::
- for py in $(shell pyversions -vr); do \
+ set -e; for py in $(shell pyversions -vr); do \
PYTHONPATH=$(cdbs_python_destdir)/usr/lib/python$$py/site-packages \
python$$py setup.py test; \
done;
More information about the Python-modules-commits
mailing list