This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository python-mpop.
commit bff70ec5bf739c567af54b828e784f88b668d4ca Author: Bas Couwenberg <[email protected]> Date: Mon Mar 28 18:14:05 2016 +0200 Override dh_python2 to call dh_numpy too. --- debian/changelog | 7 +++++++ debian/control | 1 - debian/rules | 5 +++++ 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index db95ec8..80f8f4e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +python-mpop (1.2.1-2) UNRELEASED; urgency=medium + + * Team upload. + * Override dh_python2 to call dh_numpy too. + + -- Bas Couwenberg <[email protected]> Mon, 28 Mar 2016 18:13:04 +0200 + python-mpop (1.2.1-1) unstable; urgency=medium [ Antonio Valentino ] diff --git a/debian/control b/debian/control index 42cd35f..5652f98 100644 --- a/debian/control +++ b/debian/control @@ -28,7 +28,6 @@ Architecture: all Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}, - python-numpy, python-h5py, python-imaging, python-mipp, diff --git a/debian/rules b/debian/rules index 3e27d01..a78df37 100755 --- a/debian/rules +++ b/debian/rules @@ -32,4 +32,9 @@ override_dh_auto_clean: $(MAKE) -C doc clean +override_dh_python2: + dh_python2 + dh_numpy + + .PHONY: override_dh_auto_build, override_dh_autoclean, override_dh_auto_test -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/python-mpop.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

