This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository pyepr.
commit 6142bddba2714b3f8f09eb35b220bf1db9a6aabe Author: Bas Couwenberg <[email protected]> Date: Mon Mar 28 16:53:46 2016 +0200 Override dh_python{2,3} to call dh_numpy{,3} too. --- debian/changelog | 1 + debian/rules | 10 ++++++++++ 2 files changed, 11 insertions(+) diff --git a/debian/changelog b/debian/changelog index c3328a4..956e475 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ pyepr (0.9.3-2) UNRELEASED; urgency=medium * Team upload. * Add gbp.conf to use pristine-tar by default. + * Override dh_python{2,3} to call dh_numpy{,3} too. -- Bas Couwenberg <[email protected]> Mon, 28 Mar 2016 16:49:32 +0200 diff --git a/debian/rules b/debian/rules index c8a3400..f634b08 100755 --- a/debian/rules +++ b/debian/rules @@ -101,6 +101,16 @@ endif dh_installdocs +override_dh_python2: + dh_python2 + dh_numpy + + +override_dh_python3: + dh_python3 + dh_numpy3 + + .PHONY: override_dh_auto_build override_dh_auto_clean override_dh_auto_test \ override_dh_installchangelogs override_dh_compress override_dh_install \ override_dh_auto_install dh_sphinxdoc override_dh_installdocs -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pyepr.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

