Code

Adding config for git-buildpackage and friends. debian/1.3.7-1
authorBernd Zeimetz <bernd@bzed.de>
Mon, 18 May 2009 14:31:04 +0000 (16:31 +0200)
committerBernd Zeimetz <bernd@bzed.de>
Mon, 18 May 2009 14:31:04 +0000 (16:31 +0200)
debian/gbp.conf [new file with mode: 0644]

diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644 (file)
index 0000000..ac6459b
--- /dev/null
@@ -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
+