[SCM] Debian packaging of libpar-perl branch, master, updated. debian/1.005-1-16-g01dab94

gregor herrmann gregoa at debian.org
Sun Jun 9 14:16:54 UTC 2013


The following commit has been merged in the master branch:
commit 0c41c61e8f18fd0e2de44497d25ccb26ef22127f
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Jun 9 16:10:50 2013 +0200

    Add pod-encoding.patch to fix encoding in POD.
    
    Closes: #710963

diff --git a/debian/patches/pod-encoding.patch b/debian/patches/pod-encoding.patch
new file mode 100644
index 0000000..3d2ac70
--- /dev/null
+++ b/debian/patches/pod-encoding.patch
@@ -0,0 +1,15 @@
+Description: add =encoding to POD, Pod::Simple is more strict
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=86014
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=86014
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2013-06-09
+
+--- a/lib/PAR/FAQ.pod
++++ b/lib/PAR/FAQ.pod
+@@ -1,3 +1,5 @@
++=encoding utf8
++
+ =head1 NAME
+ 
+ PAR::FAQ - Frequently Asked Questions about PAR
diff --git a/debian/patches/series b/debian/patches/series
index 5413831..79091b7 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 fix-test_50-autoloaderfix.t.patch
+pod-encoding.patch

-- 
Debian packaging of libpar-perl



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