[SCM] Debian packaging of libmail-mboxparser-perl branch, master, updated. 7cb0b117cc86e41f00a0018502c4817e07d3ed26

gregor herrmann gregoa at debian.org
Sun Jun 2 18:33:46 UTC 2013


The following commit has been merged in the master branch:
commit e166fa01e08b20d0d10c8eb8e59be3ae93c29608
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Jun 2 20:25:40 2013 +0200

    Add patch pod-encoding.patch.
    
    Closes: #710798

diff --git a/debian/patches/pod-encoding.patch b/debian/patches/pod-encoding.patch
new file mode 100644
index 0000000..729c0bd
--- /dev/null
+++ b/debian/patches/pod-encoding.patch
@@ -0,0 +1,19 @@
+Description: add =encoding to POD, required by perl 5.17.x
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=85805
+Bug-Debian: http://bugs.debian.org/710798
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=85805
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2013-06-02
+
+--- a/MboxParser/Mail.pm
++++ b/MboxParser/Mail.pm
+@@ -14,6 +14,8 @@
+ 
+ # ----------------------------------------------------------------
+ 
++=encoding latin1
++
+ =head1 NAME
+ 
+ Mail::MboxParser::Mail - Provide mail-objects and methods upon
diff --git a/debian/patches/series b/debian/patches/series
index 173a218..3c0dfa9 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 fix_messageparser_interaction
 perl-Mail-MboxParser-0.55-Fix-garbled-attachment-name-RT-66576.patch
 fix-spelling-error-in-manpage.patch
+pod-encoding.patch

-- 
Debian packaging of libmail-mboxparser-perl



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