summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2019-07-21 12:32:23 +0100
committerSimon McVittie <smcv@debian.org>2019-07-21 12:32:23 +0100
commit9a8dbab7141e1a388e79e8444a36f1f05c03ad95 (patch)
tree6f4b0ea67e347d028f875bb9051f6d0e3813d01c
parentb25f45b40dcf9604fe4da51b5fe0c849ff6c6911 (diff)
d/gbp.conf: Use GNOME team settings
-rw-r--r--debian/gbp.conf14
1 files changed, 13 insertions, 1 deletions
diff --git a/debian/gbp.conf b/debian/gbp.conf
index d0e67b7..1d4b985 100644
--- a/debian/gbp.conf
+++ b/debian/gbp.conf
@@ -1,5 +1,17 @@
[DEFAULT]
-patch-numbers = False
pristine-tar = True
debian-branch = debian/master
upstream-branch = upstream/latest
+upstream-vcs-tag = v%(version)s
+
+[buildpackage]
+sign-tags = True
+
+[dch]
+multimaint-merge = True
+
+[import-orig]
+postimport = dch -v%(version)s New upstream release; git add debian/changelog; debcommit
+
+[pq]
+patch-numbers = False