0
0
Fork 0
mirror of https://github.com/alerta/alerta.git synced 2025-01-30 03:33:59 +00:00
alerta_alerta/contrib/debian/control
Nick Satterly 30e662ab43 Fix debian package dependency
To just get the client tools:
$ sudo apt-get install alerta-client

To get everything, client and server:
$ sudo apt-get install alerta
2014-02-24 13:00:01 +00:00

29 lines
922 B
Text

Source: alerta
Maintainer: Nick Satterly <nick.satterly@guardian.co.uk>
Section: python
Priority: optional
Build-Depends: python-setuptools (>= 0.6b3), debhelper (>= 7), python-support (>= 0.8.4)
Standards-Version: 3.8.4
XS-Python-Version: >= 2.6
Package: alerta
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, alerta-server, alerta-client
Provides: ${python:Provides}
Description: Alerta monitoring framework
Package: alerta-server
Architecture: all
Depends: alerta-common, python-flask, python-boto, python-pymongo, python-suds, apache2, mongodb, rabbitmq-server, logrotate
# missing: stomppy, python-dynect
Description: Alerta monitoring framework
Package: alerta-client
Architecture: all
Depends: alerta-common
Description: Alerta monitoring framework
Package: alerta-common
Architecture: all
Depends: python-support, python-argparse, python-tz, python-yaml
Description: Alerta monitoring framework