[libfile-homedir-perl] 01/03: add patch adding missing '=encoding UTF-8' to POD, fixing pod2man errors

Damyan Ivanov dmn at alioth.debian.org
Tue Nov 5 17:52:53 UTC 2013


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

dmn pushed a commit to branch master
in repository libfile-homedir-perl.

commit 788e685bfa691480249d451a96a65d29225addf4
Author: Damyan Ivanov <dmn at debian.org>
Date:   Tue Nov 5 17:50:46 2013 +0000

    add patch adding missing '=encoding UTF-8' to POD, fixing pod2man errors
---
 debian/changelog                    |    3 +++
 debian/patches/pod2man-errors.patch |   16 ++++++++++++++++
 debian/patches/series               |    1 +
 3 files changed, 20 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 5094f0a..ea4407f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,9 @@ libfile-homedir-perl (1.00-1) UNRELEASED; urgency=low
   * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
   * Change search.cpan.org based URIs to metacpan.org based URIs
 
+  [ Damyan Ivanov ]
+  * add patch adding missing '=encoding UTF-8' to POD, fixing pod2man errors
+
  -- gregor herrmann <gregoa at debian.org>  Thu, 05 Jul 2012 12:29:47 -0600
 
 libfile-homedir-perl (0.99-1) unstable; urgency=low
diff --git a/debian/patches/pod2man-errors.patch b/debian/patches/pod2man-errors.patch
new file mode 100644
index 0000000..63f7156
--- /dev/null
+++ b/debian/patches/pod2man-errors.patch
@@ -0,0 +1,16 @@
+Description: missing =encoding results in pod2man complaining about UTF-8 characters
+ The fix is to add explicit =encoding UTF-8
+Author: Damyan Ivanov <dmn at debian.org>
+Bug: https://rt.cpan.org/Ticket/Display.html?id=90067
+
+--- a/lib/File/HomeDir.pm
++++ b/lib/File/HomeDir.pm
+@@ -327,6 +327,8 @@ __END__
+ 
+ =pod
+ 
++=encoding UTF-8
++
+ =head1 NAME
+ 
+ File::HomeDir - Find your home and other directories on any platform
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/libfile-homedir-perl.git



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