[Python-modules-commits] r15948 - in packages/munkres/trunk/debian (changelog rules)
stefanor at users.alioth.debian.org
stefanor at users.alioth.debian.org
Wed Mar 2 12:03:04 UTC 2011
Date: Wednesday, March 2, 2011 @ 12:02:37
Author: stefanor
Revision: 15948
Whitespace tidy in rules
Modified:
packages/munkres/trunk/debian/changelog
packages/munkres/trunk/debian/rules
Modified: packages/munkres/trunk/debian/changelog
===================================================================
--- packages/munkres/trunk/debian/changelog 2011-03-02 11:21:27 UTC (rev 15947)
+++ packages/munkres/trunk/debian/changelog 2011-03-02 12:02:37 UTC (rev 15948)
@@ -10,4 +10,4 @@
* Initial release (Closes: #589394)
- -- Stefano Rivera <stefano at rivera.za.net> Sun, 18 Jul 2010 18:34:12 +0200
+ -- Stefano Rivera <stefano at rivera.za.net> Wed, 20 Oct 2010 22:56:05 +0200
Modified: packages/munkres/trunk/debian/rules
===================================================================
--- packages/munkres/trunk/debian/rules 2011-03-02 11:21:27 UTC (rev 15947)
+++ packages/munkres/trunk/debian/rules 2011-03-02 12:02:37 UTC (rev 15948)
@@ -12,11 +12,11 @@
ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
mkdir -p test-output
set -e; \
- for ver in $(shell pyversions -vr); do \
- echo "Testing python$$ver..."; \
- python$$ver munkres.py > test-output/$$ver; \
- diff -u test-output/$$ver debian/test-output; \
- done
+ for ver in $(shell pyversions -vr); do \
+ echo "Testing python$$ver..."; \
+ python$$ver munkres.py > test-output/$$ver; \
+ diff -u test-output/$$ver debian/test-output; \
+ done
endif
override_dh_compress:
More information about the Python-modules-commits
mailing list