This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository python-pyproj.
commit ccad6bb245caf4e78c19a7556e78203940cf26fe Author: Bas Couwenberg <[email protected]> Date: Fri Apr 15 18:22:27 2016 +0200 Drop dh_numpy{,3} calls, numpy support disabled upstream. --- debian/changelog | 4 +++- debian/rules | 2 -- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 05df726..aa5512f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,10 @@ python-pyproj (1.9.5.1-2) UNRELEASED; urgency=medium * Update Vcs-Git URL to use HTTPS. - * Update dh_python & dh_numpy calls to act on specific package. + * Update dh_python calls to act on specific package. * Bump Standards-Version to 3.9.7, no changes. + * Drop dh_numpy{,3} calls, numpy support disabled upstream. + (closes: #821109) -- Bas Couwenberg <[email protected]> Mon, 28 Mar 2016 18:50:16 +0200 diff --git a/debian/rules b/debian/rules index 4019444..1bceb28 100755 --- a/debian/rules +++ b/debian/rules @@ -35,9 +35,7 @@ override_dh_install: override_dh_python2: dh_python2 -ppython-pyproj - dh_numpy -ppython-pyproj override_dh_python3: dh_python3 -ppython3-pyproj - dh_numpy3 -ppython3-pyproj -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/python-pyproj.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

