This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository pykdtree.
commit e7a2b5cf720dbca99f00ec9783068b0bac63c2f6 Author: Bas Couwenberg <[email protected]> Date: Mon Mar 28 16:59:32 2016 +0200 Override dh_python2 to call dh_numpy too. --- debian/changelog | 4 ++++ debian/rules | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index 4516b27..8f528bf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,12 @@ pykdtree (1.0-2) UNRELEASED; urgency=medium + [ Antonio Valentino ] * debian/rules - enable parallel build + [ Bas Couwenberg ] + * Override dh_python2 to call dh_numpy too. + -- Antonio Valentino <[email protected]> Sun, 21 Feb 2016 17:34:49 +0000 pykdtree (1.0-1) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index 4abede0..35233cc 100755 --- a/debian/rules +++ b/debian/rules @@ -10,3 +10,7 @@ export PYBUILD_NAME=pykdtree %: dh $@ --parallel --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/pkg-grass/pykdtree.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

