debian/0000755000000000000000000000000011706310557007173 5ustar debian/control0000644000000000000000000000215111706310557010575 0ustar Source: libnet-daap-dmap-perl Section: perl Priority: extra Maintainer: Debian Perl Group Uploaders: Jose Luis Rivas , gregor herrmann Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libmath-bigint-perl Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/Net-DAAP-DMAP/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libnet-daap-dmap-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libnet-daap-dmap-perl.git Package: libnet-daap-dmap-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libmath-bigint-perl Description: Perl module for reading and writing DAAP structures Net::DAAP::DMAP allows reading and writing DAAP structures. A DMAP structure is a binary record used in Apple's DAAP protocol. It may contain other DMAP structures. Fields in a DMAP structure are identified by a short name ("msdc"). The short name is what's in the binary record, but a content codes list gives a long name ("dmap.databasescount") and a data type for the record (32-bit integer). debian/copyright0000644000000000000000000000215311706310557011127 0ustar Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135 Maintainer: Richard Clamp Source: http://search.cpan.org/dist/Net-DAAP-DMAP/ Name: Net-DAAP-DMAP Files: * Copyright: 2004 Richard Clamp, License: Artistic or GPL-1+ Files: debian/* Copyright: 2007, Jose Luis Rivas 2008-2012, gregor herrmann License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000016511706310557010226 0ustar version=3 http://search.cpan.org/dist/Net-DAAP-DMAP/ .*/Net-DAAP-DMAP-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian/compat0000644000000000000000000000000211706310557010371 0ustar 8 debian/changelog0000644000000000000000000000377611706310557011062 0ustar libnet-daap-dmap-perl (1.27-1) unstable; urgency=low [ gregor herrmann ] * debian/control: Added: ${misc:Depends} to Depends: field. [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ gregor herrmann ] * Email change: gregor herrmann -> gregoa@debian.org [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * New upstream release. * Switch to "3.0 (quilt)" source format. * Drop cdbs and quilt, use debhelper 8 and tiny debian/rules. * Remove patch, fixed upstream in this release. * Update debian/copyright. * Bump Standards-Version to 3.9.2 (no further changes). * Update long description. -- gregor herrmann Fri, 20 Jan 2012 17:07:34 +0100 libnet-daap-dmap-perl (1.26-2) unstable; urgency=low [ Stephen Gran ] * Lowered debhelper compatibility level to 5 (Be kind to backporters day) [ Damyan Ivanov ] * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). [ gregor herrmann ] * debian/rules: delete /usr/lib/perl5 only if it exists. * Add patch pack_unpack_bytes.patch; the behaviour of pack() and unpack() regarding UTF-8 characters has changed in Perl 5.10, by adding "use bytes" we get the old behaviour (closes: #467277). Add quilt framework. * debian/control: Changed: Maintainer set to Debian Perl Group (was: Jose Luis Rivas ); Jose Luis Rivas moved to Uploaders. Add /me to Uploaders. * debian/watch: use dist-based URL. * Set Standards-Version to 3.7.3 (no changes). * Set debhelper compatibility level to 6. * Remove unnecessary debian/dirs. -- gregor herrmann Mon, 25 Feb 2008 19:07:53 +0100 libnet-daap-dmap-perl (1.26-1) unstable; urgency=low * Initial release (Closes: #420383) -- Jose Luis Rivas Sat, 21 Apr 2007 18:32:13 -0400 debian/source/0000755000000000000000000000000011706310557010473 5ustar debian/source/format0000644000000000000000000000001411706310557011701 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611706310557010252 0ustar #!/usr/bin/make -f %: dh $@