Review (build-)dependencies for Icehouse b3.
[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 (>= 9~),
10                po-debconf,
11                python-all (>= 2.6.6-3~),
12                python-pbr (>= 0.6)
13 Build-Depends-Indep: alembic (>= 0.4.2),
14                      mongodb,
15                      pep8,
16                      python-anyjson (>= 0.3.3),
17                      python-babel (>= 1.3),
18                      python-ceilometerclient (>= 1.0.6),
19                      python-coverage (>= 3.6),
20                      python-croniter,
21                      python-docutils (>= 0.9.1),
22                      python-eventlet (>= 0.13.0),
23                      python-extras,
24                      python-fixtures (>= 0.3.14),
25                      python-flask (>= 0.10),
26                      python-glance (>= 2013.2~),
27                      python-glanceclient (>= 1:0.10.0),
28                      python-hacking,
29                      python-happybase,
30                      python-httplib2 (>= 0.7.5),
31                      python-iso8601 (>= 0.1.8),
32                      python-jsonpath-rw,
33                      python-jsonschema (>= 2.0.0),
34                      python-keystoneclient (>= 1:0.6.0),
35                      python-kombu (>> 2.4.7),
36                      python-lockfile,
37                      python-lxml,
38                      python-migrate (>= 0.8.2),
39                      python-ming,
40                      python-mock (>= 1.0),
41                      python-mox,
42                      python-msgpack,
43                      python-mysqldb,
44                      python-netaddr (>= 0.7.6),
45                      python-nose,
46                      python-nova (>= 2013.2~),
47                      python-novaclient (>= 2:2.15.0),
48                      python-oslo.config (>= 1.2.1),
49                      python-oslo.vmware,
50                      python-oslosphinx,
51                      python-pecan (>= 0.4.5),
52                      python-pymongo (>= 2.4),
53                      python-pysnmp4,
54                      python-requests (>= 1.2),
55                      python-setuptools-git,
56                      python-six (>= 1.5.2),
57                      python-sphinx,
58                      python-sphinxcontrib-docbookrestapi,
59                      python-sphinxcontrib-httpdomain,
60                      python-sphinxcontrib-pecanwsme (>= 0.6),
61                      python-sqlalchemy (>= 0.7.8),
62                      python-stevedore (>= 0.14),
63                      python-subunit (>= 0.0.18),
64                      python-swift (>= 1.12.0),
65                      python-swiftclient (>= 1:1.6.0),
66                      python-testscenarios (>= 0.4),
67                      python-testtools (>= 0.9.34),
68                      python-tz,
69                      python-unittest2,
70                      python-webob (>= 1.2.3),
71                      python-wsme (>= 0.6),
72                      python-yaml,
73                      testrepository (>= 0.0.18)
74 Standards-Version: 3.9.4
75 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/ceilometer.git;a=summary
76 Vcs-Git: git://anonscm.debian.org/openstack/ceilometer.git
77 Homepage: http://wiki.openstack.org/Ceilometer
78
79 Package: python-ceilometer
80 Section: python
81 Architecture: all
82 Pre-Depends: dpkg (>= 1.15.6~)
83 Depends: alembic (>= 0.4.2),
84          libjs-jquery,
85          python-anyjson (>= 0.3.3),
86          python-ceilometerclient (>= 1.0.6),
87          python-croniter,
88          python-eventlet (>= 0.13.0),
89          python-extras,
90          python-flask (>= 0.10),
91          python-glanceclient (>= 1:0.10.0),
92          python-greenlet (>= 0.4),
93          python-happybase,
94          python-iso8601 (>= 0.1.8),
95          python-jsonpath-rw,
96          python-jsonschema (>= 2.0.0),
97          python-keystoneclient (>= 1:0.6.0),
98          python-kombu (>> 2.4.7),
99          python-lockfile,
100          python-lxml,
101          python-migrate (>= 0.8.2),
102          python-msgpack,
103          python-mysqldb,
104          python-netaddr (>= 0.7.6),
105          python-novaclient (>= 2:2.15.0),
106          python-oslo.config (>= 1.2.1),
107          python-oslo.vmware,
108          python-pbr (>= 0.6),
109          python-pecan (>= 0.4.5),
110          python-pymongo (>= 2.4),
111          python-pysnmp4,
112          python-requests (>= 1.2),
113          python-six (>= 1.5.2),
114          python-sqlalchemy (>= 0.7.8),
115          python-stevedore (>= 0.14),
116          python-swiftclient (>= 1:1.6.0),
117          python-tz,
118          python-webob (>= 1.2.3),
119          python-wsme (>= 0.6),
120          python-yaml,
121          ${misc:Depends},
122          ${python:Depends}
123 Description: OpenStack efficient metering counters system - Python libraries
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 the Python libraries that are needed for all parts of
132  Ceilometer.
133
134 Package: ceilometer-common
135 Architecture: all
136 Pre-Depends: dpkg (>= 1.15.6~)
137 Depends: adduser,
138          dpkg-dev,
139          python-ceilometer (= ${binary:Version}),
140          ${misc:Depends},
141          ${python:Depends}
142 Provides: ${python:Provides}
143 Description: OpenStack efficient metering counters system - common files
144  Ceilometer aims to deliver a Single Point Of Contact for billing systems,
145  providing all the counters they need to establish customer billing, accros
146  all current and future OpenStack components. The delivery of counters must be
147  traceable and auditable, the counters must be easily extensible to support new
148  projects, and agents doing data collections should be independent of the
149  overall system.
150  .
151  This package contains files that are needed for all parts of Ceilometer.
152
153 Package: ceilometer-collector
154 Architecture: all
155 Pre-Depends: dpkg (>= 1.15.6~)
156 Depends: ceilometer-common (= ${binary:Version}),
157          ${misc:Depends},
158          ${ostack-lsb-base},
159          ${python:Depends}
160 Description: OpenStack efficient metering counters system - collector service
161  Ceilometer aims to deliver a Single Point Of Contact for billing systems,
162  providing all the counters they need to establish customer billing, accros
163  all current and future OpenStack components. The delivery of counters must be
164  traceable and auditable, the counters must be easily extensible to support new
165  projects, and agents doing data collections should be independent of the
166  overall system.
167  .
168  This package contains the collector service.
169
170 Package: ceilometer-api
171 Architecture: all
172 Pre-Depends: dpkg (>= 1.15.6~)
173 Depends: adduser,
174          ceilometer-common (= ${binary:Version}),
175          debconf,
176          ${misc:Depends},
177          ${ostack-lsb-base},
178          ${python:Depends}
179 Description: OpenStack efficient metering counters system (API service)
180  Ceilometer aims to deliver a Single Point Of Contact for billing systems,
181  providing all the counters they need to establish customer billing, accros
182  all current and future OpenStack components. The delivery of counters must be
183  traceable and auditable, the counters must be easily extensible to support new
184  projects, and agents doing data collections should be independent of the
185  overall system.
186  .
187  This package contains the API service.
188
189 Package: ceilometer-agent-compute
190 Architecture: all
191 Pre-Depends: dpkg (>= 1.15.6~)
192 Depends: ceilometer-common (= ${binary:Version}),
193          ${misc:Depends},
194          ${ostack-lsb-base},
195          ${python:Depends}
196 Description: OpenStack efficient metering counters system - compute agent
197  Ceilometer aims to deliver a Single Point Of Contact for billing systems,
198  providing all the counters they need to establish customer billing, accros
199  all current and future OpenStack components. The delivery of counters must be
200  traceable and auditable, the counters must be easily extensible to support new
201  projects, and agents doing data collections should be independent of the
202  overall system.
203  .
204  This package contains the compute agent.
205
206 Package: ceilometer-agent-central
207 Architecture: all
208 Pre-Depends: dpkg (>= 1.15.6~)
209 Depends: ceilometer-common (= ${binary:Version}),
210          ${misc:Depends},
211          ${ostack-lsb-base},
212          ${python:Depends}
213 Description: OpenStack efficient metering counters system - central agent
214  Ceilometer aims to deliver a Single Point Of Contact for billing systems,
215  providing all the counters they need to establish customer billing, accros
216  all current and future OpenStack components. The delivery of counters must be
217  traceable and auditable, the counters must be easily extensible to support new
218  projects, and agents doing data collections should be independent of the
219  overall system.
220  .
221  This package contains the central agent.
222
223 Package: ceilometer-alarm-evaluator
224 Architecture: all
225 Pre-Depends: dpkg (>= 1.15.6~)
226 Depends: ceilometer-common (= ${binary:Version}),
227          ${misc:Depends},
228          ${ostack-lsb-base},
229          ${python:Depends}
230 Description: OpenStack efficient metering counters system - alarm evaluator
231  Ceilometer aims to deliver a Single Point Of Contact for billing systems,
232  providing all the counters they need to establish customer billing, accros
233  all current and future OpenStack components. The delivery of counters must be
234  traceable and auditable, the counters must be easily extensible to support new
235  projects, and agents doing data collections should be independent of the
236  overall system.
237  .
238  This package contains the alarm evaluator daemon.
239
240 Package: ceilometer-alarm-notifier
241 Architecture: all
242 Pre-Depends: dpkg (>= 1.15.6~)
243 Depends: ceilometer-common (= ${binary:Version}),
244          ${misc:Depends},
245          ${ostack-lsb-base},
246          ${python:Depends}
247 Description: OpenStack efficient metering counters system - alarm notifier
248  Ceilometer aims to deliver a Single Point Of Contact for billing systems,
249  providing all the counters they need to establish customer billing, accros
250  all current and future OpenStack components. The delivery of counters must be
251  traceable and auditable, the counters must be easily extensible to support new
252  projects, and agents doing data collections should be independent of the
253  overall system.
254  .
255  This package contains the alarm notifier daemon.
256
257 Package: ceilometer-agent-notification
258 Architecture: all
259 Pre-Depends: dpkg (>= 1.15.6~)
260 Depends: ceilometer-common (= ${binary:Version}),
261          ${misc:Depends},
262          ${ostack-lsb-base},
263          ${python:Depends}
264 Description: OpenStack efficient metering counters system - alarm notifier
265  Ceilometer aims to deliver a Single Point Of Contact for billing systems,
266  providing all the counters they need to establish customer billing, accros
267  all current and future OpenStack components. The delivery of counters must be
268  traceable and auditable, the counters must be easily extensible to support new
269  projects, and agents doing data collections should be independent of the
270  overall system.
271  .
272  This package contains the notification agent daemon.