[SCM] Debian packaging of libtest-database-perl branch, master, updated. cb0cb9cbd8c8d816677f4e8d0145febeae2573e1

gregor herrmann gregoa at debian.org
Sun Jun 16 15:34:09 UTC 2013


The following commit has been merged in the master branch:
commit ea33793f0d3a8aee59797f238711b00754036c54
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Jun 16 17:31:37 2013 +0200

    Add patch to add POD encoding.
    
    Closes: #711260

diff --git a/debian/patches/pod-encoding.patch b/debian/patches/pod-encoding.patch
new file mode 100644
index 0000000..58035f0
--- /dev/null
+++ b/debian/patches/pod-encoding.patch
@@ -0,0 +1,19 @@
+Description: add encoding to POD, Pod::Simple got mroe strict
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=85198
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=85198
+Bug-Debian: http://bugs.debian.org/711260
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2013-06-16
+
+--- a/lib/Test/Database/Driver/mysql.pm
++++ b/lib/Test/Database/Driver/mysql.pm
+@@ -51,6 +51,8 @@
+ 
+ __END__
+ 
++=encoding ISO8859-1
++
+ =head1 NAME
+ 
+ Test::Database::Driver::mysql - A Test::Database driver for mysql
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 libtest-database-perl



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