This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository grass.
commit 48f633abf877c643dae054bbe9db7f40c8a50282 Author: Bas Couwenberg <[email protected]> Date: Mon Mar 28 14:13:31 2016 +0200 Update dh_python2 override to call dh_numpy too. --- debian/changelog | 6 ++++++ debian/rules | 1 + 2 files changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index d7cf2ca..89f0439 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +grass (7.0.3-3) UNRELEASED; urgency=medium + + * Update dh_python2 override to call dh_numpy too. + + -- Bas Couwenberg <[email protected]> Mon, 28 Mar 2016 14:13:24 +0200 + grass (7.0.3-2) unstable; urgency=medium * Require at least liblas 1.8.0-8 for GDAL 2.0 transition. diff --git a/debian/rules b/debian/rules index e1af716..579ed12 100755 --- a/debian/rules +++ b/debian/rules @@ -266,6 +266,7 @@ override_dh_installman: override_dh_python2: dh_python2 dh_python2 /usr/lib/$(BASE_NAME)/gui/ /usr/lib/$(BASE_NAME)/tools/ + dh_numpy override_dh_shlibdeps: dh_shlibdeps -l$(CURDIR)/debian/tmp/usr/lib/$(BASE_NAME)/lib -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/grass.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

