Add missed dh-python to build dependencies
[openstack-build/ceilometer-build.git] / trusty / debian / control
index 5fed467c857158ede7b269d573aa7cbf55608645..6d849a91d6324e6c2ba6c71de834cbec2ed8ce8a 100644 (file)
@@ -5,16 +5,20 @@ Maintainer: MOS Ceilometer Team <mos-ceilometer@mirantis.com>
 Build-Depends:
  alembic (>= 0.7.2),
  debhelper (>= 9),
+ dh-python,
  dh-systemd,
  openstack-pkg-tools (>= 21),
  pylint,
  python-all (>= 2.7.1),
  python-anyjson (>= 0.3.3),
+ python-awsauth,
  python-ceilometerclient (>= 1.0.13),
  python-croniter (>= 0.3.4),
  python-docutils,
+ python-elasticsearch (>= 1.3.0),
  python-eventlet (>= 0.16.1),
  python-glanceclient (>= 1:0.15.0),
+ python-happybase,
  python-iso8601 (>= 0.1.9),
  python-jsonpath-rw (>=1.2.0),
  python-jsonschema (>= 2.0.0),
@@ -26,17 +30,19 @@ Build-Depends:
  python-neutronclient (>= 1:2.3.11),
  python-nose,
  python-novaclient (>= 1:2.22.0),
- python-oslo-context (>= 0.2.0),
- python-oslo-db (>= 1.7.0),
- python-oslo-concurrency (>= 1.8.0),
- python-oslo-config (>= 1:1.9.3),
- python-oslo-i18n (>= 1.5.0),
- python-oslo-messaging (>= 1.8.0),
- python-oslo-middleware (>= 1.0.0),
- python-oslo-policy (>= 0.3.1),
- python-oslo-rootwrap (>= 1.6.0),
- python-oslo-serialization (>= 1.4.0),
- python-oslo-utils (>= 1.4.0),
+ python-oslo.context (>= 0.2.0),
+ python-oslo.db (>= 1.7.0),
+ python-oslo.concurrency (>= 1.8.0),
+ python-oslo.config (>= 1:1.9.3),
+ python-oslo.i18n (>= 1.5.0),
+ python-oslo.messaging (>= 1.8.0),
+ python-oslo.middleware (>= 1.0.0),
+ python-oslo.policy (>= 0.3.1),
+ python-oslo.rootwrap (>= 1.6.0),
+ python-oslo.serialization (>= 1.4.0),
+ python-oslo.utils (>= 1.4.0),
+ python-oslosphinx (>= 2.5.0),
+ python-oslo.vmware,
  python-pastedeploy (>= 1.5.0),
  python-posix-ipc,
  python-pbr (>= 0.10),
@@ -48,6 +54,10 @@ Build-Depends:
  python-retrying (>= 1.2.3),
  python-tz (>= 2013.6),
  python-six (>= 1.9.0),
+ python-sphinx,
+ python-sphinxcontrib-docbookrestapi,
+ python-sphinxcontrib-httpdomain,
+ python-sphinxcontrib-pecanwsme,
  python-sqlalchemy (>= 0.9.7),
  python-stevedore (>= 1.3.0),
  python-swiftclient (>= 1:2.2.0),
@@ -64,6 +74,7 @@ Package: python-ceilometer
 Architecture: all
 Depends:
  openstack-pkg-tools (>= 21),
+ python-awsauth,
  python-all (>= 2.7.1),
  python-anyjson (>= 0.3.3),
  python-ceilometerclient (>= 1.0.13),
@@ -80,17 +91,18 @@ Depends:
  python-migrate (>= 0.9.5),
  python-neutronclient (>= 1:2.3.11),
  python-novaclient (>= 1:2.22.0),
- python-oslo-context (>= 0.2.0),
- python-oslo-db (>= 1.7.0),
- python-oslo-concurrency (>= 1.8.0),
- python-oslo-config (>= 1:1.9.3),
- python-oslo-i18n (>= 1.5.0),
- python-oslo-messaging (>= 1.8.0),
- python-oslo-middleware (>= 1.0.0),
- python-oslo-policy (>= 0.3.1),
- python-oslo-rootwrap (>= 1.6.0),
- python-oslo-serialization (>= 1.4.0),
- python-oslo-utils (>= 1.4.0),
+ python-oslo.context (>= 0.2.0),
+ python-oslo.db (>= 1.7.0),
+ python-oslo.concurrency (>= 1.8.0),
+ python-oslo.config (>= 1:1.9.3),
+ python-oslo.i18n (>= 1.5.0),
+ python-oslo.messaging (>= 1.8.0),
+ python-oslo.middleware (>= 1.0.0),
+ python-oslo.policy (>= 0.3.1),
+ python-oslo.rootwrap (>= 1.6.0),
+ python-oslo.serialization (>= 1.4.0),
+ python-oslo.vmware,
+ python-oslo.utils (>= 1.4.0),
  python-pastedeploy (>= 1.5.0),
  python-posix-ipc,
  python-pbr (>= 0.10),
@@ -310,3 +322,18 @@ Description: Ceilometer notification agent
  (A ceilometer is an instrument that measures cloud coverage.)
  .
  This package contains the alarm notifier daemon.
+
+Package: ceilometer-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends},
+         ${sphinxdoc:Depends},
+Description: OpenStack efficient metering counters system - doc
+ Ceilometer aims to deliver a Single Point Of Contact for billing systems,
+ providing all the counters they need to establish customer billing, across
+ 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
+ overall system.
+ .
+ This package contains the documentation.