[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:12 UTC 2012


The following commit has been merged in the master branch:
commit 6ab85e14d338c24a77e6c5eb65f42afa646e8171
Author: Antonio Valentino <antonio.valentino at tiscali.it>
Date:   Sat Feb 18 20:08:52 2012 +0100

    Disable automatic testing on the -dbg package
    
    See upstram bug gh-128:
    https://github.com/PyTables/PyTables/issues/128

diff --git a/debian/rules b/debian/rules
index f9f8191..a7f9fda 100755
--- a/debian/rules
+++ b/debian/rules
@@ -55,7 +55,7 @@ ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
 	for py in $(PYVERS); do \
 		cd "$(CURDIR)/debian/tmp/usr/lib/python$$py/dist-packages/"; \
 		env PYTHONPATH=. python$$py tables/tests/test_all.py; \
-		env PYTHONPATH=. python$$py-dbg tables/tests/test_all.py; \
+		#env PYTHONPATH=. python$$py-dbg tables/tests/test_all.py; \
 	done
 endif
 

-- 
Packaging for pytables



More information about the debian-science-commits mailing list