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.
