File: control

package info (click to toggle)
libpoe-component-client-mpd-perl 2.001-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 360 kB
  • sloc: perl: 2,088; makefile: 7
file content (52 lines) | stat: -rw-r--r-- 2,355 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
Source: libpoe-component-client-mpd-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
           Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-build-perl
Build-Depends-Indep: libaudio-mpd-common-perl (>= 2.003-4~) <!nocheck>,
                     liblist-allutils-perl <!nocheck>,
                     libmoose-perl <!nocheck>,
                     libmoosex-has-sugar-perl <!nocheck>,
                     libmoosex-poe-perl <!nocheck>,
                     libmoosex-semiaffordanceaccessor-perl <!nocheck>,
                     libmoosex-types-perl <!nocheck>,
                     libpod-coverage-trustpod-perl <!nocheck>,
                     libpoe-perl <!nocheck>,
                     libreadonly-perl <!nocheck>,
                     libsub-exporter-perl <!nocheck>,
                     libtest-corpus-audio-mpd-perl <!nocheck>,
                     mpd <!nocheck>,
                     net-tools <!nocheck>,
                     netbase <!nocheck>,
                     perl,
                     procps <!nocheck>
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libpoe-component-client-mpd-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libpoe-component-client-mpd-perl.git
Homepage: https://metacpan.org/release/POE-Component-Client-MPD
Rules-Requires-Root: no

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