[SCM] Debian packaging of libmakefile-parser-perl branch, master, updated. debian/0.215-1-9-g2654dff

gregor herrmann gregoa at debian.org
Sat Jun 8 00:29:18 UTC 2013


The following commit has been merged in the master branch:
commit 12b6010ee3524746b8410b4bebc2929381462d8f
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jun 8 02:25:18 2013 +0200

    Add patch to fix POD issues.
    
    Closes: #711576

diff --git a/debian/patches/pod-encoding.patch b/debian/patches/pod-encoding.patch
new file mode 100644
index 0000000..f651268
--- /dev/null
+++ b/debian/patches/pod-encoding.patch
@@ -0,0 +1,18 @@
+Description: add encoding to POD
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=77737
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=77737
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2013-06-08
+
+--- a/lib/Makefile/AST/Evaluator.pm
++++ b/lib/Makefile/AST/Evaluator.pm
+@@ -268,6 +268,8 @@
+ 1;
+ __END__
+ 
++=encoding utf8
++
+ =head1 NAME
+ 
+ Makefile::AST::Evaluator - Evaluator and runtime for Makefile::AST instances
diff --git a/debian/patches/series b/debian/patches/series
index cf092d5..99dbaa2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 fix-manpage-spelling-error
+pod-encoding.patch

-- 
Debian packaging of libmakefile-parser-perl



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