This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository python-mapnik.
commit e976a7cb3321ec23cd2f5b920842c230f0d504ec Author: Bas Couwenberg <[email protected]> Date: Fri Jan 20 15:04:46 2017 +0100 Update get-orig-source script to use the v3.0.x branch. --- debian/changelog | 6 ++++++ debian/get-orig-source | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 37c5298..9654347 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-mapnik (1:0.0~20161104-ea5fd11-3) UNRELEASED; urgency=medium + + * Update get-orig-source script to use the v3.0.x branch. + + -- Bas Couwenberg <[email protected]> Fri, 20 Jan 2017 15:04:41 +0100 + python-mapnik (1:0.0~20161104-ea5fd11-2) unstable; urgency=medium * Add patch to fix installation of mapnik.printing module. diff --git a/debian/get-orig-source b/debian/get-orig-source index f612216..f2aa7ed 100755 --- a/debian/get-orig-source +++ b/debian/get-orig-source @@ -1,7 +1,7 @@ #!/bin/bash REMOTE=upstream -BRANCH=${REMOTE}/master +BRANCH=${REMOTE}/v3.0.x if [ $(git remote show ${REMOTE} | wc -l) -eq 0 ]; then git remote add ${REMOTE} https://github.com/mapnik/python-mapnik.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/python-mapnik.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

