[Python-modules-commits] r30235 - in packages/python-keyczar/trunk/debian (changelog rules)
chrisk-guest at users.alioth.debian.org
chrisk-guest at users.alioth.debian.org
Sun Aug 24 17:14:41 UTC 2014
Date: Sunday, August 24, 2014 @ 17:14:40
Author: chrisk-guest
Revision: 30235
rules: Drop return code checking, pybuild checks the result for us
Modified:
packages/python-keyczar/trunk/debian/changelog
packages/python-keyczar/trunk/debian/rules
Modified: packages/python-keyczar/trunk/debian/changelog
===================================================================
--- packages/python-keyczar/trunk/debian/changelog 2014-08-24 09:17:52 UTC (rev 30234)
+++ packages/python-keyczar/trunk/debian/changelog 2014-08-24 17:14:40 UTC (rev 30235)
@@ -1,3 +1,10 @@
+python-keyczar (0.71d-09062013-3) UNRELEASED; urgency=medium
+
+ * debian/rules:
+ - Drop return code checking, pybuild checks the result for us
+
+ -- Christian Kastner <debian at kvr.at> Sun, 24 Aug 2014 10:13:04 -0700
+
python-keyczar (0.71d-09062013-2) unstable; urgency=low
* debian/control:
Modified: packages/python-keyczar/trunk/debian/rules
===================================================================
--- packages/python-keyczar/trunk/debian/rules 2014-08-24 09:17:52 UTC (rev 30234)
+++ packages/python-keyczar/trunk/debian/rules 2014-08-24 17:14:40 UTC (rev 30235)
@@ -12,9 +12,7 @@
override_dh_auto_test:
PYBUILD_SYSTEM=custom \
PYBUILD_TEST_ARGS="cd $(CURDIR)/tests/keyczar_tests && {interpreter} alltests.py" \
- dh_auto_test ;\
- res=$$? ;\
- [ $$res -eq 0 ] || exit $$res
+ dh_auto_test
override_dh_auto_clean:
More information about the Python-modules-commits
mailing list