summaryrefslogtreecommitdiff
path: root/os/debian/gbp.conf
diff options
context:
space:
mode:
Diffstat (limited to 'os/debian/gbp.conf')
-rw-r--r--os/debian/gbp.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/os/debian/gbp.conf b/os/debian/gbp.conf
new file mode 100644
index 000000000..58b68d336
--- /dev/null
+++ b/os/debian/gbp.conf
@@ -0,0 +1,13 @@
+[DEFAULT]
+# Use pristine-tar
+pristine-tar = True
+
+[git-dch]
+# We use metaheaders in commit messages.
+meta = True
+# Put git commit ids in the debian changelog.
+id-length = 7
+
+[git-import-orig]
+# Use a custom commit message for upstream imports.
+import-msg = New upstream release %(version)s.