diff options
author | Kamal Mostafa <kamal@whence.com> | 2014-08-19 17:14:47 +0200 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2014-08-19 17:15:54 +0200 |
commit | 6823e519deaf2a37a3d6225cd0392954c423b569 (patch) | |
tree | 1e23240dfd9278f7c169a3eaeb1c3f3e9736292c /docs | |
parent | c3258c19c6cfa291c8bebac1dae230f6e3ccca36 (diff) | |
download | git-buildpackage-6823e519deaf2a37a3d6225cd0392954c423b569.tar.gz git-buildpackage-6823e519deaf2a37a3d6225cd0392954c423b569.tar.bz2 git-buildpackage-6823e519deaf2a37a3d6225cd0392954c423b569.zip |
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 'docs')
-rw-r--r-- | docs/manpages/gbp-buildpackage.sgml | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/docs/manpages/gbp-buildpackage.sgml b/docs/manpages/gbp-buildpackage.sgml index d0d68bc6..42e6fc78 100644 --- a/docs/manpages/gbp-buildpackage.sgml +++ b/docs/manpages/gbp-buildpackage.sgml @@ -44,8 +44,9 @@ <arg><option>--git-postexport=</option><replaceable>COMMAND</replaceable></arg> <arg><option>--git-prebuild=</option><replaceable>COMMAND</replaceable></arg> <arg><option>--git-[no-]hooks</option></arg> - <arg><option>--git-debian-tag=</option><replaceable>TAG-FORMAT</replaceable></arg> - <arg><option>--git-upstream-tag=</option><replaceable>TAG-FORMAT</replaceable></arg> + <arg><option>--git-debian-tag=</option><replaceable>tag-format</replaceable></arg> + <arg><option>--git-upstream-tag=</option><replaceable>tag-format</replaceable></arg> + <arg><option>--git-debian-tag-msg=</option><replaceable>tag-msg-format</replaceable></arg> <arg><option>--git-force-create</option></arg> <arg><option>--git-no-create-orig</option></arg> <arg><option>--git-upstream-tree=</option><replaceable>[TAG|BRANCH|TREEISH]</replaceable></arg> @@ -431,6 +432,14 @@ </listitem> </varlistentry> <varlistentry> + <term><option>--git-debian-tag-msg=</option><replaceable>tag-msg-format</replaceable> + </term> + <listitem> + <para>use this tag message format when signing Debian versions, + default is <replaceable>%(pkg)s Debian release %(version)s</replaceable></para> + </listitem> + </varlistentry> + <varlistentry> <term><option>--git-force-create</option> </term> <listitem> |