Switches from msgpack-python to python-msgpack in dependencies, as the package has...
[openstack-build/ceilometer-build.git] / xenial / 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 (>= 0.4.2),
15                      mongodb,
16                      pep8,
17                      python-anyjson (>= 0.3.3),
18                      python-babel,
19                      python-ceilometerclient (>= 1.0.6),
20                      python-coverage,
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-happybase,
29                      python-httplib2,
30                      python-iso8601,
31                      python-keystoneclient (>= 1:0.4.0),
32                      python-kombu (>> 2.4.7),
33                      python-lockfile,
34                      python-lxml,
35                      python-ming,
36                      python-mock (>= 1.0),
37                      python-mox,
38                      python-msgpack,
39                      python-netaddr (>= 0.7.6),
40                      python-netifaces,
41                      python-nose,
42                      python-nova (>= 2013.2~),
43                      python-novaclient (>= 2:2.13.0),
44                      python-oslo.config (>= 1.2.1),
45                      python-oslo.sphinx,
46                      python-pecan (>= 0.2.1),
47                      python-pymongo (>= 2.4),
48                      python-requests (>= 1.2),
49                      python-setuptools-git,
50                      python-simplegeneric (>= 0.8),
51                      python-six (>= 1.4.1),
52                      python-sphinx,
53                      python-sphinxcontrib-pecanwsme,
54                      python-sqlalchemy (>= 0.7.3),
55                      python-stevedore (>= 0.9),
56                      python-subunit,
57                      python-swift (>= 1.8.0),
58                      python-swiftclient (>= 1:1.6.0),
59                      python-testrepository (>= 0.0.13),
60                      python-testscenarios (>= 0.4),
61                      python-testtools (>= 0.9.29),
62                      python-unittest2,
63                      python-webob (>= 1.2.3),
64                      python-wsme (>= 0.5b6),
65                      python-yaml,
66                      testrepository (>= 0.0.13)
67 Standards-Version: 3.9.4
68 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/ceilometer.git;a=summary
69 Vcs-Git: git://anonscm.debian.org/openstack/ceilometer.git
70 Homepage: http://wiki.openstack.org/Ceilometer
71
72 Package: python-ceilometer
73 Section: python
74 Architecture: all
75 Pre-Depends: dpkg (>= 1.15.6~)
76 Depends: alembic (>= 0.4.2),
77          libjs-jquery,
78          python-anyjson (>= 0.3.3),
79          python-ceilometerclient (>= 1.0.6),
80          python-d2to1 (>= 0.2.10),
81          python-eventlet (>= 0.13.0),
82          python-extras,
83          python-flask (>= 0.10),
84          python-glanceclient (>= 1:0.10.0),
85          python-greenlet (>= 0.4),
86          python-iso8601,
87          python-keystoneclient (>= 1:0.4.0),
88          python-kombu (>> 2.4.7),
89          python-lockfile,
90          python-lxml,
91          python-msgpack,
92          python-netaddr (>= 0.7.6),
93          python-novaclient (>= 2:2.13.0),
94          python-oslo.config (>= 1.2.1),
95          python-pbr (>= 0.5.21),
96          python-pecan (>= 0.2.1),
97          python-pymongo (>= 2.4),
98          python-requests (>= 1.2),
99          python-simplegeneric (>= 0.8),
100          python-six (>= 1.4.1),
101          python-sqlalchemy (>= 0.7.3),
102          python-stevedore (>= 0.9),
103          python-swiftclient (>= 1:1.6.0),
104          python-webob (>= 1.2.3),
105          python-wsme (>= 0.5b6),
106          python-yaml,
107          ${misc:Depends},
108          ${python:Depends}
109 Description: OpenStack efficient metering counters system - Python libraries
110  Ceilometer aims to deliver a Single Point Of Contact for billing systems,
111  providing all the counters they need to establish customer billing, accros
112  all current and future OpenStack components. The delivery of counters must be
113  traceable and auditable, the counters must be easily extensible to support new
114  projects, and agents doing data collections should be independent of the
115  overall system.
116  .
117  This package contains the Python libraries that are needed for all parts of
118  Ceilometer.
119
120 Package: ceilometer-common
121 Architecture: all
122 Pre-Depends: dpkg (>= 1.15.6~)
123 Depends: adduser,
124          dpkg-dev,
125          python-ceilometer (= ${binary:Version}),
126          ${misc:Depends},
127          ${python:Depends}
128 Provides: ${python:Provides}
129 Description: OpenStack efficient metering counters system - common files
130  Ceilometer aims to deliver a Single Point Of Contact for billing systems,
131  providing all the counters they need to establish customer billing, accros
132  all current and future OpenStack components. The delivery of counters must be
133  traceable and auditable, the counters must be easily extensible to support new
134  projects, and agents doing data collections should be independent of the
135  overall system.
136  .
137  This package contains files that are needed for all parts of Ceilometer.
138
139 Package: ceilometer-collector
140 Architecture: all
141 Pre-Depends: dpkg (>= 1.15.6~)
142 Depends: ceilometer-common (= ${binary:Version}),
143          ${misc:Depends},
144          ${ostack-lsb-base},
145          ${python:Depends}
146 Description: OpenStack efficient metering counters system - collector service
147  Ceilometer aims to deliver a Single Point Of Contact for billing systems,
148  providing all the counters they need to establish customer billing, accros
149  all current and future OpenStack components. The delivery of counters must be
150  traceable and auditable, the counters must be easily extensible to support new
151  projects, and agents doing data collections should be independent of the
152  overall system.
153  .
154  This package contains the collector service.
155
156 Package: ceilometer-api
157 Architecture: all
158 Pre-Depends: dpkg (>= 1.15.6~)
159 Depends: adduser,
160          ceilometer-common (= ${binary:Version}),
161          debconf,
162          ${misc:Depends},
163          ${ostack-lsb-base},
164          ${python:Depends}
165 Description: OpenStack efficient metering counters system (API service)
166  Ceilometer aims to deliver a Single Point Of Contact for billing systems,
167  providing all the counters they need to establish customer billing, accros
168  all current and future OpenStack components. The delivery of counters must be
169  traceable and auditable, the counters must be easily extensible to support new
170  projects, and agents doing data collections should be independent of the
171  overall system.
172  .
173  This package contains the API service.
174
175 Package: ceilometer-agent-compute
176 Architecture: all
177 Pre-Depends: dpkg (>= 1.15.6~)
178 Depends: ceilometer-common (= ${binary:Version}),
179          ${misc:Depends},
180          ${ostack-lsb-base},
181          ${python:Depends}
182 Description: OpenStack efficient metering counters system - compute agent
183  Ceilometer aims to deliver a Single Point Of Contact for billing systems,
184  providing all the counters they need to establish customer billing, accros
185  all current and future OpenStack components. The delivery of counters must be
186  traceable and auditable, the counters must be easily extensible to support new
187  projects, and agents doing data collections should be independent of the
188  overall system.
189  .
190  This package contains the compute agent.
191
192 Package: ceilometer-agent-central
193 Architecture: all
194 Pre-Depends: dpkg (>= 1.15.6~)
195 Depends: ceilometer-common (= ${binary:Version}),
196          ${misc:Depends},
197          ${ostack-lsb-base},
198          ${python:Depends}
199 Description: OpenStack efficient metering counters system - central agent
200  Ceilometer aims to deliver a Single Point Of Contact for billing systems,
201  providing all the counters they need to establish customer billing, accros
202  all current and future OpenStack components. The delivery of counters must be
203  traceable and auditable, the counters must be easily extensible to support new
204  projects, and agents doing data collections should be independent of the
205  overall system.
206  .
207  This package contains the central agent.
208
209 Package: ceilometer-alarm-evaluator
210 Architecture: all
211 Pre-Depends: dpkg (>= 1.15.6~)
212 Depends: ceilometer-common (= ${binary:Version}),
213          ${misc:Depends},
214          ${ostack-lsb-base},
215          ${python:Depends}
216 Description: OpenStack efficient metering counters system - alarm evaluator
217  Ceilometer aims to deliver a Single Point Of Contact for billing systems,
218  providing all the counters they need to establish customer billing, accros
219  all current and future OpenStack components. The delivery of counters must be
220  traceable and auditable, the counters must be easily extensible to support new
221  projects, and agents doing data collections should be independent of the
222  overall system.
223  .
224  This package contains the alarm evaluator daemon.
225
226 Package: ceilometer-alarm-notifier
227 Architecture: all
228 Pre-Depends: dpkg (>= 1.15.6~)
229 Depends: ceilometer-common (= ${binary:Version}),
230          ${misc:Depends},
231          ${ostack-lsb-base},
232          ${python:Depends}
233 Description: OpenStack efficient metering counters system - alarm notifier
234  Ceilometer aims to deliver a Single Point Of Contact for billing systems,
235  providing all the counters they need to establish customer billing, accros
236  all current and future OpenStack components. The delivery of counters must be
237  traceable and auditable, the counters must be easily extensible to support new
238  projects, and agents doing data collections should be independent of the
239  overall system.
240  .
241  This package contains the alarm notifier daemon.