File: control

package info (click to toggle)
kgb-bot 1.62-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 788 kB
  • sloc: perl: 4,836; sh: 173; makefile: 27
file content (107 lines) | stat: -rw-r--r-- 4,015 bytes parent folder | download | duplicates (2)
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
Source: kgb-bot
Maintainer: Debian KGB Maintainers <kgb-bot@packages.debian.org>
Uploaders: Martina Ferrari <tina@debian.org>,
           Damyan Ivanov <dmn@debian.org>,
           gregor herrmann <gregoa@debian.org>
Section: devel
Testsuite: autopkgtest-pkg-perl
Build-Depends: debhelper-compat (= 13),
               libmodule-build-perl
Build-Depends-Indep: git <!nocheck>,
                     libclass-accessor-perl <!nocheck>,
                     libcpan-changes-perl <!nocheck>,
                     libdbd-pg-perl <!nocheck>,
                     libdpkg-perl <!nocheck>,
                     libfile-remove-perl <!nocheck>,
                     libfile-touch-perl <!nocheck>,
                     libipc-run-perl <!nocheck>,
                     libipc-system-simple-perl <!nocheck>,
                     libjson-rpc-perl <!nocheck>,
                     libjson-xs-perl <!nocheck>,
                     liblist-moreutils-perl <!nocheck>,
                     libmonkey-patch-perl <!nocheck>,
                     libnet-ip-perl <!nocheck>,
                     libpoe-component-irc-perl <!nocheck>,
                     libpoe-component-server-soap-perl <!nocheck>,
                     libpoe-perl <!nocheck>,
                     libproc-pid-file-perl <!nocheck>,
                     libschedule-ratelimiter-perl <!nocheck>,
                     libsoap-lite-perl <!nocheck>,
                     libsvn-perl <!nocheck>,
                     libtest-compile-perl <!nocheck>,
                     libtest-differences-perl <!nocheck>,
                     libtest-exception-perl <!nocheck>,
                     libtest-pod-coverage-perl <!nocheck>,
                     libtest-pod-perl <!nocheck>,
                     libtext-glob-perl <!nocheck>,
                     libwww-shorten-perl <!nocheck>,
                     libyaml-perl <!nocheck>,
                     locales-all,
                     perl,
                     subversion <!nocheck>
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/kgb-team/kgb/
Vcs-Git: https://salsa.debian.org/kgb-team/kgb.git
Homepage: https://salsa.debian.org/kgb-team/kgb/wikis/home

Package: kgb-bot
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         adduser,
         git,
         kgb-client (= ${binary:Version}),
         libipc-run-perl,
         libjson-xs-perl,
         liblist-moreutils-perl,
         libmonkey-patch-perl,
         libnet-ip-perl,
         libpoe-component-irc-perl,
         libpoe-component-server-soap-perl,
         libpoe-component-sslify-perl,
         libpoe-perl,
         libproc-pid-file-perl,
         libschedule-ratelimiter-perl,
         libtext-glob-perl,
         libyaml-perl
Suggests: libfile-which-perl,
          polygen
Pre-Depends: ${misc:Pre-Depends}
Description: IRC collaboration bot
 KGB is an IRC bot, helping people work together by notifying an IRC channel
 when a commit occurs.
 .
 It supports multiple repositories/IRC channels and is fully configurable.
 .
 This package contains the server-side daemon, kgb-bot, which is responsible
 for relaying commit notifications to IRC.

Package: kgb-client
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libclass-accessor-perl,
         libjson-rpc-perl,
         libjson-xs-perl,
         libsoap-lite-perl,
         libsvn-perl,
         libyaml-perl
Recommends: libdpkg-perl,
            libfile-touch-perl,
            libwww-perl,
            libwww-shorten-perl
Suggests: kgb-bot
Description: client for KGB (IRC collaboration bot)
 KGB is an IRC bot, helping people work together by notifying an IRC channel
 when a commit occurs.
 .
 It supports multiple repositories/IRC channels and is fully configurable.
 .
 This package contains the client-side program, kgb-client, which is supposed
 to be used as an hook in your version control system and sends the
 notifications to the KGB daemon.
 .
 Currently supported version control systems are:
  * Git
  * Subversion
  * CVS