File: control

package info (click to toggle)
libpoe-component-client-mpd-perl 2.001-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 348 kB
  • ctags: 90
  • sloc: perl: 2,087; makefile: 2
file content (54 lines) | stat: -rw-r--r-- 2,270 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Source: libpoe-component-client-mpd-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ryan Niebur <ryan@debian.org>,
           Jonathan Yu <jawnsy@cpan.org>,
           gregor herrmann <gregoa@debian.org>,
           Iulian Udrea <iulian@ubuntu.com>,
           Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9),
               libmodule-build-perl
Build-Depends-Indep: perl,
                     libaudio-mpd-common-perl (>= 2.002),
                     liblist-allutils-perl,
                     libmoose-perl,
                     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,
                     mpd,
                     net-tools,
                     netbase,
                     procps
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libpoe-component-client-mpd-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libpoe-component-client-mpd-perl.git
Homepage: https://metacpan.org/release/POE-Component-Client-MPD

Package: libpoe-component-client-mpd-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libaudio-mpd-common-perl (>= 2.002),
         liblist-allutils-perl,
         libmoose-perl,
         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.