[libimage-info-perl] 01/02: Add fix-manpage-has-errors-from-pod2man.patch patch

Salvatore Bonaccorso carnil at debian.org
Thu Nov 3 21:16:15 UTC 2016


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

carnil pushed a commit to branch master
in repository libimage-info-perl.

commit cf7a6f545311f7bcc1c7df8c34e06047e2dfae89
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Thu Nov 3 22:15:16 2016 +0100

    Add fix-manpage-has-errors-from-pod2man.patch patch
---
 .../fix-manpage-has-errors-from-pod2man.patch      | 62 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 63 insertions(+)

diff --git a/debian/patches/fix-manpage-has-errors-from-pod2man.patch b/debian/patches/fix-manpage-has-errors-from-pod2man.patch
new file mode 100644
index 0000000..3997ae3
--- /dev/null
+++ b/debian/patches/fix-manpage-has-errors-from-pod2man.patch
@@ -0,0 +1,62 @@
+Description: Fix POD causing errors in generated manpage
+Origin: vendor
+Author: Salvatore Bonaccorso <carnil at debian.org>
+Last-Update: 2016-11-03
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=118614
+Bug: https://rt.cpan.org/Ticket/Display.html?id=118614
+
+--- a/lib/Bundle/Image/Info/Everything.pm
++++ b/lib/Bundle/Image/Info/Everything.pm
+@@ -20,8 +20,6 @@ Bundle::Image::Info::Everything - comple
+ 
+  perl -MCPAN -e 'install Bundle::Image::Info::Everything'
+ 
+-=end
+-
+ =head1 CONTENTS
+ 
+ Image::Info - the base Image::Info module
+--- a/lib/Bundle/Image/Info/PNG.pm
++++ b/lib/Bundle/Image/Info/PNG.pm
+@@ -20,8 +20,6 @@ Bundle::Image::Info::PNG - full PNG supp
+ 
+  perl -MCPAN -e 'install Bundle::Image::Info::PNG'
+ 
+-=end
+-
+ =head1 CONTENTS
+ 
+ Image::Info - the base Image::Info module
+--- a/lib/Bundle/Image/Info/SVG.pm
++++ b/lib/Bundle/Image/Info/SVG.pm
+@@ -20,8 +20,6 @@ Bundle::Image::Info::SVG - SVG support f
+ 
+  perl -MCPAN -e 'install Bundle::Image::Info::SVG'
+ 
+-=end
+-
+ =head1 CONTENTS
+ 
+ Image::Info - the base Image::Info module
+--- a/lib/Bundle/Image/Info/XBM.pm
++++ b/lib/Bundle/Image/Info/XBM.pm
+@@ -20,8 +20,6 @@ Bundle::Image::Info::XBM - XBM (X11 bitm
+ 
+  perl -MCPAN -e 'install Bundle::Image::Info::XBM'
+ 
+-=end
+-
+ =head1 CONTENTS
+ 
+ Image::Info - the base Image::Info module
+--- a/lib/Bundle/Image/Info/XPM.pm
++++ b/lib/Bundle/Image/Info/XPM.pm
+@@ -20,8 +20,6 @@ Bundle::Image::Info::XPM - XPM (X11 pixm
+ 
+  perl -MCPAN -e 'install Bundle::Image::Info::XPM'
+ 
+-=end
+-
+ =head1 CONTENTS
+ 
+ Image::Info 1.31 - the base Image::Info module
diff --git a/debian/patches/series b/debian/patches/series
index 8810115..2ee397b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 fix-spelling-error-in-manpage.patch
+fix-manpage-has-errors-from-pod2man.patch

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



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