Removes some uploaders.
[openstack-build/ceilometer-build.git] / trusty / debian / control
index 5a940076741cc03d1b1c702f667883fd4e3d837a..2c498fa666f996df41b05dcd1cc8380a02b8ba55 100644 (file)
@@ -2,55 +2,67 @@ Source: ceilometer
 Section: web
 Priority: optional
 Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
-Uploaders: Loic Dachary (OuoU) <loic@debian.org>,
-           Julien Danjou <acid@debian.org>,
+Uploaders: Julien Danjou <acid@debian.org>,
            Thomas Goirand <zigo@debian.org>,
-           Ghe Rivero <ghe.rivero@stackops.com>,
            Mehdi Abaakouk <sileht@sileht.net>
 Build-Depends: debhelper (>= 9),
                openstack-pkg-tools (>= 6~),
                po-debconf,
-               python-all (>= 2.6.6-3~)
-Build-Depends-Indep: pep8,
+               python-all (>= 2.6.6-3~),
+               python-d2to1 (>= 0.2.10),
+               python-pbr
+Build-Depends-Indep: alembic,
+                     mongodb,
+                     msgpack-python,
+                     pep8,
                      python-anyjson (>= 0.2.4),
                      python-argparse,
                      python-babel,
+                     python-ceilometerclient (>= 1.0.2),
                      python-coverage,
-                     python-docutils,
+                     python-docutils (>= 0.9.1),
                      python-eventlet,
                      python-extras,
-                     python-flask (>= 0.9),
-                     python-glance (>= 2013.1~),
+                     python-fixtures (>= 0.3.12),
+                     python-flask (>= 0.10),
+                     python-glance (>= 2013.2~),
                      python-glanceclient (>= 1:0.6),
                      python-happybase,
                      python-iso8601,
                      python-keystoneclient (>= 1:0.2.3),
-                     python-kombu,
+                     python-kombu (>> 2.4.7),
                      python-lockfile,
                      python-lxml,
                      python-ming,
                      python-mock,
                      python-mox,
-                     python-netaddr,
+                     python-netaddr (>= 0.7.6),
                      python-netifaces,
                      python-nose,
-                     python-nova (>= 2013.1~),
+                     python-nova (>= 2013.2~),
                      python-novaclient (>= 2:2.6.10),
                      python-oslo.config,
+                     python-oslo.sphinx,
                      python-pecan (>= 0.2.1),
                      python-pymongo,
-                     python-requests,
+                     python-requests (>= 1.2),
                      python-setuptools-git,
+                     python-simplegeneric (>= 0.8),
                      python-sphinx,
-                     python-sqlalchemy (<< 0.8.0~),
+                     python-sphinxcontrib-pecanwsme,
                      python-sqlalchemy (>= 0.7.3),
-                     python-stevedore (>= 0.6),
-                     python-swift,
+                     python-stevedore (>= 0.9),
+                     python-subunit,
+                     python-swift (>= 1.8.0),
                      python-swiftclient,
+                     python-testrepository (>= 0.0.13),
+                     python-testscenarios,
+                     python-testtools (>= 0.9.29),
                      python-unittest2,
                      python-webob (>= 1.2),
                      python-wsme,
-                     python-yaml
+                     python-yaml,
+                     testrepository (>= 0.0.13)
 Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/ceilometer.git;a=summary
 Vcs-Git: git://anonscm.debian.org/openstack/ceilometer.git
@@ -60,28 +72,32 @@ Package: python-ceilometer
 Section: python
 Architecture: all
 Pre-Depends: dpkg (>= 1.15.6~)
-Depends: libjs-jquery,
+Depends: alembic,
+         libjs-jquery,
+         msgpack-python,
          python-anyjson (>= 0.2.4),
          python-argparse,
+         python-d2to1 (>= 0.2.10),
          python-eventlet,
          python-extras,
-         python-flask (>= 0.9),
+         python-flask (>= 0.10),
          python-glanceclient (>= 1:0.6),
          python-greenlet (>= 0.4),
          python-iso8601,
          python-keystoneclient (>= 1:0.2.3),
-         python-kombu,
+         python-kombu (>> 2.4.7),
          python-lockfile,
          python-lxml,
-         python-netaddr,
+         python-netaddr (>= 0.7.6),
          python-novaclient (>= 2:2.6.10),
          python-oslo.config,
+         python-pbr,
          python-pecan (>= 0.2.1),
          python-pymongo (>= 2.2),
-         python-requests,
-         python-sqlalchemy (<< 0.8.0~),
+         python-requests (>= 1.2),
+         python-simplegeneric (>= 0.8),
          python-sqlalchemy (>= 0.7.3),
-         python-stevedore (>= 0.6),
+         python-stevedore (>= 0.9),
          python-swiftclient,
          python-webob (>= 1.2),
          python-yaml,
@@ -89,7 +105,7 @@ Depends: libjs-jquery,
          ${python:Depends}
 Description: OpenStack efficient metering counters system - Python libraries
  Ceilometer aims to deliver a Single Point Of Contact for billing systems,
- providing all the counters they need to establish customer billing, accross
+ providing all the counters they need to establish customer billing, accros
  all current and future OpenStack components. The delivery of counters must be
  traceable and auditable, the counters must be easily extensible to support new
  projects, and agents doing data collections should be independent of the
@@ -108,7 +124,7 @@ Depends: adduser,
 Provides: ${python:Provides}
 Description: OpenStack efficient metering counters system - common files
  Ceilometer aims to deliver a Single Point Of Contact for billing systems,
- providing all the counters they need to establish customer billing, accross
+ providing all the counters they need to establish customer billing, accros
  all current and future OpenStack components. The delivery of counters must be
  traceable and auditable, the counters must be easily extensible to support new
  projects, and agents doing data collections should be independent of the
@@ -125,7 +141,7 @@ Depends: ceilometer-common (= ${binary:Version}),
          ${python:Depends}
 Description: OpenStack efficient metering counters system - collector service
  Ceilometer aims to deliver a Single Point Of Contact for billing systems,
- providing all the counters they need to establish customer billing, accross
+ providing all the counters they need to establish customer billing, accros
  all current and future OpenStack components. The delivery of counters must be
  traceable and auditable, the counters must be easily extensible to support new
  projects, and agents doing data collections should be independent of the
@@ -144,7 +160,7 @@ Depends: adduser,
          ${python:Depends}
 Description: OpenStack efficient metering counters system (API service)
  Ceilometer aims to deliver a Single Point Of Contact for billing systems,
- providing all the counters they need to establish customer billing, accross
+ providing all the counters they need to establish customer billing, accros
  all current and future OpenStack components. The delivery of counters must be
  traceable and auditable, the counters must be easily extensible to support new
  projects, and agents doing data collections should be independent of the
@@ -161,7 +177,7 @@ Depends: ceilometer-common (= ${binary:Version}),
          ${python:Depends}
 Description: OpenStack efficient metering counters system - compute agent
  Ceilometer aims to deliver a Single Point Of Contact for billing systems,
- providing all the counters they need to establish customer billing, accross
+ providing all the counters they need to establish customer billing, accros
  all current and future OpenStack components. The delivery of counters must be
  traceable and auditable, the counters must be easily extensible to support new
  projects, and agents doing data collections should be independent of the
@@ -178,7 +194,7 @@ Depends: ceilometer-common (= ${binary:Version}),
          ${python:Depends}
 Description: OpenStack efficient metering counters system - central agent
  Ceilometer aims to deliver a Single Point Of Contact for billing systems,
- providing all the counters they need to establish customer billing, accross
+ providing all the counters they need to establish customer billing, accros
  all current and future OpenStack components. The delivery of counters must be
  traceable and auditable, the counters must be easily extensible to support new
  projects, and agents doing data collections should be independent of the