File: control

package info (click to toggle)
errbot 6.2.0%2Bds-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,848 kB
  • sloc: python: 11,573; makefile: 162; sh: 97
file content (43 lines) | stat: -rw-r--r-- 1,145 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
Source: errbot
Section: net
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Birger Schacht <birger@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 git-core,
 localehelper,
 pybuild-plugin-pyproject,
 python3-all,
 python3-ansi,
 python3-colorlog,
 python3-daemonize,
 python3-flask,
 python3-jinja2,
 python3-markdown,
 python3-openssl,
 python3-pygments,
 python3-pytest,
 python3-requests,
 python3-setuptools,
 python3-webtest,
 python3-dulwich
Standards-Version: 4.7.3
Homepage: http://errbot.io
Vcs-Git: https://salsa.debian.org/python-team/packages/errbot.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/errbot

Package: errbot
Architecture: all
Depends:
 adduser,
 python3,
 ${misc:Depends},
 ${python3:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Chatbot designed to be simple to extend with plugins written in Python
 Errbot is a chatbot. It allows you to start scripts interactively from your
 chatrooms for any reason: random humour, chatops, starting a build, monitoring
 commits, triggering alerts...
 .
 It is written and easily extensible in Python.