[SCM] Debian packaging of libxml-tidy-perl branch, master, updated. eb7b29507db4e91b6ce28f50528cfefbf40aa734
gregor herrmann
gregoa at debian.org
Sun Jun 16 17:05:45 UTC 2013
The following commit has been merged in the master branch:
commit a11a860470ea181f7a380e45f61731ee9c2a82f2
Author: gregor herrmann <gregoa at debian.org>
Date: Sun Jun 16 18:58:05 2013 +0200
Add a patch to fix POD encoding.
Closes: #711407
diff --git a/debian/patches/pod-encoding.patch b/debian/patches/pod-encoding.patch
new file mode 100644
index 0000000..381f81b
--- /dev/null
+++ b/debian/patches/pod-encoding.patch
@@ -0,0 +1,19 @@
+Description: add missing =encoding to POD
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=85592
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=85592
+Bug-Debian: http://bugs.debian.org/711407
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2013-06-16
+
+--- a/Tidy.pm
++++ b/Tidy.pm
+@@ -771,6 +771,8 @@
+ sub DESTROY { } # do nothing but define in case && to calm test warnings
+ 127;
+
++=encoding ISO8859-1
++
+ =head1 NAME
+
+ XML::Tidy - tidy indenting of XML documents
diff --git a/debian/patches/series b/debian/patches/series
index 0a2cc0e..adf17e9 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
add-manpage
+pod-encoding.patch
--
Debian packaging of libxml-tidy-perl
More information about the Pkg-perl-cvs-commits
mailing list