This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository python-shapely.
commit 5f049ca2f493c0e64163c5f30e3c53e9bdf3dd3a Author: Bas Couwenberg <[email protected]> Date: Mon Mar 28 19:31:42 2016 +0200 Update dh_python & dh_numpy calls to act on specific package. --- debian/changelog | 6 ++++++ debian/rules | 8 ++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 62fd764..744bd3d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-shapely (1.5.14-2) UNRELEASED; urgency=medium + + * Update dh_python & dh_numpy calls to act on specific package. + + -- Bas Couwenberg <[email protected]> Mon, 28 Mar 2016 19:31:26 +0200 + python-shapely (1.5.14-1) unstable; urgency=medium * New upstream release. diff --git a/debian/rules b/debian/rules index 3ab4e5c..31f40db 100755 --- a/debian/rules +++ b/debian/rules @@ -32,10 +32,10 @@ override_dh_auto_build: ln -s /usr/share/javascript/mathjax build/sphinx/html/_static/ override_dh_python2: - dh_python2 - dh_numpy + dh_python2 -ppython-shapely + dh_numpy -ppython-shapely override_dh_python3: - dh_python3 - dh_numpy3 + dh_python3 -ppython3-shapely + dh_numpy3 -ppython3-shapely -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/python-shapely.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

