[Python-modules-commits] r12019 - in packages/uncertainties/trunk/debian (changelog rules)
jwilk at users.alioth.debian.org
jwilk at users.alioth.debian.org
Sun Feb 28 18:04:50 UTC 2010
Date: Sunday, February 28, 2010 @ 18:04:04
Author: jwilk
Revision: 12019
Respect the ?\226?\128?\152nocheck?\226?\128?\153 build option.
Modified:
packages/uncertainties/trunk/debian/changelog
packages/uncertainties/trunk/debian/rules
Modified: packages/uncertainties/trunk/debian/changelog
===================================================================
--- packages/uncertainties/trunk/debian/changelog 2010-02-28 17:39:56 UTC (rev 12018)
+++ packages/uncertainties/trunk/debian/changelog 2010-02-28 18:04:04 UTC (rev 12019)
@@ -2,8 +2,9 @@
* Add Debian Python Modules Team to uploaders.
* Add Vcs-* fields.
+ * Respect the ânocheckâ build option.
- -- Jakub Wilk <jwilk at debian.org> Sun, 28 Feb 2010 14:14:21 +0100
+ -- Jakub Wilk <jwilk at debian.org> Sun, 28 Feb 2010 19:03:35 +0100
uncertainties (1.4.5-1) unstable; urgency=low
Modified: packages/uncertainties/trunk/debian/rules
===================================================================
--- packages/uncertainties/trunk/debian/rules 2010-02-28 17:39:56 UTC (rev 12018)
+++ packages/uncertainties/trunk/debian/rules 2010-02-28 18:04:04 UTC (rev 12019)
@@ -17,11 +17,13 @@
.PHONY: override_dh_auto_test
override_dh_auto_test:
+ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
set -e; \
cd uncertainties; \
for python in $(shell pyversions -r); do \
$$python /usr/bin/nosetests; \
done
+endif
.PHONY: build build-arch build-indep binary binary-indep clean
build build-indep binary binary-indep clean:
More information about the Python-modules-commits
mailing list