From: Markus Lehtonen Date: Mon, 26 May 2014 10:24:23 +0000 (+0300) Subject: docs: document the --customizations option of gbp dch X-Git-Tag: debian/0.6.16~25 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=07637abe3540c65a6352aba667ebdecfcb4bfe85;p=tools%2Fgit-buildpackage.git docs: document the --customizations option of gbp dch Signed-off-by: Markus Lehtonen --- diff --git a/docs/manpages/gbp-dch.sgml b/docs/manpages/gbp-dch.sgml index 082597a7..94a535ac 100644 --- a/docs/manpages/gbp-dch.sgml +++ b/docs/manpages/gbp-dch.sgml @@ -56,7 +56,7 @@ msg-format - customization-file + customization-file [path1 path2] @@ -313,6 +313,17 @@ Commit the generated changelog. + + customization-file + + + + Load Python code from customization-file. + At the moment, the only useful thing the code can do is define a + custom format_changelog_entry() function. + + +