[libtext-bibtex-perl] 03/04: Add 0008-pod-errors.patch.

gregor herrmann gregoa at debian.org
Sat Jul 9 14:42:47 UTC 2016


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

gregoa pushed a commit to branch master
in repository libtext-bibtex-perl.

commit 6cab42a6a6b38f3051a24abebc8b8d676e503c75
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jul 9 16:25:51 2016 +0200

    Add 0008-pod-errors.patch.
---
 debian/patches/0008-pod-errors.patch | 19 +++++++++++++++++++
 debian/patches/series                |  1 +
 2 files changed, 20 insertions(+)

diff --git a/debian/patches/0008-pod-errors.patch b/debian/patches/0008-pod-errors.patch
new file mode 100644
index 0000000..2414920
--- /dev/null
+++ b/debian/patches/0008-pod-errors.patch
@@ -0,0 +1,19 @@
+Description: add encoding to POD
+ Fixes POD ERROR Non-ASCII character seen before =encoding in 'Sim<F5>es"});'. Assuming UTF-8
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2016-07-09
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=115999
+Bug: https://rt.cpan.org/Ticket/Display.html?id=115999
+
+--- a/lib/Text/BibTeX/Name.pm
++++ b/lib/Text/BibTeX/Name.pm
+@@ -27,6 +27,8 @@
+ 
+ use Text::BibTeX;
+ 
++=encoding UTF-8
++
+ =head1 NAME
+ 
+ Text::BibTeX::Name - interface to BibTeX-style author names
diff --git a/debian/patches/series b/debian/patches/series
index 7bbfbee..6dd4659 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -5,3 +5,4 @@
 0005-no-ldconfig.patch
 0006-manpage-section.patch
 0007-hardening-flags.patch
+0008-pod-errors.patch

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



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