This is an automated email from the git hooks/post-receive script. dmn pushed a commit to branch master in repository libpostscript-file-perl.
commit 35f5ca387fd69759f2abd2a452ba2d1fc078a40d Author: Damyan Ivanov <[email protected]> Date: Mon Jan 1 08:51:03 2018 +0000 add pod-spelling.patch fixing another batch of spelling mistakes --- debian/patches/pod-spelling.patch | 67 +++++++++++++++++++++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 68 insertions(+) diff --git a/debian/patches/pod-spelling.patch b/debian/patches/pod-spelling.patch new file mode 100644 index 0000000..c627192 --- /dev/null +++ b/debian/patches/pod-spelling.patch @@ -0,0 +1,67 @@ +Description: Another batch of spelling mistakes in POD +Author: Damyan Ivanov <[email protected]> +Forwarded: https://rt.cpan.org/Ticket/Display.html?id=123984 +Bug: https://rt.cpan.org/Ticket/Display.html?id=123984 + +--- a/lib/PostScript/File.pm ++++ b/lib/PostScript/File.pm +@@ -2344,7 +2344,7 @@ current page label as its only argument + + This module provides the L</incpage_label> (which uses Perl's + autoincrement operator) and L</incpage_roman> (which handles lowercase +-Roman numberals from i to xxxix, 1-39) functions for use as ++Roman numerals from i to xxxix, 1-39) functions for use as + C<incpage_handler>. (Default: C<\&incpage_label>) + + +@@ -2404,7 +2404,7 @@ C<space>. + The document's title for use in the C<%%Title> DSC comment. The + default (C<undef>) means to use the document's filename as the title. + If no filename is available when the document is output, the +-C<%%Title> comment wil be omitted. ++C<%%Title> comment will be omitted. + + + =head3 version +@@ -3726,7 +3726,7 @@ example, at the point '2 index' fetches + 222 111 + [ (top=) 2 index (next=) 5 index ] db_print + +-willl output this. ++will output this. + + top= 111 next= 222 + +--- a/lib/PostScript/File/Functions.pm ++++ b/lib/PostScript/File/Functions.pm +@@ -299,7 +299,7 @@ The constructor takes no parameters. + $funcs->add('functionRequested', ...); + + Add one or more functions to the procset to be generated. All +-dependencies of the requsted functions are added automatically. See ++dependencies of the requested functions are added automatically. See + L</"POSTSCRIPT FUNCTIONS"> for the list of available functions. + + +@@ -319,10 +319,10 @@ See L<PostScript::File/add_procset>. + + ($name, $code, $version) = $funcs->generate_procset($basename); + +-This collects the requsted functions into a block of PostScript code. ++This collects the requested functions into a block of PostScript code. + + C<$name> is a suitable name for the procset, created by appending the +-ids of the requsted functions to C<$basename>. If C<$basename> is ++ids of the requested functions to C<$basename>. If C<$basename> is + omitted, it defaults to the class name with C<::> replaced by C<_>. + + C<$code> is a block of PostScript code that defines the functions. It +@@ -338,7 +338,7 @@ In scalar context, returns C<$code>. + + =item C<< %s is not an available function >> + +-You requsted a function that this version of ++You requested a function that this version of + PostScript::File::Functions doesn't provide. + + diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..ad85da2 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +pod-spelling.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libpostscript-file-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
