[SCM] Packaging for pytables branch, master, updated. debian/2.1.2-3.1-8-gc8f6ce7

Yaroslav Halchenko debian at onerussian.com
Mon Jan 23 17:10:23 UTC 2012


The following commit has been merged in the master branch:
commit 5af173f58df6e6e4fbfdd14052c90e4d05dac4ae
Author: Yaroslav Halchenko <debian at onerussian.com>
Date:   Sun Jan 22 22:19:19 2012 -0500

    ENH: fail build if tests fail for any python version

diff --git a/debian/rules b/debian/rules
index 21ce03c..5ff0a04 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,7 +37,8 @@ override_dh_compress:
 override_dh_auto_install:
 	dh_auto_install
 ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
-	-for v in $(PYVERS); do \
+	set -e; \
+	for v in $(PYVERS); do \
 		cd "$(CURDIR)/debian/tmp/usr/lib/python$$v/dist-packages/"; \
 		python$$v -c "import tables; tables.test()"; \
 	done

-- 
Packaging for pytables



More information about the debian-science-commits mailing list