[SCM] Packaging for numexpr branch, master, updated. debian/2.0.1-2-2-g822ed17

Antonio Valentino antonio.valentino at tiscali.it
Sat Apr 21 17:32:03 UTC 2012


The following commit has been merged in the master branch:
commit 822ed17a78efb7e1ae6d9cbdfed0d564bef8cd0d
Author: Antonio Valentino <antonio.valentino at tiscali.it>
Date:   Sat Apr 21 19:19:11 2012 +0200

    Disable unittests at build time on sparc

diff --git a/debian/changelog b/debian/changelog
index 997bf39..c1d698e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+numexpr (2.0.1-3) unstable; urgency=low
+
+  * Disable unittests at build time on sparc
+
+ -- Antonio Valentino <antonio.valentino at tiscali.it>  Sat, 21 Apr 2012 19:25:39 +0200
+
 numexpr (2.0.1-2) experimental; urgency=low
 
   * Fixing versioned build-depends on numpy version of which
diff --git a/debian/rules b/debian/rules
index 1677817..0fd37a6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,6 +23,7 @@ override_dh_install:
 	# Continue with regular dh_install
 	dh_install
 	dh_numpy
+ifneq ($(shell dpkg-architecture -qDEB_BUILD_ARCH), sparc)
 ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
 	set -e -x;\
 	for py in $(PYVERS); do \
@@ -32,6 +33,7 @@ ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
 		env PYTHONPATH=. python$$py-dbg numexpr/tests/test_numexpr.py;\
 	done
 endif
+endif
 
 .PHONY: dh_auto_install
 

-- 
Packaging for numexpr



More information about the debian-science-commits mailing list