[SCM] Debian packaging of libpdf-create-perl branch, master, updated. 4f23a9192cc98222a028e6740bee92fc84771b45
gregor herrmann
gregoa at debian.org
Tue Jun 4 17:41:48 UTC 2013
The following commit has been merged in the master branch:
commit cd528a433dfaf0106c63fc42ef789c5894c236ba
Author: gregor herrmann <gregoa at debian.org>
Date: Tue Jun 4 19:37:26 2013 +0200
Add a patch to fix a POD error discovered with Perl 5.18.
diff --git a/debian/patches/pod-encoding.patch b/debian/patches/pod-encoding.patch
new file mode 100644
index 0000000..e34fd3b
--- /dev/null
+++ b/debian/patches/pod-encoding.patch
@@ -0,0 +1,18 @@
+Description: add =encoding to avoid POD ERROR in Perl 5.18
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=85857
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=85857
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2013-06-04
+
+--- a/lib/PDF/Create.pm
++++ b/lib/PDF/Create.pm
+@@ -1079,6 +1079,8 @@
+
+ __END__
+
++=encoding utf8
++
+ =head1 NAME
+
+ PDF::Create - create PDF files
diff --git a/debian/patches/series b/debian/patches/series
index 8bc8a72..c61adc5 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
file-spec.patch
+pod-encoding.patch
--
Debian packaging of libpdf-create-perl
More information about the Pkg-perl-cvs-commits
mailing list