[SCM] Packaging for numexpr branch, master, updated. debian/1.4.2-2-3-g9144af6

Antonio Valentino antonio.valentino at tiscali.it
Wed Feb 15 21:32:49 UTC 2012


The following commit has been merged in the master branch:
commit 9144af686f5b45b7948c8ac619c937d03733d870
Author: Antonio Valentino <antonio.valentino at tiscali.it>
Date:   Wed Feb 15 22:13:06 2012 +0100

    Re-enabled unit tests at build time

diff --git a/debian/changelog b/debian/changelog
index ab6d506..dc78271 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,9 @@ numexpr (1.4.2-3) unstable; urgency=low
 
   * New patch for fixing unit tests on 32 bit platforms
   * Added local option file
+  * Re-enabled unit tests at build time
 
- -- Antonio Valentino <antonio.valentino at tiscali.it>  Wed, 15 Feb 2012 22:05:12 +0100
+ -- Antonio Valentino <antonio.valentino at tiscali.it>  Wed, 15 Feb 2012 22:12:02 +0100
 
 numexpr (1.4.2-2) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 2529f34..1677817 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,15 +23,15 @@ override_dh_install:
 	# Continue with regular dh_install
 	dh_install
 	dh_numpy
-#ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
-#	set -e -x;\
-#	for py in $(PYVERS); do \
-#		cd $(CURDIR)/build/lib.*-$$py;\
-#		env PYTHONPATH=. python$$py numexpr/tests/test_numexpr.py;\
-#		cd $(CURDIR)/build/lib.*-$$py-pydebug;\
-#		env PYTHONPATH=. python$$py-dbg numexpr/tests/test_numexpr.py;\
-#	done
-#endif
+ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
+	set -e -x;\
+	for py in $(PYVERS); do \
+		cd $(CURDIR)/build/lib.*-$$py;\
+		env PYTHONPATH=. python$$py numexpr/tests/test_numexpr.py;\
+		cd $(CURDIR)/build/lib.*-$$py-pydebug;\
+		env PYTHONPATH=. python$$py-dbg numexpr/tests/test_numexpr.py;\
+	done
+endif
 
 .PHONY: dh_auto_install
 

-- 
Packaging for numexpr



More information about the debian-science-commits mailing list