From 6823e519deaf2a37a3d6225cd0392954c423b569 Mon Sep 17 00:00:00 2001 From: Kamal Mostafa Date: Tue, 19 Aug 2014 17:14:47 +0200 Subject: buildpackage: Make debian-tag message configurable New config option --git-debian-tag-msg allows for the specification of the message format string for signed debian-tags. When left unset, the default debian-tag-msg format is still: %(pkg)s Debian release %(version)s Signed-off-by: Kamal Mostafa --- gbp.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'gbp.conf') diff --git a/gbp.conf b/gbp.conf index aa9c35f..435d9b0 100644 --- a/gbp.conf +++ b/gbp.conf @@ -12,6 +12,7 @@ # the default tag formats used: #upstream-tag = upstream/%(version)s #debian-tag = debian/%(version)s +#debian-tag-msg = %(pkg)s Debian release %(version)s # use pristine-tar: #pristine-tar = True # don't check if debian-branch == current branch: -- cgit v1.2.3