[libmodule-signature-perl] 01/03: Add pod2man-errors.patch patch

Salvatore Bonaccorso carnil at debian.org
Wed Apr 29 18:19:34 UTC 2015


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

carnil pushed a commit to branch master
in repository libmodule-signature-perl.

commit 5e5b204a7474c6bedec602787ab75760b76e579f
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Wed Apr 29 16:34:00 2015 +0200

    Add pod2man-errors.patch patch
    
    Missing =encoding results in pod2man complaining about UTF-8 characters.
---
 debian/patches/pod2man-errors.patch | 19 +++++++++++++++++++
 debian/patches/series               |  1 +
 2 files changed, 20 insertions(+)

diff --git a/debian/patches/pod2man-errors.patch b/debian/patches/pod2man-errors.patch
new file mode 100644
index 0000000..41c3a02
--- /dev/null
+++ b/debian/patches/pod2man-errors.patch
@@ -0,0 +1,19 @@
+Description: missing =encoding results in pod2man complaining about UTF-8 characters
+ The fix is to add explicit =encoding UTF-8
+Origin: vendor
+Bug: https://rt.cpan.org/Public/Bug/Display.html?id=104096
+Forwarded: yes, https://rt.cpan.org/Public/Ticket/Attachment/1491801/794403/pod2man-errors.patch
+Author: Salvatore Bonaccorso <carnil at debian.org>
+Last-Update: 2015-04-29
+
+--- a/script/cpansign
++++ b/script/cpansign
+@@ -2,6 +2,8 @@
+ 
+ $VERSION = '0.06';
+ 
++=encoding UTF-8
++
+ =head1 NAME
+ 
+ cpansign - CPAN signature management utility
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..8e37515
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+pod2man-errors.patch

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



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