[pyfftw] 06/11: Enable testsuite during build.
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Tue Jun 7 05:13:03 UTC 2016
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch master
in repository pyfftw.
commit 57643e104ac23c1f2a2e2363774ab817efebc21c
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date: Sun Jun 5 23:06:25 2016 +0100
Enable testsuite during build.
---
debian/control | 4 +++-
debian/rules | 1 -
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 8fa6adb..ec61489 100644
--- a/debian/control
+++ b/debian/control
@@ -12,11 +12,13 @@ Build-Depends:
python-numpy,
python-pkgconfig,
python-setuptools,
+ python-scipy,
cython3,
python3-all-dev,
python3-numpy,
python3-pkgconfig,
- python3-setuptools
+ python3-setuptools,
+ python3-scipy
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/pyfftw.git
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/pyfftw.git
diff --git a/debian/rules b/debian/rules
index 2f5fe99..45beb7a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,6 @@ export PYBUILD_NAME=pyfftw
export PYBUILD_BEFORE_BUILD=find -name "*.c" -delete
export PYBUILD_AFTER_INSTALL_python2=dh_numpy
export PYBUILD_AFTER_INSTALL_python3=dh_numpy3
-export PYBUILD_DISABLE=test
%:
dh $@ --with python2,python3 --buildsystem=pybuild
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pyfftw.git
More information about the debian-science-commits
mailing list