From de761cd741a99a41fa0e8e8af1f5bb047d2699dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Wed, 25 Nov 2020 18:06:51 +0100 Subject: [PATCH] debian/gbp.conf: Include debian's GNOME team preferred settings --- debian/gbp.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/debian/gbp.conf b/debian/gbp.conf index e69670ee..70f12358 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -4,3 +4,15 @@ debian-branch = ubuntu upstream-vcs-tag = v%(version)s upstream-branch = upstream-tod debian-tag=ubuntu/%(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