debian/0000755000000000000000000000000012060715251007165 5ustar debian/rules0000755000000000000000000000003612060715251010244 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000163012060715251010570 0ustar Source: libaudio-rpld-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl Maintainer: Debian Perl Group Uploaders: gregor herrmann , Chris Butler Standards-Version: 3.9.4 Homepage: http://search.cpan.org/dist/Audio-RPLD/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libaudio-rpld-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libaudio-rpld-perl.git Package: libaudio-rpld-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Suggests: roarplaylistd Description: module to communicate with RoarAudio PlayList Daemon Audio::RPLD is used to communicate with a RoarAudio PlayList Daemon (rpld). It includes support for nearly all of the protocol. . This includes commands to control playback, the Main Queue, playlists and pointer mangement. debian/gbp.conf0000644000000000000000000000004212060715251010600 0ustar [git-import-orig] filter = debian debian/source/0000755000000000000000000000000012060715251010465 5ustar debian/source/format0000644000000000000000000000001412060715251011673 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000300712060715251011037 0ustar libaudio-rpld-perl (0.006-1) unstable; urgency=low * New upstream release. * debian/copyright: update copyright years for inc/Module/*. * Bump Standards-Version to 3.9.4 (no changes). * Add spelling.patch. -- gregor herrmann Sat, 08 Dec 2012 20:52:48 +0100 libaudio-rpld-perl (0.005-1) unstable; urgency=low * Add a debian/gbp.conf file to filter out the debian/ directory from the upstream tarball on git-import-orig. * New upstream release. * Drop pod.patch, merged upstream. * debian/copyright: downgrade years of copyright for Module::Install. -- gregor herrmann Sun, 26 Aug 2012 19:26:27 +0200 libaudio-rpld-perl (0.004-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * New upstream release. * Refresh patch (offset), and mark it forwarded. * debian/copyright: update to Copyright-Format 1.0; update years of copyright. * Bump Standards-Version to 3.9.3 (no changes). * Set debhelper compatibility level to 8. -- gregor herrmann Sun, 13 May 2012 22:23:28 +0200 libaudio-rpld-perl (0.003-1) unstable; urgency=low * New upstream release * Add myself to Uploaders and copyright * Updated years of upstream copyright -- Chris Butler Sun, 27 Feb 2011 20:16:47 +0000 libaudio-rpld-perl (0.002-1) unstable; urgency=low * Initial release (closes: #603521). -- gregor herrmann Wed, 17 Nov 2010 18:28:08 +0100 debian/compat0000644000000000000000000000000212060715251010363 0ustar 8 debian/patches/0000755000000000000000000000000012060715251010614 5ustar debian/patches/spelling.patch0000644000000000000000000000360012060715251013451 0ustar Description: fix a spelling error ("information" is already plural) Origin: vendor Bug: https://rt.cpan.org/Ticket/Display.html?id=81809 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=81809 Author: gregor herrmann Last-Update: 2012-12-08 --- a/lib/Audio/RPLD.pm +++ b/lib/Audio/RPLD.pm @@ -860,7 +860,7 @@ Send a SERVERINFO command to the server. -This tells basic informations about the server like it's version and location. +This tells basic information about the server like it's version and location. The return value is a hashref which contains the following keys (all keys may or may not be set depending on what info the server provides): @@ -880,7 +880,7 @@ =item contact -Those are informations on the server administrator. Normally contains nick or real name +Those are information on the server administrator. Normally contains nick or real name as well as an e-mail address. =item serial @@ -907,13 +907,13 @@ =item build -This is a build stamp. It contains informations on the build. +This is a build stamp. It contains information on the build. This is mostly useful when reporting problems to upstream or the distributor. =item system -This contains a sub-hash with informations about the server's OS. -Those informations are normally read via the uname() system call +This contains a sub-hash with information about the server's OS. +Those information are normally read via the uname() system call by the server software. This means all limits of uname() also apply to those data. The following keys are know as of this writing: @@ -940,7 +940,7 @@ =item x -This is a sub-hash with vendor specific informations. +This is a sub-hash with vendor specific information. The name is based on the "X-"-prefix those keys have. The content and format is fully up to the server software. However the following keys have been seen in the wild: debian/patches/series0000644000000000000000000000001712060715251012027 0ustar spelling.patch debian/copyright0000644000000000000000000000316312060715251011123 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Audio-RPLD Upstream-Contact: Stephan Jauernick Source: http://search.cpan.org/dist/Audio-RPLD/ Files: * Copyright: 2009-2012, Philipp "ph3-der-loewe" Schafft License: GPL-3 Files: inc/Module/* Copyright: 2002-2012, Adam Kennedy 2002-2012, Audrey Tang 2002-2012, Brian Ingerson License: Artistic or GPL-1+ Files: debian/* Copyright: 2011, Chris Butler 2010-2012, gregor herrmann License: Artistic or GPL-1+ or GPL-3 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'. License: GPL-3 This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published by the Free Software Foundation. . On Debian systems, the complete text of version 3 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-3'. debian/watch0000644000000000000000000000016112060715251010214 0ustar version=3 http://search.cpan.org/dist/Audio-RPLD/ .*/Audio-RPLD-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/libaudio-rpld-perl.docs0000644000000000000000000000000512060715251013521 0ustar TODO