This is an automated email from the git hooks/post-receive script. sebastic-guest pushed a commit to branch master in repository qgis.
commit a8d05e5314a9a5bda6643b25d56c7c17ff0e99af Author: Bas Couwenberg <[email protected]> Date: Sun Feb 23 13:01:12 2014 +0100 Don't use git-pbuilder in gbp.conf by default, cannot easily be overriden. --- debian/changelog | 2 +- debian/gbp.conf | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index cc2ff26..7e952ac 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,7 +5,7 @@ qgis (2.0.1-3) UNRELEASED; urgency=low ${sip:Depends}' warnings. * Add ${misc:Pre-Depends} for qgis-providers. * Use python substitution variables for python-qgis only. - * Add gbp.conf to use pristine-tar and pbuilder by default. + * Add gbp.conf to use pristine-tar by default. -- Bas Couwenberg <[email protected]> Sat, 15 Feb 2014 18:20:29 +0100 diff --git a/debian/gbp.conf b/debian/gbp.conf index 006eed8..21d0417 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -14,6 +14,3 @@ upstream-tag = upstream/%(version)s # Always use pristine-tar. pristine-tar = True - -# Always use pbuilder -builder = /usr/bin/git-pbuilder -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/qgis.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

