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 678b3403a8a6ccfb0851aa7c65b83889e1fd8364 Author: Nick Morrott <[email protected]> Date: Mon May 30 00:19:08 2016 +0100 Add spelling-error-in-manpage.patch --- debian/patches/series | 1 + debian/patches/spelling-error-in-manpage.patch | 67 ++++++++++++++++++++++++++ 2 files changed, 68 insertions(+) diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..f7c4b35 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +spelling-error-in-manpage.patch diff --git a/debian/patches/spelling-error-in-manpage.patch b/debian/patches/spelling-error-in-manpage.patch new file mode 100644 index 0000000..6cb992d --- /dev/null +++ b/debian/patches/spelling-error-in-manpage.patch @@ -0,0 +1,67 @@ +Description: Correct spelling errors in manpage (lintian) +Author: Nick Morrott <[email protected]> +Bug: https://rt.cpan.org/Ticket/Display.html?id=114817 +Last-Update: 2016-05-30 +--- +--- a/lib/Getopt/ArgParse.pm ++++ b/lib/Getopt/ArgParse.pm +@@ -27,7 +27,7 @@ + =head1 NAME + + Getopt::ArgParse - Parsing command line arguments with a richer and +-more user-friendly API interface, similar to python's argpare but with ++more user-friendly API interface, similar to Python's argparse but with + perlish extras. + + In particular, the modules provides the following features: +@@ -256,7 +256,7 @@ + ); + + The object method, arg_arg or the longer version add_argument, defines +-the specfication of an argument. It accepts the following parameters. ++the specification of an argument. It accepts the following parameters. + + add_args or add_arguments() is to add multiple multiple arguments. + +@@ -278,7 +278,7 @@ + # command line: prog --dry-run + $parser->namespace->dry_run; # The option's name is dry_run + +-A name or option strings are following by named paramters. ++A name or option strings are following by named parameters. + + =item * dest + +@@ -343,7 +343,7 @@ + subroutine that validates input values. + + choices_i specifies a list of the allowable values for the argument, +-but case insenstive, and it doesn't allow to use a subroutine for ++but case insenstive, and it doesn't allow one to use a subroutine for + validation. + + Either choices or chioces_i can be present or completely omitted, but +@@ -591,20 +591,20 @@ + + $usage = $parser->format_usage; + +-Return the formated usage message for the whole program in an array ++Return the formatted usage message for the whole program in an array + reference. + + =head3 print_usage + + $parser->print_usage; + +-Print the usage mesage returned by format_usage(). ++Print the usage message returned by format_usage(). + + =head3 format_command_usage + + $usage = $parser->format_command_usage($subcommand); + +-Return the formated usage message for the command in an array ++Return the formatted usage message for the command in an array + reference. + + =head3 print_command_usage -- 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
