This is an automated email from the git hooks/post-receive script. afif-guest pushed a commit to branch master in repository python-pbconsensuscore.
commit d74b4e7314f4fba73fcc9776230f174179e6ec22 Author: Afif Elghraoui <[email protected]> Date: Wed Sep 2 21:17:04 2015 -0700 Add call to dh_numpy to correctly set numpy dependency --- debian/rules | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/rules b/debian/rules index 5b3a9fa..b23c265 100755 --- a/debian/rules +++ b/debian/rules @@ -9,3 +9,7 @@ export PYBUILD_NAME=ConsensusCore %: LC_ALL=C.UTF-8 dh $@ --with python2 --buildsystem=pybuild + +override_dh_python2: + dh_python2 + dh_numpy -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-pbconsensuscore.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
