[libpdf-fromhtml-perl] 01/01: Quilt patches to fix encoding issues

Robin Sheat eythian-guest at moszumanska.debian.org
Tue May 5 05:44:01 UTC 2015


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

eythian-guest pushed a commit to branch master
in repository libpdf-fromhtml-perl.

commit 89a0e0e9080eeb8a0257ede26bd97077ee7aa645
Author: Robin Sheat <robin at catalyst.net.nz>
Date:   Tue May 5 17:42:51 2015 +1200

    Quilt patches to fix encoding issues
---
 debian/patches/pod-errors | 29 +++++++++++++++++++++++++++++
 debian/patches/series     |  1 +
 2 files changed, 30 insertions(+)

diff --git a/debian/patches/pod-errors b/debian/patches/pod-errors
new file mode 100644
index 0000000..8d41401
--- /dev/null
+++ b/debian/patches/pod-errors
@@ -0,0 +1,29 @@
+From: Robin Sheat <robin at catalyst.net.nz>
+Subject: fix encoding errors in POD documentation
+ The POD docs sometimes contain UTF8 characters, so we need to set the encoding properly
+Index: libpdf-fromhtml-perl/lib/PDF/FromHTML.pm
+===================================================================
+--- libpdf-fromhtml-perl.orig/lib/PDF/FromHTML.pm	2015-05-05 17:33:30.478551676 +1200
++++ libpdf-fromhtml-perl/lib/PDF/FromHTML.pm	2015-05-05 17:33:30.474551676 +1200
+@@ -43,6 +43,8 @@
+     };
+ };
+ 
++=encoding utf8
++
+ =head1 NAME
+ 
+ PDF::FromHTML - Convert HTML documents to PDF
+Index: libpdf-fromhtml-perl/lib/PDF/FromHTML/Twig.pm
+===================================================================
+--- libpdf-fromhtml-perl.orig/lib/PDF/FromHTML/Twig.pm	2015-05-05 17:33:30.478551676 +1200
++++ libpdf-fromhtml-perl/lib/PDF/FromHTML/Twig.pm	2015-05-05 17:34:51.322551881 +1200
+@@ -591,6 +591,8 @@
+ 
+ 1;
+ 
++=encoding utf8
++
+ =head1 AUTHORS
+ 
+ 唐鳳 E<lt>cpan at audreyt.orgE<gt>
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..fcf29f1
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+pod-errors

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



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