Source: gnocchi
Section: net
Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
Build-Depends:
 apache2-dev,
 debhelper-compat (= 13),
 dh-python,
 openstack-pkg-tools,
 python3-all,
 python3-pbr,
 python3-setuptools,
 python3-setuptools-scm,
 python3-sphinx,
Build-Depends-Indep:
 crudini,
 python3-alembic (>= 0.7.6),
 python3-cachetools,
 python3-cotyledon (>= 1.5.0),
 python3-coverage (>= 3.6),
 python3-daiquiri,
 python3-doc8,
 python3-fixtures,
 python3-gabbi (>= 1.21),
 python3-iso8601,
 python3-jsonpatch (>= 1.9),
 python3-keystoneclient (>= 1:1.6.0),
 python3-keystonemiddleware (>= 4.0.0),
 python3-lz4,
 python3-mock,
 python3-monotonic,
 python3-msgpack,
 python3-numpy,
 python3-oslo.config (>= 1:3.22.0),
 python3-oslo.db (>= 4.29.0),
 python3-oslo.middleware (>= 3.22.0),
 python3-oslo.policy (>= 3.5.0),
 python3-oslosphinx (>= 2.2.0.0),
 python3-paste,
 python3-pastedeploy,
 python3-pecan (>= 0.9),
 python3-prettytable,
 python3-psycopg2,
 python3-pymysql,
 python3-pyparsing,
 python3-pytimeparse (>= 1.1.5),
 python3-requests,
 python3-six,
 python3-sphinx-bootstrap-theme,
 python3-sphinxcontrib.httpdomain,
 python3-sqlalchemy,
 python3-sqlalchemy-utils,
 python3-stestr,
 python3-stevedore,
 python3-subunit (>= 0.0.18),
 python3-swiftclient (>= 3.1.0),
 python3-sysv-ipc,
 python3-tenacity (>= 5.0.0),
 python3-testrepository,
 python3-testresources,
 python3-testscenarios,
 python3-testtools (>= 0.9.38),
 python3-tooz (>= 1.38),
 python3-ujson,
 python3-voluptuous (>= 0.8.10),
 python3-webob (>= 1.4.1),
 python3-webtest (>= 2.0.16),
 python3-werkzeug,
 python3-xattr,
 python3-yaml,
Standards-Version: 4.6.1
Vcs-Git: https://git.launchpad.net/~ubuntu-openstack-dev/ubuntu/+source/gnocchi
Homepage: https://github.com/gnocchixyz/gnocchi
Testsuite: autopkgtest-pkg-python

Package: gnocchi-api
Architecture: all
Depends:
 apache2 | httpd,
 libapache2-mod-wsgi-py3,
 python3-gnocchi (= ${binary:Version}),
 q-text-as-data,
 ${misc:Depends},
Description: Metric as a Service - API daemon
 Gnocchi is a service for managing a set of resources and storing metrics about
 them, in a scalable and resilient way. Its functionalities are exposed over an
 HTTP REST API.
 .
 This package contains the API server.

Package: gnocchi-metricd
Architecture: all
Depends:
 python3-gnocchi (= ${binary:Version}),
 ${misc:Depends},
Description: Metric as a Service - metric daemon
 Gnocchi is a service for managing a set of resources and storing metrics about
 them, in a scalable and resilient way. Its functionalities are exposed over an
 HTTP REST API.
 .
 This package contains the metric daemon.

Package: gnocchi-statsd
Architecture: all
Depends:
 python3-gnocchi (= ${binary:Version}),
 ${misc:Depends},
Description: Metric as a Service - statsd daemon
 Gnocchi is a service for managing a set of resources and storing metrics about
 them, in a scalable and resilient way. Its functionalities are exposed over an
 HTTP REST API.
 .
 This package contains the metric daemon.

Package: python3-gnocchi
Section: python
Architecture: all
Depends:
 gnocchi-common (= ${binary:Version}),
 python3-alembic (>= 0.7.6),
 python3-cachetools,
 python3-cotyledon (>= 1.5.0),
 python3-iso8601,
 python3-jsonpatch (>= 1.9),
 python3-keystoneclient (>= 1:1.6.0),
 python3-keystonemiddleware (>= 4.0.0),
 python3-lz4,
 python3-monotonic,
 python3-msgpack,
 python3-numpy,
 python3-openstackclient,
 python3-oslo.config (>= 1:3.22.0),
 python3-oslo.db (>= 4.29.0),
 python3-oslo.log (>= 2.3.0),
 python3-oslo.middleware (>= 3.22.0),
 python3-oslo.policy (>= 3.5.0),
 python3-oslo.serialization (>= 1.4.0),
 python3-oslo.utils (>= 3.18.0),
 python3-oslosphinx (>= 2.2.0.0),
 python3-paste,
 python3-pastedeploy,
 python3-pbr,
 python3-pecan (>= 0.9),
 python3-prettytable,
 python3-psycopg2,
 python3-pymysql,
 python3-pyparsing,
 python3-pytimeparse (>= 1.1.5),
 python3-requests,
 python3-retrying,
 python3-six,
 python3-sqlalchemy,
 python3-sqlalchemy-utils,
 python3-stevedore,
 python3-swiftclient (>= 3.1.0),
 python3-tenacity (>= 5.0.0),
 python3-tooz (>= 1.38),
 python3-ujson,
 python3-voluptuous (>= 0.8.10),
 python3-webob (>= 1.4.1),
 python3-werkzeug,
 python3-xattr,
 python3-yaml,
 ${misc:Depends},
 ${python3:Depends},
Description: Metric as a Service - Python 3
 Gnocchi is a service for managing a set of resources and storing metrics about
 them, in a scalable and resilient way. Its functionalities are exposed over an
 HTTP REST API.
 .
 This package contains the Python 3 module.

Package: gnocchi-common
Architecture: all
Depends:
 adduser,
 dbconfig-common,
 debconf,
 ${misc:Depends},
Description: Metric as a Service - common files
 Gnocchi is a service for managing a set of resources and storing metrics about
 them, in a scalable and resilient way. Its functionalities are exposed over an
 HTTP REST API.
 .
 This package contains the common files.
