From c3176bb5eec4ad2b142ba967816e0c28c8478b24 Mon Sep 17 00:00:00 2001 From: Jeremy Bicha Date: Thu, 7 Feb 2019 21:51:12 -0500 Subject: [PATCH] Update debian/gbp.conf --- debian/gbp.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/debian/gbp.conf b/debian/gbp.conf index e0196c44..4ed071a9 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -2,4 +2,16 @@ pristine-tar = True debian-branch = debian/master upstream-branch = upstream/latest + +[buildpackage] +sign-tags = True + +[dch] +multimaint-merge = True + +[import-orig] +postimport = dch -v%(version)s New upstream release; git add debian/changelog; debcommit upstream-vcs-tag = %(version)s + +[pq] +patch-numbers = False