Source: diamond
Section: utils
Priority: optional
Maintainer: Sandro Tosi <morph@debian.org>
Uploaders: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 11), python, dh-python, python-setuptools, python-configobj, python-psutil
Standards-Version: 4.3.0
Homepage: https://github.com/python-diamond/Diamond
Vcs-Git: https://salsa.debian.org/python-team/applications/diamond.git
Vcs-Browser: https://salsa.debian.org/python-team/applications/diamond

Package: diamond
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, adduser, python-diamond (= ${binary:Version}), python-configobj
Suggests: python-psutil, lsb-base (>= 3.0-6)
Description: smart data producer for Graphite graphing package
 Diamond is a python daemon that collects system metrics and publishes them to
 Graphite (and others). It is capable of collecting cpu, memory, network, i/o,
 load and disk metrics. Additionally, it features an API for implementing custom
 collectors for gathering metrics from almost any source.
 .
 This package contains the daemon and its configuration and accessories.

Package: python-diamond
Architecture: all
Section: python
Depends: ${python:Depends}, ${misc:Depends}, python-configobj, python-pkg-resources
Description: smart data producer for Graphite graphing package (Python module)
 Diamond is a python daemon that collects system metrics and publishes them to
 Graphite (and others). It is capable of collecting cpu, memory, network, i/o,
 load and disk metrics. Additionally, it features an API for implementing custom
 collectors for gathering metrics from almost any source.
 .
 This package contains the 'diamond' python module.
