[h5py] 07/12: Call dh_numpy{,3} in dh_python{2,3} overrides.
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Thu Dec 1 12:06:04 UTC 2016
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch debian/master
in repository h5py.
commit be085b51ece04a58ee3e309d43e1babecd7af87a
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date: Thu Dec 1 11:13:27 2016 +0000
Call dh_numpy{,3} in dh_python{2,3} overrides.
---
debian/rules | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index 8811185..9757788 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,8 +4,6 @@
#export DH_VERBOSE=1
export PYBUILD_NAME=h5py
-export PYBUILD_AFTER_INSTALL_python2=dh_numpy
-export PYBUILD_AFTER_INSTALL_python3=dh_numpy3
%:
dh $@ --with python2,python3 --buildsystem=pybuild
@@ -16,3 +14,11 @@ override_dh_auto_build-indep:
override_dh_installdocs-indep:
dh_installdocs --indep
dh_sphinxdoc --indep
+
+override_dh_python2:
+ dh_python2
+ dh_numpy
+
+override_dh_python3:
+ dh_python3
+ dh_numpy3
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/h5py.git
More information about the debian-science-commits
mailing list