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

Julian Taylor jtaylor.debian at googlemail.com
Mon Mar 5 21:37:40 UTC 2012


The following commit has been merged in the master branch:
commit e89de6f7e507dbd02382c5948172cfb44b1f1b22
Author: Julian Taylor <jtaylor.debian at googlemail.com>
Date:   Mon Mar 5 22:32:40 2012 +0100

    debian/rules: fix typo

diff --git a/debian/rules b/debian/rules
index 55ae86a..6cc34ae 100755
--- a/debian/rules
+++ b/debian/rules
@@ -62,7 +62,7 @@ ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
 	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; -vvv \
+		env PYTHONPATH=. python$$py tables/tests/test_all.py -vvv; \
 		#env PYTHONPATH=. python$$py-dbg tables/tests/test_all.py; \
 	done
 endif

-- 
Packaging for pytables



More information about the debian-science-commits mailing list