This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository otb.
commit 01fe81957b65146506dcdb91c3bb6e6b8d3c67fd Author: Bas Couwenberg <[email protected]> Date: Thu Jul 28 20:00:44 2016 +0200 Override dh_python2 to call dh_numpy too. --- debian/changelog | 1 + debian/rules | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index 874d772..c36682b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ otb (5.6.0+dfsg-1) UNRELEASED; urgency=medium - Update list of LGPL-2 ossim plugin files - Add license & copyright for SPTW * Add python-numpy to build dependencies. + * Override dh_python2 to call dh_numpy too. -- Bas Couwenberg <[email protected]> Thu, 28 Jul 2016 18:12:09 +0200 diff --git a/debian/rules b/debian/rules index 71207b8..5f2ee87 100755 --- a/debian/rules +++ b/debian/rules @@ -98,4 +98,8 @@ override_dh_install: override_dh_installchangelogs: dh_installchangelogs RELEASE_NOTES.txt +override_dh_python2: + dh_python2 + dh_numpy + .PHONY: templates -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/otb.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

