[SCM] Packaging for numexpr branch, master, updated. debian/2.0.1-2-17-gf0bed27
Antonio Valentino
antonio.valentino at tiscali.it
Sat Apr 27 16:37:33 UTC 2013
The following commit has been merged in the master branch:
commit 51cc88f47058f500e92a178496ddcff1a08ee01d
Author: Antonio Valentino <antonio.valentino at tiscali.it>
Date: Sat Apr 27 11:05:38 2013 +0000
the noopt option is now honored
diff --git a/debian/changelog b/debian/changelog
index 95a409e..d552b81 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ numexpr (2.1-1) UNRELEASED; urgency=low
* New packages for python3 and python3-dbg (Closes: #683954)
* Install upstream changelog
* Re-enable unittests at build time on sparc
+ * The noopt option is now honored
-- Antonio Valentino <antonio.valentino at tiscali.it> Sat, 27 Apr 2013 10:32:31 +0000
diff --git a/debian/rules b/debian/rules
index 972bbc5..68d3308 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,10 @@
PY2VERS = $(shell pyversions -r -v)
PY3VERS = $(shell py3versions -r -v)
+ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
+export CFLAGS ?= -O0
+endif
+
%:
dh $@ --with python2,python3 --buildsystem=python_distutils
--
Packaging for numexpr
More information about the debian-science-commits
mailing list