[SCM] Packaging for pytables branch, master, updated. debian/2.4.0-1-17-g2c9186c

Antonio Valentino antonio.valentino at tiscali.it
Sat Jun 1 20:55:57 UTC 2013


The following commit has been merged in the master branch:
commit a99ec2af4b0ebbe778882b12c39a58ff5c648611
Author: Antonio Valentino <antonio.valentino at tiscali.it>
Date:   Sat Jun 1 19:15:39 2013 +0000

    Enabled automatic testing for dbg packages

diff --git a/debian/changelog b/debian/changelog
index 9f94735..c5f493d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ pytables (3.0.0-1) UNRELEASED; urgency=low
   * Depend on numexpr >= 2.0
   * Minimum Python version is now 2.6
   * New packages for Python 3
+  * Enabled automatic testing for dbg packages 
 
  -- Antonio Valentino <antonio.valentino at tiscali.it>  Mon, 04 Mar 2013 20:22:28 +0100
 
diff --git a/debian/rules b/debian/rules
index 80662c8..86d7957 100755
--- a/debian/rules
+++ b/debian/rules
@@ -65,15 +65,15 @@ ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
 	for py in $(PY2VERS); do \
 		cd $(CURDIR)/build/lib.*-$$py; \
 		env PYTHONPATH=. python$$py tables/tests/test_all.py -vvv; \
-		#cd $(CURDIR)/debian/tmp/usr/lib/python$$py/dist-packages; \
-		#env PYTHONPATH=. python$$py-dbg tables/tests/test_all.py -vvv; \
+		cd $(CURDIR)/debian/tmp/usr/lib/python$$py/dist-packages; \
+		env PYTHONPATH=. python$$py-dbg tables/tests/test_all.py -vvv; \
 	done
 	set -e -x; \
 	for py in $(PY3VERS); do \
 		cd $(CURDIR)/build/lib.*-$$py; \
 		env PYTHONPATH=. python$$py tables/tests/test_all.py -vvv; \
-		#cd $(CURDIR)/debian/tmp/usr/lib/python3/dist-packages; \
-		#env PYTHONPATH=. python$$py-dbg tables/tests/test_all.py -vvv; \
+		cd $(CURDIR)/debian/tmp/usr/lib/python3/dist-packages; \
+		env PYTHONPATH=. python$$py-dbg tables/tests/test_all.py -vvv; \
 	done
 endif
 

-- 
Packaging for pytables



More information about the debian-science-commits mailing list