X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=trusty%2Fdebian%2Fcontrol;fp=trusty%2Fdebian%2Fcontrol;h=4f87fb8ce00e1da4fa25c46f310ad7863970124e;hb=a5040bde6ba1caa3feb3edb061414b3494607b53;hp=36cbc4fe8136fb2b29ff146342ef9b3f19d22970;hpb=f1d3994392d898e55ebf26d15ca81fdfd76308ce;p=openstack-build%2Fceilometer-build.git diff --git a/trusty/debian/control b/trusty/debian/control index 36cbc4f..4f87fb8 100644 --- a/trusty/debian/control +++ b/trusty/debian/control @@ -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), @@ -37,6 +40,8 @@ Build-Depends: 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), @@ -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.