[SCM] Debian packaging of libmusicbrainz-discid-perl branch, master, updated. 09bbf5f564dcc5bafebe4b4b01ca8f82b61c00ef

gregor herrmann gregoa at debian.org
Mon May 13 19:44:09 UTC 2013


The following commit has been merged in the master branch:
commit fe5c6377b7e2da7dc27a323089207b4fc1e580b6
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon May 13 21:35:48 2013 +0200

    Add a patch to fix the POD encoding issue.
    
    Closes: #708079

diff --git a/debian/patches/pod-encoding.patch b/debian/patches/pod-encoding.patch
new file mode 100644
index 0000000..cbe3905
--- /dev/null
+++ b/debian/patches/pod-encoding.patch
@@ -0,0 +1,19 @@
+Description: use plain ascii apostrophe
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=85212
+Bug-Debian: http://bugs.debian.org/708079
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=85212
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2013-05-13
+
+--- a/lib/MusicBrainz/DiscID.pm
++++ b/lib/MusicBrainz/DiscID.pm
+@@ -156,7 +156,7 @@
+ Construct a new DiscID object.
+ 
+ As an optional argument the name of the device to read the ID from may 
+-be given. If you donÔt specify a device here you can later read the ID with 
++be given. If you don't specify a device here you can later read the ID with
+ the read method.
+ 
+ =item $discid->error_msg()
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

-- 
Debian packaging of libmusicbrainz-discid-perl



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