This is an automated email from the git hooks/post-receive script. afif pushed a commit to branch master in repository consensuscore2.
commit cba24ad4ecea01f683101810f0c26c49e06eacfb Author: Afif Elghraoui <[email protected]> Date: Sun Jul 3 17:17:50 2016 -0700 Call dh_numpy during build to set numpy ABI dependency --- debian/rules | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/debian/rules b/debian/rules index 9d1d0a1..a6d632e 100755 --- a/debian/rules +++ b/debian/rules @@ -39,3 +39,11 @@ override_dh_auto_test: dh_auto_configure --buildsystem=cmake dh_auto_build --buildsystem=cmake dh_auto_test --buildsystem=cmake + +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-med/consensuscore2.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
