This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository pyorbital.
commit 72d8b021b8785245f386a38d3740a71d230cd69f Author: Bas Couwenberg <[email protected]> Date: Mon Mar 28 17:02:07 2016 +0200 Override dh_python2 to call dh_numpy too. --- debian/changelog | 7 +++++++ debian/rules | 5 +++++ 2 files changed, 12 insertions(+) diff --git a/debian/changelog b/debian/changelog index 8e75767..ca8a33a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +pyorbital (1.0.1-2) UNRELEASED; urgency=medium + + * Team upload. + * Override dh_python2 to call dh_numpy too. + + -- Bas Couwenberg <[email protected]> Mon, 28 Mar 2016 17:01:06 +0200 + pyorbital (1.0.1-1) unstable; urgency=medium [ Antonio Valentino ] diff --git a/debian/rules b/debian/rules index 220d774..5c8d18e 100755 --- a/debian/rules +++ b/debian/rules @@ -15,3 +15,8 @@ export PYBUILD_NAME=pyorbital override_dh_auto_build: dh_auto_build --buildsystem=pybuild $(MAKE) -C doc html + + +override_dh_python2: + dh_python2 + dh_numpy -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pyorbital.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

