Add -doc package for Ceilometer
[openstack-build/ceilometer-build.git] / trusty / debian / control
index 5fed467c857158ede7b269d573aa7cbf55608645..4f87fb8ce00e1da4fa25c46f310ad7863970124e 100644 (file)
@@ -10,11 +10,14 @@ Build-Depends:
  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 +29,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 +53,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),
@@ -80,17 +89,17 @@ 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.utils (>= 1.4.0),
  python-pastedeploy (>= 1.5.0),
  python-posix-ipc,
  python-pbr (>= 0.10),
@@ -310,3 +319,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.