From: Matthias Geiger Date: Mon, 1 Sep 2025 16:13:55 +0000 (+0200) Subject: d/gbp.conf: Update for DEP-14 style X-Git-Tag: archive/raspbian/2.11.3-2+rpi1^2~26 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=13053ce954ac038dd53d0201dc7698ab2d5ce719;p=utf8proc.git d/gbp.conf: Update for DEP-14 style --- diff --git a/debian/gbp.conf b/debian/gbp.conf index cec628c..7ad7f9f 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -1,2 +1,17 @@ [DEFAULT] pristine-tar = True +debian-branch = debian/latest +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