File: control

package info (click to toggle)
libnet-jabber-bot-perl 2.1.7-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 276 kB
  • sloc: perl: 1,279; makefile: 2; sh: 1
file content (42 lines) | stat: -rw-r--r-- 1,367 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
Source: libnet-jabber-bot-perl
Section: perl
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 liblog-log4perl-perl <!nocheck>,
 libmoose-perl <!nocheck>,
 libmoosex-types-perl <!nocheck>,
 libnet-jabber-perl <!nocheck>,
 libtest-nowarnings-perl <!nocheck>,
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 4.6.0
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libnet-jabber-bot-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libnet-jabber-bot-perl
Homepage: https://metacpan.org/release/Net-Jabber-Bot
Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no

Package: libnet-jabber-bot-perl
Architecture: all
Depends:
 liblog-log4perl-perl,
 libmoose-perl,
 libmoosex-types-perl,
 libnet-jabber-perl,
 ${misc:Depends},
 ${perl:Depends},
Recommends:
 ca-certificates,
Description: automated Bot creation with safeties
 This Perl module, Net::Jabber::Bot, provides tools
 for writing a Jabber Bot.
 .
 The idea behind the module is
 that someone creating a bot should not really have to know
 a whole lot about how the Jabber protocol works in
 order to use it.
 It also allows us to abstract away all the things
 that can get a bot maker into trouble.
 Essentially the object helps protect the coders
 from their own mistakes.