[libiptables-parse-perl] 04/05: Add patch to fix POD encoding.

gregor herrmann gregoa at debian.org
Sun Nov 8 17:30:45 UTC 2015


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libiptables-parse-perl.

commit 44a357537900aa86087c8e2b11b492de06b73416
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Nov 8 18:28:37 2015 +0100

    Add patch to fix POD encoding.
---
 debian/patches/pod-encoding.patch | 21 +++++++++++++++++++++
 debian/patches/series             |  1 +
 2 files changed, 22 insertions(+)

diff --git a/debian/patches/pod-encoding.patch b/debian/patches/pod-encoding.patch
new file mode 100644
index 0000000..d1a22e8
--- /dev/null
+++ b/debian/patches/pod-encoding.patch
@@ -0,0 +1,21 @@
+Description: add encoding directive to POD
+ Otherwise we get a POD ERROR:
+    Around line 1209:
+        Non-ASCII character seen before =encoding in 'Trmač'. Assuming UTF-8
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2015-11-08
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=108589
+Bug: https://rt.cpan.org/Ticket/Display.html?id=108589
+
+--- a/lib/IPTables/Parse.pm
++++ b/lib/IPTables/Parse.pm
+@@ -995,6 +995,8 @@
+ 1;
+ __END__
+ 
++=encoding UTF-8
++
+ =head1 NAME
+ 
+ IPTables::Parse - Perl extension for parsing iptables and ip6tables policies
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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libiptables-parse-perl.git



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