This is an automated email from the git hooks/post-receive script.

guillem pushed a commit to branch master
in repository dpkg.

View the commit online:
https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=3b9afd43dd3b6ababed84900bf36363b8e70704c

commit 3b9afd43dd3b6ababed84900bf36363b8e70704c
Author: Guillem Jover <guil...@debian.org>
AuthorDate: Wed Aug 5 10:35:27 2020 +0200

    Dpkg::Changelog::Parse: Document 'label' option
---
 scripts/Dpkg/Changelog/Parse.pm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/scripts/Dpkg/Changelog/Parse.pm b/scripts/Dpkg/Changelog/Parse.pm
index 6730f6996..bda09b4b0 100644
--- a/scripts/Dpkg/Changelog/Parse.pm
+++ b/scripts/Dpkg/Changelog/Parse.pm
@@ -83,8 +83,9 @@ parser failed, it will die. Any parse errors will be printed 
as warnings
 on standard error, but this can be disabled by passing $opt{verbose} to 0.
 
 The changelog file that is parsed is F<debian/changelog> by default but it
-can be overridden with $opt{file}. The default output format is "dpkg" but
-it can be overridden with $opt{format}.
+can be overridden with $opt{file}. The changelog name used in output messages
+can be specified with $opt{label}, otherwise it will default to $opt{file}.
+The default output format is "dpkg" but it can be overridden with $opt{format}.
 
 The parsing itself is done by a parser module (searched in the standard
 perl library directories. That module is named according to the format that

-- 
Dpkg.Org's dpkg

Reply via email to