[SCM] Debian packaging of libcrypt-saltedhash-perl branch, master, updated. 69f2f45ffd82727b31fa170df4522fc245b6da73

gregor herrmann gregoa at debian.org
Sun May 26 14:32:42 UTC 2013


The following commit has been merged in the master branch:
commit 8d51e72add27e7eec2b877a2ab096680f0ef0035
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun May 26 16:28:51 2013 +0200

    Add a patch to fix POD (missing =encoding).
    
    Closes: #709786

diff --git a/debian/patches/pod-encoding.patch b/debian/patches/pod-encoding.patch
new file mode 100644
index 0000000..e056256
--- /dev/null
+++ b/debian/patches/pod-encoding.patch
@@ -0,0 +1,20 @@
+Description: add =encoding
+ this is an error on perl 5.18 now
+Origin: vendor
+Bug-Debian: http://bugs.debian.org/709786
+Bug: https://rt.cpan.org/Ticket/Display.html?id=85627
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=85627
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2013-05-26
+
+--- a/lib/Crypt/SaltedHash.pm
++++ b/lib/Crypt/SaltedHash.pm
+@@ -8,6 +8,8 @@
+ 
+ $VERSION = '0.06';
+ 
++=encoding latin1
++
+ =head1 NAME
+ 
+ Crypt::SaltedHash - Perl interface to functions that assist in working
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 libcrypt-saltedhash-perl



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