[Python-apps-commits] r4785 - in packages/pybtex/trunk/debian (changelog rules)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Tue Feb 16 17:09:53 UTC 2010


    Date: Tuesday, February 16, 2010 @ 17:09:51
  Author: jwilk
Revision: 4785

Respect the ?\226?\128?\152nocheck?\226?\128?\153 build option.

Modified:
  packages/pybtex/trunk/debian/changelog
  packages/pybtex/trunk/debian/rules

Modified: packages/pybtex/trunk/debian/changelog
===================================================================
--- packages/pybtex/trunk/debian/changelog	2010-02-16 11:32:50 UTC (rev 4784)
+++ packages/pybtex/trunk/debian/changelog	2010-02-16 17:09:51 UTC (rev 4785)
@@ -3,6 +3,7 @@
   * Bump standards version to 3.8.4 (no changes needed).
   * Update my e-mail address.
   * Remove requires.txt (dpkg is better at handling dependencies).
+  * Respect the ‘nocheck’ build option.
 
  -- Jakub Wilk <jwilk at debian.org>  Fri, 05 Feb 2010 22:06:58 +0100
 

Modified: packages/pybtex/trunk/debian/rules
===================================================================
--- packages/pybtex/trunk/debian/rules	2010-02-16 11:32:50 UTC (rev 4784)
+++ packages/pybtex/trunk/debian/rules	2010-02-16 17:09:51 UTC (rev 4785)
@@ -16,7 +16,9 @@
 
 .PHONY: override_dh_auto_test
 override_dh_auto_test:
+ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
 	python setup.py nosetests
+endif
 
 .PHONY: override_dh_installchangelog
 override_dh_installchangelogs:




More information about the Python-apps-commits mailing list