From 67ff7988aa597db4d1e607527f299c20ebb3181d Mon Sep 17 00:00:00 2001 From: Bernd Zeimetz Date: Mon, 18 May 2009 16:31:04 +0200 Subject: [PATCH] Adding config for git-buildpackage and friends. --- debian/gbp.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 debian/gbp.conf 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 + -- 2.30.2