Fixed version of python-pbr in build-depends.
[openstack-build/ceilometer-build.git] / trusty / debian / control
1 Source: ceilometer
2 Section: web
3 Priority: optional
4 Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
5 Uploaders: Julien Danjou <acid@debian.org>,
6            Thomas Goirand <zigo@debian.org>,
7            Mehdi Abaakouk <sileht@sileht.net>
8 Build-Depends: debhelper (>= 9),
9                openstack-pkg-tools (>= 6~),
10                po-debconf,
11                python-all (>= 2.6.6-3~),
12                python-d2to1 (>= 0.2.10),
13                python-pbr (>= 0.5.21)
14 Build-Depends-Indep: alembic,
15                      mongodb,
16                      msgpack-python,
17                      pep8,
18                      python-anyjson (>= 0.2.4),
19                      python-argparse,
20                      python-babel,
21                      python-ceilometerclient (>= 1.0.2),
22                      python-coverage,
23                      python-docutils (>= 0.9.1),
24                      python-eventlet,
25                      python-extras,
26                      python-fixtures (>= 0.3.12),
27                      python-flask (>= 0.10),
28                      python-glanceclient (>= 1:0.6),
29                      python-happybase,
30                      python-iso8601,
31                      python-keystoneclient (>= 1:0.2.3),
32                      python-kombu (>> 2.4.7),
33                      python-lockfile,
34                      python-lxml,
35                      python-ming,
36                      python-mock,
37                      python-mox,
38                      python-netaddr (>= 0.7.6),
39                      python-netifaces,
40                      python-nose,
41                      python-novaclient (>= 2:2.6.10),
42                      python-oslo.config,
43                      python-oslo.sphinx,
44                      python-pecan (>= 0.2.1),
45                      python-pymongo (>= 2.4),
46                      python-requests (>= 1.2),
47                      python-setuptools-git,
48                      python-simplegeneric (>= 0.8),
49                      python-sphinx,
50                      python-sphinxcontrib-pecanwsme,
51                      python-sqlalchemy (>= 0.7.3),
52                      python-stevedore (>= 0.9),
53                      python-subunit,
54                      python-swift (>= 1.8.0),
55                      python-swiftclient,
56                      python-testrepository (>= 0.0.13),
57                      python-testscenarios,
58                      python-testtools (>= 0.9.29),
59                      python-unittest2,
60                      python-webob (>= 1.2),
61                      python-wsme,
62                      python-yaml,
63                      testrepository (>= 0.0.13)
64 Standards-Version: 3.9.4
65 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/ceilometer.git;a=summary
66 Vcs-Git: git://anonscm.debian.org/openstack/ceilometer.git
67 Homepage: http://wiki.openstack.org/Ceilometer
68
69 Package: python-ceilometer
70 Section: python
71 Architecture: all
72 Pre-Depends: dpkg (>= 1.15.6~)
73 Depends: alembic,
74          libjs-jquery,
75          msgpack-python,
76          python-anyjson (>= 0.2.4),
77          python-argparse,
78          python-d2to1 (>= 0.2.10),
79          python-eventlet,
80          python-extras,
81          python-flask (>= 0.10),
82          python-glanceclient (>= 1:0.6),
83          python-greenlet (>= 0.4),
84          python-iso8601,
85          python-keystoneclient (>= 1:0.2.3),
86          python-kombu (>> 2.4.7),
87          python-lockfile,
88          python-lxml,
89          python-netaddr (>= 0.7.6),
90          python-novaclient (>= 2:2.6.10),
91          python-oslo.config,
92          python-pbr (>= 0.5.21),
93          python-pecan (>= 0.2.1),
94          python-pymongo (>= 2.4),
95          python-requests (>= 1.2),
96          python-simplegeneric (>= 0.8),
97          python-sqlalchemy (>= 0.7.3),
98          python-stevedore (>= 0.9),
99          python-swiftclient,
100          python-webob (>= 1.2),
101          python-yaml,
102          ${misc:Depends},
103          ${python:Depends}
104 Description: OpenStack efficient metering counters system - Python libraries
105  Ceilometer aims to deliver a Single Point Of Contact for billing systems,
106  providing all the counters they need to establish customer billing, accros
107  all current and future OpenStack components. The delivery of counters must be
108  traceable and auditable, the counters must be easily extensible to support new
109  projects, and agents doing data collections should be independent of the
110  overall system.
111  .
112  This package contains the Python libraries that are needed for all parts of
113  Ceilometer.
114
115 Package: ceilometer-common
116 Architecture: all
117 Pre-Depends: dpkg (>= 1.15.6~)
118 Depends: adduser,
119          python-ceilometer (= ${binary:Version}),
120          ${misc:Depends},
121          ${python:Depends}
122 Provides: ${python:Provides}
123 Description: OpenStack efficient metering counters system - common files
124  Ceilometer aims to deliver a Single Point Of Contact for billing systems,
125  providing all the counters they need to establish customer billing, accros
126  all current and future OpenStack components. The delivery of counters must be
127  traceable and auditable, the counters must be easily extensible to support new
128  projects, and agents doing data collections should be independent of the
129  overall system.
130  .
131  This package contains files that are needed for all parts of Ceilometer.
132
133 Package: ceilometer-collector
134 Architecture: all
135 Pre-Depends: dpkg (>= 1.15.6~)
136 Depends: ceilometer-common (= ${binary:Version}),
137          ${misc:Depends},
138          ${ostack-lsb-base},
139          ${python:Depends}
140 Description: OpenStack efficient metering counters system - collector service
141  Ceilometer aims to deliver a Single Point Of Contact for billing systems,
142  providing all the counters they need to establish customer billing, accros
143  all current and future OpenStack components. The delivery of counters must be
144  traceable and auditable, the counters must be easily extensible to support new
145  projects, and agents doing data collections should be independent of the
146  overall system.
147  .
148  This package contains the collector service.
149
150 Package: ceilometer-api
151 Architecture: all
152 Pre-Depends: dpkg (>= 1.15.6~)
153 Depends: adduser,
154          ceilometer-common (= ${binary:Version}),
155          debconf,
156          ${misc:Depends},
157          ${ostack-lsb-base},
158          ${python:Depends}
159 Description: OpenStack efficient metering counters system (API service)
160  Ceilometer aims to deliver a Single Point Of Contact for billing systems,
161  providing all the counters they need to establish customer billing, accros
162  all current and future OpenStack components. The delivery of counters must be
163  traceable and auditable, the counters must be easily extensible to support new
164  projects, and agents doing data collections should be independent of the
165  overall system.
166  .
167  This package contains the API service.
168
169 Package: ceilometer-agent-compute
170 Architecture: all
171 Pre-Depends: dpkg (>= 1.15.6~)
172 Depends: ceilometer-common (= ${binary:Version}),
173          ${misc:Depends},
174          ${ostack-lsb-base},
175          ${python:Depends}
176 Description: OpenStack efficient metering counters system - compute agent
177  Ceilometer aims to deliver a Single Point Of Contact for billing systems,
178  providing all the counters they need to establish customer billing, accros
179  all current and future OpenStack components. The delivery of counters must be
180  traceable and auditable, the counters must be easily extensible to support new
181  projects, and agents doing data collections should be independent of the
182  overall system.
183  .
184  This package contains the compute agent.
185
186 Package: ceilometer-agent-central
187 Architecture: all
188 Pre-Depends: dpkg (>= 1.15.6~)
189 Depends: ceilometer-common (= ${binary:Version}),
190          ${misc:Depends},
191          ${ostack-lsb-base},
192          ${python:Depends}
193 Description: OpenStack efficient metering counters system - central agent
194  Ceilometer aims to deliver a Single Point Of Contact for billing systems,
195  providing all the counters they need to establish customer billing, accros
196  all current and future OpenStack components. The delivery of counters must be
197  traceable and auditable, the counters must be easily extensible to support new
198  projects, and agents doing data collections should be independent of the
199  overall system.
200  .
201  This package contains the central agent.