[gpyfft] 07/13: run dh_numpy and dh_numpy3 for the right build dependencies
Frédéric-Emmanuel Picca
picca at moszumanska.debian.org
Thu Sep 28 12:47:08 UTC 2017
This is an automated email from the git hooks/post-receive script.
picca pushed a commit to branch master
in repository gpyfft.
commit afae8c9fb99b5bd9e6c854f3a507e3dec43934ed
Author: Picca Frédéric-Emmanuel <picca at synchrotron-soleil.fr>
Date: Thu Sep 28 12:31:43 2017 +0200
run dh_numpy and dh_numpy3 for the right build dependencies
---
debian/rules | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index d0cd550..98ec2d5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,8 +6,10 @@ rwildcard=$(wildcard $1$2) $(foreach d,$(wildcard $1*),$(call rwildcard,$d/,$2))
ALL_PYX := $(call rwildcard,gpyfft/,*.pyx)
#NOTA: No space before *
-export PYBUILD_NAME=gpyfft
+export PYBUILD_AFTER_INSTALL_python2=dh_numpy
+export PYBUILD_AFTER_INSTALL_python3=dh_numpy3
export PYBUILD_DISABLE=test
+export PYBUILD_NAME=gpyfft
%:
dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/gpyfft.git
More information about the debian-science-commits
mailing list