aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp.conf
diff options
context:
space:
mode:
authorKamal Mostafa <kamal@whence.com>2014-08-19 17:14:47 +0200
committerGuido Günther <agx@sigxcpu.org>2014-08-19 17:15:54 +0200
commit6823e519deaf2a37a3d6225cd0392954c423b569 (patch)
tree1e23240dfd9278f7c169a3eaeb1c3f3e9736292c /gbp.conf
parentc3258c19c6cfa291c8bebac1dae230f6e3ccca36 (diff)
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 <kamal@whence.com>
Diffstat (limited to 'gbp.conf')
-rw-r--r--gbp.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/gbp.conf b/gbp.conf
index aa9c35f8..435d9b0a 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: