summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 89a62e2)
raw | patch | inline | side by side (parent: 89a62e2)
author | Bernd Zeimetz <bernd@bzed.de> | |
Mon, 18 May 2009 14:31:04 +0000 (16:31 +0200) | ||
committer | Bernd Zeimetz <bernd@bzed.de> | |
Mon, 18 May 2009 14:31:04 +0000 (16:31 +0200) |
debian/gbp.conf | [new file with mode: 0644] | patch | blob |
diff --git a/debian/gbp.conf b/debian/gbp.conf
--- /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
+