[Python-modules-commits] r8172 - in packages/python-whoosh/trunk/debian (rules)

odd_bloke-guest at users.alioth.debian.org odd_bloke-guest at users.alioth.debian.org
Tue Apr 7 14:55:15 UTC 2009


    Date: Tuesday, April 7, 2009 @ 14:55:15
  Author: odd_bloke-guest
Revision: 8172

Honour nocheck flag in DEB_BUILD_OPTIONS.

Modified:
  packages/python-whoosh/trunk/debian/rules

Modified: packages/python-whoosh/trunk/debian/rules
===================================================================
--- packages/python-whoosh/trunk/debian/rules	2009-04-07 14:55:09 UTC (rev 8171)
+++ packages/python-whoosh/trunk/debian/rules	2009-04-07 14:55:15 UTC (rev 8172)
@@ -6,7 +6,9 @@
 	dh $@
 
 build: patch
+ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
 	python setup.py test
+endif
 	dh $@
 
 install: build




More information about the Python-modules-commits mailing list