[SCM] Packaging for pytables branch, master, updated. debian/2.3.1-2-9-g6ab85e1

Antonio Valentino antonio.valentino at tiscali.it
Sat Feb 18 19:28:11 UTC 2012


The following commit has been merged in the master branch:
commit e908bb708b11b5fc93cf168b8a47b5f6e503a9f1
Author: Antonio Valentino <antonio.valentino at tiscali.it>
Date:   Sat Feb 4 12:33:39 2012 +0100

    Shell output is now a little bit more verbose

diff --git a/debian/rules b/debian/rules
index b07a733..c46972d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,10 +41,10 @@ override_dh_auto_install:
 	dh_auto_install
 	dh_numpy
 ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
-	set -e; \
-	for v in $(PYVERS); do \
-		cd "$(CURDIR)/debian/tmp/usr/lib/python$$v/dist-packages/"; \
-		env PYTHONPATH=. python$$v tables/tests/test_all.py; \
+	set -e -x; \
+	for py in $(PYVERS); do \
+		cd "$(CURDIR)/debian/tmp/usr/lib/python$$py/dist-packages/"; \
+		env PYTHONPATH=. python$$py tables/tests/test_all.py; \
 	done
 endif
 

-- 
Packaging for pytables



More information about the debian-science-commits mailing list