This is an automated email from the git hooks/post-receive script. abe pushed a commit to branch master in repository libnetxap-perl.
commit 00bf0a91e57fa76e0f185ce36a3915d7796ca217 Author: Axel Beckert <[email protected]> Date: Thu Nov 9 22:09:08 2017 +0100 Extend 20pod.patch to fix missing quoting around "*" in "=item *" In this case "*" was the item and should declare a dotted unordered list. --- debian/changelog | 2 ++ debian/patches/20pod.patch | 20 +++++++++++++++++--- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index bb88a7e..5f91b47 100644 --- a/debian/changelog +++ b/debian/changelog @@ -67,6 +67,8 @@ libnetxap-perl (0.02-8) UNRELEASED; urgency=low * Install file "NEWS" as upstream changelog. * Mention additionally supported protocols in long package description. * Add patch to fix spelling errors found by lintian. + * Extend 20pod.patch to fix missing quoting around "*" in "=item *" + where is wasn't mean to make a dotted list of items. -- Fabrizio Regalli <[email protected]> Wed, 15 Jun 2011 09:37:55 +0200 diff --git a/debian/patches/20pod.patch b/debian/patches/20pod.patch index 17e8321..242e788 100644 --- a/debian/patches/20pod.patch +++ b/debian/patches/20pod.patch @@ -6,7 +6,21 @@ Forwarded: no Originally probably from CPAN #346 by Michael Guennewig --- a/Net/IMAP.pm +++ b/Net/IMAP.pm -@@ -2523,7 +2523,7 @@ sub rights { (wantarray) ? @{$_[0]->{Rig +@@ -587,11 +587,11 @@ + + =over 4 + +-=item * ++=item C<*> + + Matches zero or more characters at the specified location. + +-=item % ++=item C<%> + + Like C<*>, matches zero or more characters at the specified location, + but does not match hierarchy delimiter characters. +@@ -2523,7 +2523,7 @@ =head1 Myrights @@ -15,7 +29,7 @@ Originally probably from CPAN #346 by Michael Guennewig =head2 mailbox -@@ -2807,7 +2807,7 @@ sub _parse_lang { +@@ -2807,7 +2807,7 @@ =head1 Multipart @@ -24,7 +38,7 @@ Originally probably from CPAN #346 by Michael Guennewig =head2 parts -@@ -2902,12 +2902,12 @@ C<text>, returns the number of lines in +@@ -2902,12 +2902,12 @@ =head2 envelope -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnetxap-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
