[libsvg-perl] 06/07: Add patch to fix POD encoding.

gregor herrmann gregoa at debian.org
Fri Oct 11 20:39:35 UTC 2013


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

gregoa pushed a commit to branch master
in repository libsvg-perl.

commit a4afe18df6826fd7e0038feed2d61ede244e29ed
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Oct 11 22:38:32 2013 +0200

    Add patch to fix POD encoding.
---
 debian/patches/pod-encoding.patch |   30 ++++++++++++++++++++++++++++++
 debian/patches/series             |    1 +
 2 files changed, 31 insertions(+)

diff --git a/debian/patches/pod-encoding.patch b/debian/patches/pod-encoding.patch
new file mode 100644
index 0000000..6067596
--- /dev/null
+++ b/debian/patches/pod-encoding.patch
@@ -0,0 +1,30 @@
+Description: fix POD ERROR.
+ Non-ASCII character seen before =encoding in 'qqXtextX'. Assuming ...
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=89414
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=89414
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2013-10-11
+
+--- a/lib/SVG/Element.pm
++++ b/lib/SVG/Element.pm
+@@ -1,6 +1,8 @@
+ 
+ =pod
+ 
++=encoding ISO8859-1
++
+ =head1 NAME
+ 
+ SVG::Element - Generate the element bits for SVG.pm
+--- a/lib/SVG.pm
++++ b/lib/SVG.pm
+@@ -11,6 +11,8 @@
+ 
+ =pod
+ 
++=encoding UTF-8
++
+ =head1 NAME
+ 
+ SVG - Perl extension for generating Scalable Vector Graphics (SVG) documents
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5766d01
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+pod-encoding.patch

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



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