debian/0000755000000000000000000000000011766700324007174 5ustar debian/rules0000755000000000000000000000003611766700324010253 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000332111766700324010576 0ustar Source: libpoe-component-client-mpd-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8), perl (>= 5.11.4) | libmodule-build-perl (>= 0.360100) Build-Depends-Indep: perl, libaudio-mpd-common-perl (>= 0.1.4), libmoose-perl (>= 0.92), libmoosex-has-sugar-perl, libmoosex-poe-perl, libmoosex-semiaffordanceaccessor-perl, libmoosex-types-perl, libpod-coverage-trustpod-perl, libpoe-perl, libreadonly-perl, libsub-exporter-perl, libtest-corpus-audio-mpd-perl (>= 1.120990), mpd, net-tools, netbase, procps Maintainer: Debian Perl Group Uploaders: Ryan Niebur , Jonathan Yu , gregor herrmann , Iulian Udrea Standards-Version: 3.9.3 Homepage: http://search.cpan.org/dist/POE-Component-Client-MPD/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libpoe-component-client-mpd-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libpoe-component-client-mpd-perl.git Package: libpoe-component-client-mpd-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libaudio-mpd-common-perl (>= 0.1.4), libmoose-perl (>= 0.92), libmoosex-has-sugar-perl, libmoosex-poe-perl, libmoosex-semiaffordanceaccessor-perl, libmoosex-types-perl, libpoe-perl, libreadonly-perl, libsub-exporter-perl Description: client library for MPD (Music Player Daemon) POE::Component::Client::MPD is a Perl POE component module that provides a clear message passing interface for talking to and controlling Music Player Daemon (MPD) servers. A connection to the MPD server is established as soon as a new object is created. Commands are then sent to the server as messages are passed. debian/source/0000755000000000000000000000000011766700324010474 5ustar debian/source/format0000644000000000000000000000001411766700324011702 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000546111766700324011054 0ustar libpoe-component-client-mpd-perl (1.121670-1) unstable; urgency=low [ gregor herrmann ] * Switch order of alternative (build) dependencies after the perl 5.12 upload. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * New upstream release. Closes: #665234 * Bump versioned build dependency on libtest-corpus-audio-mpd-perl. * Don't run release tests any more. * Stop installing README. * debian/copyright: update to Copyright-Format 1.0. * Update years of packaging copyright. * Bump Standards-Version to 3.9.3 (no changes). -- gregor herrmann Fri, 15 Jun 2012 20:36:58 +0200 libpoe-component-client-mpd-perl (1.100430-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Add myself to Uploaders and Copyright * Update dependencies per upstream * Rewrite control description * Use an override to enable RELEASE_TESTING * Standards-Version 3.8.4 (no changes) [ gregor herrmann ] * Set Standards-Version to 3.9.2 (no changes). * debian/control: drop version from perl build dependency; add a dependency on newer libmodule-build-perl, on libtest-corpus-audio-mpd-perl, on libpod-coverage-trustpod-perl. * Make build dependency on libtest-corpus-audio-mpd-perl versioned. * Switch to source format 3.0 (quilt). * debian/copyright: update Format-Specification and license stanzas. * .docs: remove removed DESIGN. * Switch to debhelper 8. -- gregor herrmann Fri, 08 Apr 2011 14:22:10 +0200 libpoe-component-client-mpd-perl (0.9.6-1) unstable; urgency=low * New upstream release. * debian/control: - Add myself to Uploaders. - Add libtest-cpan-meta-perl to B-D-I. * debian/copyright: change the year to only 2007. * Add libpoe-component-client-mpd-perl.examples: examples/client.pl * debian/rules: set RELEASE_TESTING to 1. -- Iulian Udrea Sat, 14 Nov 2009 13:04:57 +0000 libpoe-component-client-mpd-perl (0.9.3-1) unstable; urgency=low [ Ryan Niebur ] * Update ryan52's email address [ gregor herrmann ] * New upstream release (closes: #549506). * Set Standards-Version to 3.8.3 (no changes). * Minimize debian/rules. -- gregor herrmann Sun, 04 Oct 2009 02:52:37 +0200 libpoe-component-client-mpd-perl (0.9.2-2) unstable; urgency=low [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ gregor herrmann ] * Add /me to Uploaders. * Set Standards-Version to 3.8.2 (no changes). * Add build dependency on procps (closes: #533997). -- gregor herrmann Thu, 25 Jun 2009 22:27:57 +0200 libpoe-component-client-mpd-perl (0.9.2-1) unstable; urgency=low * Initial Release. (Closes: #517953) -- Ryan Niebur Sun, 22 Mar 2009 11:55:43 -0700 debian/compat0000644000000000000000000000000211766700324010372 0ustar 8 debian/clean0000644000000000000000000000011011766700324010171 0ustar t/mpd-test/mpd.conf t/mpd-test/music.db t/mpd-test/pid t/mpd-test/state debian/copyright0000644000000000000000000000225611766700324011134 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: POE-Component-Client-MPD Upstream-Contact: Jerome Quelin Source: http://search.cpan.org/dist/POE-Component-Client-MPD/ Files: * Copyright: 2007, Jerome Quelin License: Artistic or GPL-1+ Files: debian/* Copyright: 2009, Iulian Udrea 2009, Jonathan Yu 2009, Ryan Niebur 2009-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/libpoe-component-client-mpd-perl.examples0000644000000000000000000000001311766700324017172 0ustar examples/* debian/watch0000644000000000000000000000021511766700324010223 0ustar version=3 http://search.cpan.org/dist/POE-Component-Client-MPD/ .*/POE-Component-Client-MPD-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/libpoe-component-client-mpd-perl.docs0000644000000000000000000000000511766700324016305 0ustar TODO