[SCM] Debian packaging of libnet-daap-dmap-perl branch, master, updated. 3d82546a9567f9bfa7a76d64e0daa0f4f81db6e9

gregor herrmann gregoa at debian.org
Fri Jan 20 16:10:25 UTC 2012


The following commit has been merged in the master branch:
commit 1b4e76a74b53347d67a638b877c9a3f65661de2f
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Jan 20 17:01:16 2012 +0100

    Remove patch, fixed upstream in this release.

diff --git a/debian/patches/pack_unpack_bytes.patch b/debian/patches/pack_unpack_bytes.patch
deleted file mode 100644
index 04c72ca..0000000
--- a/debian/patches/pack_unpack_bytes.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-pack() and unpack() have changed in perl 5.10 regarding UTF-8 encoded data:
-http://search.cpan.org/dist/perl-5.10.0/pod/perl5100delta.pod#Packing_and_UTF-8_strings
-We add "use bytes;" to get the old behaviour.
-
-Closes: #467277
-
--- gregor herrmann
---- a/lib/Net/DAAP/DMAP.pm
-+++ b/lib/Net/DAAP/DMAP.pm
-@@ -170,6 +170,7 @@ took over in July 2004.
- use Exporter;
- use Math::BigInt;
- use Carp;
-+use bytes; # un-/pack() changed in perl 5.10
- 
- our @ISA = qw(Exporter);
- our @EXPORT_OK = qw(dmap_to_hash_ref dmap_to_array_ref update_content_codes
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index c73165d..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-pack_unpack_bytes.patch

-- 
Debian packaging of libnet-daap-dmap-perl



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