[Python-modules-commits] r22957 - in packages/pymarkups/trunk/debian (changelog rules)

mitya57-guest at users.alioth.debian.org mitya57-guest at users.alioth.debian.org
Sun Nov 11 10:11:19 UTC 2012


    Date: Sunday, November 11, 2012 @ 10:11:18
  Author: mitya57-guest
Revision: 22957

Honor DEB_BUILD_OPTIONS=nocheck

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

Modified: packages/pymarkups/trunk/debian/changelog
===================================================================
--- packages/pymarkups/trunk/debian/changelog	2012-11-11 10:03:03 UTC (rev 22956)
+++ packages/pymarkups/trunk/debian/changelog	2012-11-11 10:11:18 UTC (rev 22957)
@@ -1,5 +1,5 @@
-pymarkups (0.2.3-1) UNRELEASED; urgency=low
+pymarkups (0.2.3-1) unstable; urgency=low
 
   * Initial release (Closes: #687824).
 
- -- Dmitry Shachnev <mitya57 at gmail.com>  Fri, 02 Nov 2012 21:28:06 +0400
+ -- Dmitry Shachnev <mitya57 at gmail.com>  Sun, 11 Nov 2012 14:07:10 +0400

Modified: packages/pymarkups/trunk/debian/rules
===================================================================
--- packages/pymarkups/trunk/debian/rules	2012-11-11 10:03:03 UTC (rev 22956)
+++ packages/pymarkups/trunk/debian/rules	2012-11-11 10:11:18 UTC (rev 22957)
@@ -14,10 +14,12 @@
 		$$python setup.py build; \
 	done
 
+ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
 override_dh_auto_test:
 	set -ex; for python in $(PYTHON3); do \
 		$$python setup.py check; \
 	done
+endif
 
 override_dh_auto_install:
 	set -ex; for python in $(PYTHON3); do \




More information about the Python-modules-commits mailing list