[libimage-exiftool-perl] 07/08: Add patch to fix encoding issue in POD.

gregor herrmann gregoa at debian.org
Tue Oct 22 18:04:39 UTC 2013


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

gregoa pushed a commit to branch master
in repository libimage-exiftool-perl.

commit 0b5cbe6ce87f24855c1f5577874b8e4bc2495315
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Oct 22 19:59:58 2013 +0200

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

diff --git a/debian/patches/pod-encoding.patch b/debian/patches/pod-encoding.patch
new file mode 100644
index 0000000..997efd5
--- /dev/null
+++ b/debian/patches/pod-encoding.patch
@@ -0,0 +1,22 @@
+Description: fix "POD ERRORS"
+ Around line 2525:
+ Non-ASCII character seen before =encoding in 'OFormat'. Assuming ISO8859-1
+ .
+ Ò..Ó (in latin1) was probably not intended ...
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=89701
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=89701
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2013-10-22
+
+--- a/lib/Image/ExifTool/MIE.pm
++++ b/lib/Image/ExifTool/MIE.pm
+@@ -2522,7 +2522,7 @@
+ 
+ =head1 REVISIONS
+ 
+-  2010-04-05 - Fixed �Format Size� Note 7 to give the correct number of bits
++  2010-04-05 - Fixed 'Format Size' Note 7 to give the correct number of bits
+                in the example rational value
+   2007-01-21 - Specified LF character (0x0a) for text newline sequence
+   2007-01-19 - Specified ISO 8859-1 character set for extended ASCII codes
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/libimage-exiftool-perl.git



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