[Python-modules-commits] r21209 - in packages/python-flexmock/trunk/debian (changelog rules)
stefanor at users.alioth.debian.org
stefanor at users.alioth.debian.org
Fri Apr 13 22:02:20 UTC 2012
Date: Friday, April 13, 2012 @ 22:02:18
Author: stefanor
Revision: 21209
Respect DEB_BUILD_OPTIONS=nocheck.
Modified:
packages/python-flexmock/trunk/debian/changelog
packages/python-flexmock/trunk/debian/rules
Modified: packages/python-flexmock/trunk/debian/changelog
===================================================================
--- packages/python-flexmock/trunk/debian/changelog 2012-04-13 21:52:41 UTC (rev 21208)
+++ packages/python-flexmock/trunk/debian/changelog 2012-04-13 22:02:18 UTC (rev 21209)
@@ -1,3 +1,9 @@
+python-flexmock (0.9.3-2) UNRELEASED; urgency=low
+
+ * Respect DEB_BUILD_OPTIONS=nocheck.
+
+ -- Stefano Rivera <stefanor at debian.org> Sat, 14 Apr 2012 00:01:07 +0200
+
python-flexmock (0.9.3-1) unstable; urgency=low
* Initial release (Closes: #668606).
Modified: packages/python-flexmock/trunk/debian/rules
===================================================================
--- packages/python-flexmock/trunk/debian/rules 2012-04-13 21:52:41 UTC (rev 21208)
+++ packages/python-flexmock/trunk/debian/rules 2012-04-13 22:02:18 UTC (rev 21209)
@@ -13,6 +13,7 @@
done
override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
set -ex; \
export PYTHONPATH=.; \
for py in $(PYVERS) $(PY3VERS); do \
@@ -20,6 +21,7 @@
nosetests-$$py tests/flexmock_nose_test.py; \
py.test-$$py tests/flexmock_pytest_test.py; \
done
+endif
override_dh_auto_install:
set -ex; \
More information about the Python-modules-commits
mailing list