[libanyevent-http-perl] 04/05: Add fix-manpage-has-errors-from-pod2man.patch

Salvatore Bonaccorso carnil at debian.org
Tue Feb 18 20:07:51 UTC 2014


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

carnil pushed a commit to branch master
in repository libanyevent-http-perl.

commit c3df2ca246bc7bec0b7bd1f0a6290f78abcb2f88
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Tue Feb 18 21:01:57 2014 +0100

    Add fix-manpage-has-errors-from-pod2man.patch
    
    Explicitly set UTF-8 encoding for POD in HTTP.pm
---
 debian/patches/fix-manpage-has-errors-from-pod2man.patch | 14 ++++++++++++++
 debian/patches/series                                    |  1 +
 2 files changed, 15 insertions(+)

diff --git a/debian/patches/fix-manpage-has-errors-from-pod2man.patch b/debian/patches/fix-manpage-has-errors-from-pod2man.patch
new file mode 100644
index 0000000..d733885
--- /dev/null
+++ b/debian/patches/fix-manpage-has-errors-from-pod2man.patch
@@ -0,0 +1,14 @@
+Description: Fix POD errors due to missing =encoding
+Origin: vendor
+Forwarded: no
+Author: Salvatore Bonaccorso <carnil at debian.org>
+Last-Update: 2014-02-18
+
+--- a/HTTP.pm
++++ b/HTTP.pm
+@@ -1,3 +1,5 @@
++=encoding UTF-8
++
+ =head1 NAME
+ 
+ AnyEvent::HTTP - simple but non-blocking HTTP/HTTPS client
diff --git a/debian/patches/series b/debian/patches/series
index 7289fed..2ce912f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 ae-http-connection-tokens.patch
 fix-spelling-error-in-manpage.patch
+fix-manpage-has-errors-from-pod2man.patch

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



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