[libparse-errorstring-perl-perl] 11/13: New fix-whatis-entry.patch

Florian Schlichting fsfs at alioth.debian.org
Thu Oct 3 15:54:52 UTC 2013


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

fsfs pushed a commit to branch master
in repository libparse-errorstring-perl-perl.

commit 67db334e0a9ec4e9fa083b7375b54cc43c2a074d
Author: Florian Schlichting <fsfs at debian.org>
Date:   Thu Oct 3 17:52:10 2013 +0200

    New fix-whatis-entry.patch
---
 debian/patches/fix-whatis-entry.patch |   29 +++++++++++++++++++++++++++++
 debian/patches/series                 |    1 +
 2 files changed, 30 insertions(+)

diff --git a/debian/patches/fix-whatis-entry.patch b/debian/patches/fix-whatis-entry.patch
new file mode 100644
index 0000000..ce058c9
--- /dev/null
+++ b/debian/patches/fix-whatis-entry.patch
@@ -0,0 +1,29 @@
+Description: fix manpage-has-bad-whatis-entry lintian warning by putting NAME section back into POD
+Author: Florian Schlichting <fsfs at debian.org>
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=89233
+--- a/lib/Parse/ErrorString/Perl/ErrorItem.pm
++++ b/lib/Parse/ErrorString/Perl/ErrorItem.pm
+@@ -36,6 +36,10 @@
+ 
+ __END__
+ 
++=head1 NAME
++
++Parse::ErrorString::Perl::ErrorItem - a Perl error item object
++
+ =head1 Parse::ErrorString::Perl::ErrorItem
+ 
+ Each object contains the following accessors (only C<message>, C<file>,
+--- a/lib/Parse/ErrorString/Perl/StackItem.pm
++++ b/lib/Parse/ErrorString/Perl/StackItem.pm
+@@ -25,6 +25,10 @@
+ 
+ __END__
+ 
++=head1 NAME
++
++Parse::ErrorString::Perl::StackItem - a Perl stack item object
++
+ =head1 Parse::ErrorString::Perl::StackItem
+ 
+ =over
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..2918b28
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-whatis-entry.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libparse-errorstring-perl-perl.git



More information about the Pkg-perl-cvs-commits mailing list