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

mitya57-guest at users.alioth.debian.org mitya57-guest at users.alioth.debian.org
Sat Nov 17 05:39:40 UTC 2012


    Date: Saturday, November 17, 2012 @ 05:39:36
  Author: mitya57-guest
Revision: 23019

debian/rules: replace "findstring" with "filter"
(thanks to Jakub Wilk)

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

Modified: packages/pymarkups/trunk/debian/changelog
===================================================================
--- packages/pymarkups/trunk/debian/changelog	2012-11-16 07:14:41 UTC (rev 23018)
+++ packages/pymarkups/trunk/debian/changelog	2012-11-17 05:39:36 UTC (rev 23019)
@@ -2,4 +2,4 @@
 
   * Initial release (Closes: #687824).
 
- -- Dmitry Shachnev <mitya57 at gmail.com>  Sun, 11 Nov 2012 14:07:10 +0400
+ -- Dmitry Shachnev <mitya57 at gmail.com>  Sat, 17 Nov 2012 09:36:17 +0400

Modified: packages/pymarkups/trunk/debian/rules
===================================================================
--- packages/pymarkups/trunk/debian/rules	2012-11-16 07:14:41 UTC (rev 23018)
+++ packages/pymarkups/trunk/debian/rules	2012-11-17 05:39:36 UTC (rev 23019)
@@ -14,7 +14,7 @@
 		$$python setup.py build; \
 	done
 
-ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 override_dh_auto_test:
 	set -ex; for python in $(PYTHON3); do \
 		$$python setup.py check; \




More information about the Python-modules-commits mailing list