File: control

package info (click to toggle)
kgb-bot 1.33-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 648 kB
  • ctags: 169
  • sloc: perl: 3,738; sh: 173; makefile: 29
file content (94 lines) | stat: -rw-r--r-- 3,256 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
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
Source: kgb-bot
Maintainer: Debian KGB Maintainers <kgb-maintainers@lists.alioth.debian.org>
Uploaders: Martín Ferrari <tincho@debian.org>,
           Damyan Ivanov <dmn@debian.org>,
           gregor herrmann <gregoa@debian.org>
Section: devel
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
                     libclass-accessor-perl,
                     libfile-remove-perl,
                     libfile-touch-perl,
                     libipc-run-perl,
                     libipc-system-simple-perl,
                     libjson-xs-perl,
                     libjson-rpc-perl,
                     libmodule-build-perl (>= 0.400000) | perl (>= 5.17.1),
                     libpoe-component-irc-perl,
                     libpoe-component-server-soap-perl,
                     libpoe-perl,
                     libproc-pid-file-perl,
                     libschedule-ratelimiter-perl,
                     libsoap-lite-perl,
                     libsvn-perl,
                     libtest-compile-perl (>= 0.19),
                     libtest-differences-perl,
                     libtest-exception-perl,
                     libtest-pod-coverage-perl,
                     libtest-pod-perl,
                     libwww-shorten-perl,
                     libyaml-perl,
                     git,
                     subversion,
                     locales-all
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=kgb/kgb.git
Vcs-Git: git://anonscm.debian.org/kgb/kgb.git/
Homepage: http://kgb.alioth.debian.org/

Package: kgb-bot
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         adduser,
         libipc-run-perl,
         libjson-xs-perl,
         libpoe-component-irc-perl,
         libpoe-component-server-soap-perl,
         libpoe-perl,
         libproc-pid-file-perl,
         libschedule-ratelimiter-perl,
         libyaml-perl,
         kgb-client (>= 1.15),
         git
Suggests: polygen,
          libfile-which-perl
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-xs-perl,
         libjson-rpc-perl,
         libsoap-lite-perl,
         libsvn-perl,
         libyaml-perl
Replaces: kgb-client-git (<= 1.28-1~)
Breaks: kgb-client-git (<= 1.28-1~)
Recommends: libfile-touch-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