[SCM] Debian packaging of libdatetime-locale-perl branch, master, updated. 257cd01f855fd2d903f1f68612590190c07b62bd

gregor herrmann gregoa at debian.org
Sun May 26 14:58:25 UTC 2013


The following commit has been merged in the master branch:
commit 977060f05b02a8a7651db1be6d65c2cb825c3bdf
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun May 26 16:39:34 2013 +0200

    Add a patch to fix the POD encoding.
    
    Closes: #709788

diff --git a/debian/patches/pod-encoding.patch b/debian/patches/pod-encoding.patch
new file mode 100644
index 0000000..900da2d
--- /dev/null
+++ b/debian/patches/pod-encoding.patch
@@ -0,0 +1,20 @@
+Description: add =encoding to POD
+ This is an error in perl 5.18
+Origin: vendor
+Bug-Debian: http://bugs.debian.org/709788
+Bug: https://rt.cpan.org/Ticket/Display.html?id=85628
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=85628
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2013-05-26
+
+--- a/lib/DateTime/Locale/Catalog.pm
++++ b/lib/DateTime/Locale/Catalog.pm
+@@ -3398,6 +3398,8 @@
+ 
+ __END__
+ 
++=encoding utf8
++
+ =head1 NAME
+ 
+ DateTime::Locale::Catalog - Provides a list of all valid locale names
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

-- 
Debian packaging of libdatetime-locale-perl



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