This is an automated email from the git hooks/post-receive script. nickm-guest pushed a commit to branch master in repository libgetopt-argparse-perl.
commit 80a2982b2afdeadcef86200da98d7d2f89434875 Author: Nick Morrott <[email protected]> Date: Mon May 30 00:42:24 2016 +0100 Add manpage-has-bad-whatis-entry.patch --- debian/patches/manpage-has-bad-whatis-entry.patch | 70 +++++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 71 insertions(+) diff --git a/debian/patches/manpage-has-bad-whatis-entry.patch b/debian/patches/manpage-has-bad-whatis-entry.patch new file mode 100644 index 0000000..2386ddb --- /dev/null +++ b/debian/patches/manpage-has-bad-whatis-entry.patch @@ -0,0 +1,70 @@ +Description: Add NAME and description information to POD for whatis tool +Author: Nick Morrott <[email protected]> +Bug: https://rt.cpan.org/Ticket/Display.html?id=114818 +Last-Update: 2016-05-30 +--- +--- a/lib/Getopt/ArgParse/ActionAppend.pm ++++ b/lib/Getopt/ArgParse/ActionAppend.pm +@@ -33,6 +33,10 @@ + + 1; + ++=head1 NAME ++ ++Getopt::ArgParse::ActionAppend - Utility functions internal to Getopt::ArgParse ++ + =head1 AUTHOR + + Mytram <[email protected]> (original author) +--- a/lib/Getopt/ArgParse/ActionCount.pm ++++ b/lib/Getopt/ArgParse/ActionCount.pm +@@ -20,6 +20,10 @@ + + 1; + ++=head1 NAME ++ ++Getopt::ArgParse::ActionCount - Utility functions internal to Getopt::ArgParse ++ + =head1 AUTHOR + + Mytram <[email protected]> (original author) +--- a/lib/Getopt/ArgParse/ActionStore.pm ++++ b/lib/Getopt/ArgParse/ActionStore.pm +@@ -48,6 +48,10 @@ + + 1; + ++=head1 NAME ++ ++Getopt::ArgParse::ActionStore - Utility functions internal to Getopt::ArgParse ++ + =head1 AUTHOR + + Mytram <[email protected]> (original author) +--- a/lib/Getopt/ArgParse/Namespace.pm ++++ b/lib/Getopt/ArgParse/Namespace.pm +@@ -58,6 +58,10 @@ + + 1; + ++=head1 NAME ++ ++Getopt::ArgParse::Namespace - Utility functions internal to Getopt::ArgParse ++ + =head1 AUTHOR + + Mytram <[email protected]> (original author) +--- a/lib/Getopt/ArgParse/Parser.pm ++++ b/lib/Getopt/ArgParse/Parser.pm +@@ -1361,6 +1361,10 @@ + + __END__ + ++=head1 NAME ++ ++Getopt::ArgParse::Parser - Utility functions internal to Getopt::ArgParse ++ + =head1 AUTHOR + + Mytram <[email protected]> (original author) diff --git a/debian/patches/series b/debian/patches/series index f7c4b35..9612782 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ spelling-error-in-manpage.patch +manpage-has-bad-whatis-entry.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libgetopt-argparse-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
