[SCM] Debian packaging of libsys-filesystem-perl branch, master, updated. 4936a9f74d635112a2a125d2587ec95da9dab650

gregor herrmann gregoa at debian.org
Wed Jun 5 18:37:10 UTC 2013


The following commit has been merged in the master branch:
commit eae061b740295f1c59dd7bcadfbe6c29c29cefda
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Jun 5 20:22:09 2013 +0200

    Add patch from CPAN RT to add encoding to POD.
    
    Closes: #711000

diff --git a/debian/patches/pod-encoding.patch b/debian/patches/pod-encoding.patch
new file mode 100644
index 0000000..8c2154f
--- /dev/null
+++ b/debian/patches/pod-encoding.patch
@@ -0,0 +1,20 @@
+Description: add encoding to POD, required by Pod::Simple
+Origin: CPAN RT
+Bug: https://rt.cpan.org/Ticket/Display.html?id=77699
+Forwarded: not-needed
+Bug-Debian: http://bugs.debian.org/711000
+Author: SREZIC at cpan.org
+Reviewed-by: gregor herrmann <gregoa at debian.org>
+Last-Update: 2013-06-05
+
+--- a/lib/Sys/Filesystem/Linux.pm
++++ b/lib/Sys/Filesystem/Linux.pm
+@@ -110,6 +110,8 @@
+ 
+ =pod
+ 
++=encoding utf-8
++
+ =head1 NAME
+ 
+ Sys::Filesystem::Linux - Return Linux filesystem information to Sys::Filesystem
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 libsys-filesystem-perl



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