From: Bernd Zeimetz Date: Mon, 18 May 2009 14:31:04 +0000 (+0200) Subject: Adding config for git-buildpackage and friends. X-Git-Tag: debian/1.3.7-1^0 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=67ff7988aa597db4d1e607527f299c20ebb3181d;p=pkg-rrdtool.git Adding config for git-buildpackage and friends. --- diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..ac6459b --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,14 @@ +# Configuration file for git-buildpackage and friends +[DEFAULT] +# use pristine-tar: +pristine-tar = True + +# Options only affecting git-buildpackage +[git-buildpackage] +# uncomment this to automatically GPG sign tags +sign-tags = True +# don't include information from meta tags +meta = True +# what tags to look for to generate bug-closing changelog entries +meta-closes = Closes|LP +