[SCM] Packaging for numexpr branch, master, updated. debian/2.0.1-2-4-gf4aebde
Antonio Valentino
antonio.valentino at tiscali.it
Sun Apr 22 19:29:06 UTC 2012
The following commit has been merged in the master branch:
commit 21401d31ab997e6b116bf604c34eafc942cc2c0a
Author: Antonio Valentino <antonio.valentino at tiscali.it>
Date: Sun Apr 22 20:40:51 2012 +0200
Re-enable unittests at build time on sparc
diff --git a/debian/changelog b/debian/changelog
index c1d698e..5e0c8f8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+numexpr (2.0.1-4) unstable; urgency=low
+
+ * Re-enable unittests at build time on sparc
+
+ -- Antonio Valentino <antonio.valentino at tiscali.it> Sun, 22 Apr 2012 20:40:14 +0200
+
numexpr (2.0.1-3) unstable; urgency=low
* Disable unittests at build time on sparc
diff --git a/debian/rules b/debian/rules
index 0fd37a6..1677817 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,7 +23,6 @@ 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 \
@@ -33,7 +32,6 @@ 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