File: control

package info (click to toggle)
libpoe-component-irc-perl 6.93%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 1,532 kB
  • sloc: perl: 16,219; makefile: 5
file content (45 lines) | stat: -rw-r--r-- 2,073 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
Source: libpoe-component-irc-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar@debian.org>,
           Damyan Ivanov <dmn@debian.org>,
           gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libirc-utils-perl <!nocheck>,
                     libpoe-component-client-dns-perl <!nocheck>,
                     libpoe-component-client-ident-perl <!nocheck>,
                     libpoe-component-syndicator-perl <!nocheck>,
                     libpoe-filter-ircd-perl <!nocheck>,
                     libpoe-perl <!nocheck>,
                     libsocket-getaddrinfo-perl <!nocheck>,
                     libsocket6-perl <!nocheck>,
                     libtest-differences-perl <!nocheck>,
                     libtest-pod-coverage-perl <!nocheck>,
                     netbase <!nocheck>,
                     perl
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libpoe-component-irc-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libpoe-component-irc-perl.git
Homepage: https://metacpan.org/release/POE-Component-IRC
Rules-Requires-Root: no

Package: libpoe-component-irc-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libirc-utils-perl,
         libpoe-component-syndicator-perl,
         libpoe-filter-ircd-perl,
         libpoe-perl,
         libsocket-getaddrinfo-perl
Suggests: libpoe-component-client-dns-perl,
          libpoe-component-sslify-perl,
          libsocket6-perl
Description: POE Component for manipulating IRC sessions
 POE::Component::IRC is a POE component which acts as an easily controllable
 IRC client for your other POE components and sessions. You create an IRC
 component and tell it what events your session cares about and where to
 connect to, and it sends back interesting IRC events when they happen. You
 make the client do things by sending it events.