Fix in Depends for deb package
[openstack-build/ceilometer-build.git] / debian / control
1 Source: ceilometer
2 Section: python
3 Priority: optional
4 Maintainer: Chuck Short <zulcss@ubuntu.com>
5 Build-Depends:
6  alembic (>= 0.6.0),
7  debhelper (>= 8.0.0),
8  python-all (>= 2.6),
9  python-anyjson (>= 0.3.3),
10  python-babel (>= 0.9.6),
11  python-ceilometerclient (>= 1.0.6),
12  python-coverage,
13  python-docutils,
14  python-eventlet (>= 0.13.0),
15  python-fixtures (>= 0.3.14),
16  python-flask (>= 0.10),
17  python-glanceclient (>= 1:0.9.3),
18  python-httplib2,
19  python-happybase (>= 0.4),
20  python-iso8601 (>=0.1.8),
21  python-jsonpath-rw,
22  python-keystoneclient (>= 1:0.4.1),
23  python-kombu (>= 2.4.8),
24  python-lxml (>= 2.3),
25  python-lockfile (>= 0.8),
26  python-migrate,
27  python-mock,
28  python-mox,
29  msgpack-python,
30  python-mysqldb,
31  python-netaddr (>= 0.7.6),
32  python-nova,
33  python-novaclient (>= 1:2.15.0),
34  python-oslo.config (>= 1:1.2.0),
35  python-oslo.sphinx,
36  python-pbr (>= 0.5.21),
37  python-pecan (>= 0.2.0),
38  python-pymongo (>= 2.6),
39  python-requests (>= 1.1),
40  python-simplejson,
41  python-sphinx,
42  python-sqlalchemy (>= 0.8.2),
43  python-stevedore (>= 0.12),
44  python-subunit,
45  python-six (>= 1.4.1),
46  python-swift,
47  python-swiftclient (>= 1.5),
48  python-testscenarios (>= 0.4),
49  python-testtools (>= 0.9.32),
50  python-webob (>= 1.2.3),
51  python-wsme (>= 0.5b6),
52  python-yaml (>= 3.1.0),
53  testrepository (>= 0.0.17)
54 Standards-Version: 3.9.4
55 Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-server-dev/ceilometer/icehouse/files
56 Vcs-Bzr: https://code.launchpad.net/~ubuntu-server-dev/ceilometer/icehouse
57
58 Package: python-ceilometer
59 Architecture: all
60 Depends:
61  alembic (>= 0.6.0),
62  msgpack-python,
63  python-anyjson (>= 0.3.3),
64  python-ceilometerclient (>= 1.0.6),
65  python-eventlet (>= 0.13.0),
66  python-flask (>= 0.10),
67  python-glanceclient (>= 1:0.9.3),
68  python-happybase (>= 0.4),
69  python-iso8601 (>= 0.1.8),
70  python-keystoneclient (>= 1:0.4.1),
71  python-kombu (>= 2.4.8),
72  python-lxml (>= 2.3),
73  python-lockfile (>= 0.8),
74  python-migrate,
75  python-netaddr,
76  python-novaclient (>= 1:2.15.0),
77  python-oslo.config (>= 1:1.2.0),
78  python-pecan (>= 0.2.0),
79  python-pymongo (>= 2.6),
80  python-six (>= 1.4.1),
81  python-yaml (>= 3.1.0),
82  python-requests (>= 1.1),
83  python-sqlalchemy (>= 0.8.2),
84  python-stevedore (>= 0.12),
85  python-swiftclient (>= 1.5),
86  python-webob (>= 1.2.3),
87  python-wsme (>= 0.5b6),
88  ${misc:Depends},
89  ${python:Depends}
90 Description: ceilometer python libraries
91  Ceilometer aims to deliver a unique point of contact for billing systems to
92  aquire all counters they need to establish  customer billing, accross all
93  current and future OpenStack components. The delivery of counters must
94  be tracable and auditable, the counters must be easily extensible to support
95  new projects, and agents doing data collections should be
96  independent of the overall system.
97  .
98  (A ceilometer is an instrument that measures cloud coverage.)
99  .
100  This package contains the python libraries that are needed for all parts
101  of ceilometer
102
103 Package: ceilometer-common
104 Architecture: all
105 Depends:
106  adduser,
107  python-ceilometer (= ${binary:Version}),
108  ${misc:Depends},
109  ${python:Depends}
110 Provides: ${python:Provides}
111 Description: ceilometer common files
112  Ceilometer aims to deliver a unique point of contact for billing systems to
113  aquire all counters they need to establish  customer billing, accross all
114  current and future OpenStack components. The delivery of counters must
115  be tracable and auditable, the counters must be easily extensible to support
116  new projects, and agents doing data collections should be
117  independent of the overall system.
118  .
119  (A ceilometer is an instrument that measures cloud coverage.)
120  .
121  This package contains files that are needed for all parts of ceilometer
122
123 Package: ceilometer-collector
124 Architecture: all
125 Depends:
126  ceilometer-common (= ${binary:Version}),
127  ${misc:Depends},
128  ${python:Depends}
129 Suggests: mongodb
130 Description: ceilometer collector service
131  Ceilometer aims to deliver a unique point of contact for billing systems to
132  aquire all counters they need to establish  customer billing, accross all
133  current and future OpenStack components. The delivery of counters must
134  be tracable and auditable, the counters must be easily extensible to support
135  new projects, and agents doing data collections should be
136  independent of the overall system.
137  .
138  (A ceilometer is an instrument that measures cloud coverage.)
139  .
140  This package contains the collector service
141
142 Package: ceilometer-api
143 Architecture: all
144 Depends:
145  ceilometer-common (= ${binary:Version}),
146  ${misc:Depends},
147  ${python:Depends}
148 Suggests: mongodb
149 Description: ceilometer api service
150  Ceilometer aims to deliver a unique point of contact for billing systems to
151  aquire all counters they need to establish  customer billing, accross all
152  current and future OpenStack components. The delivery of counters must
153  be tracable and auditable, the counters must be easily extensible to support
154  new projects, and agents doing data collections should be
155  independent of the overall system.
156  .
157  This package contains the api service
158
159 Package: ceilometer-agent-compute
160 Architecture: all
161 Depends:
162  ceilometer-common (= ${binary:Version}),
163  ${misc:Depends},
164  ${python:Depends}
165 Description: ceilometer compute agent
166  Ceilometer aims to deliver a unique point of contact for billing systems to
167  aquire all counters they need to establish  customer billing, accross all
168  current and future OpenStack components. The delivery of counters must
169  be tracable and auditable, the counters must be easily extensible to support
170  new projects, and agents doing data collections should be
171  independent of the overall system.
172  .
173  (A ceilometer is an instrument that measures cloud coverage.)
174  .
175  This package contains the compute agent
176
177 Package: ceilometer-agent-central
178 Architecture: all
179 Depends:
180  ceilometer-common (= ${binary:Version}),
181  ${misc:Depends},
182  ${python:Depends}
183 Description: ceilometer central agent
184  Ceilometer aims to deliver a unique point of contact for billing systems to
185  aquire all counters they need to establish  customer billing, accross all
186  current and future OpenStack components. The delivery of counters must
187  be tracable and auditable, the counters must be easily extensible to support
188  new projects, and agents doing data collections should be
189  independent of the overall system.
190  .
191  (A ceilometer is an instrument that measures cloud coverage.)
192  .
193  This package contains the central agent.
194
195 Package: ceilometer-agent-notification
196 Architecture: all
197 Depends:
198  ceilometer-common (= ${binary:Version}),
199  ${misc:Depends},
200  ${python:Depends}
201 Description: ceilometer notification agent
202  Ceilometer aims to deliver a unique point of contact for billing systems to
203  aquire all counters they need to establish  customer billing, accross all
204  current and future OpenStack components. The delivery of counters must
205  be tracable and auditable, the counters must be easily extensible to support
206  new projects, and agents doing data collections should be
207  independent of the overall system.
208  .
209  (A ceilometer is an instrument that measures cloud coverage.)
210  .
211  This package contains the notificaiton agent.
212
213 Package: ceilometer-alarm-evaluator
214 Architecture: all
215 Depends:
216  ceilometer-common (= ${binary:Version}),
217  ${misc:Depends},
218  ${python:Depends}
219 Description: Ceilometer alarm evaluator
220  Ceilometer aims to deliver a unique point of contact for billing systems to
221  aquire all counters they need to establish  customer billing, accross all
222  current and future OpenStack components. The delivery of counters must
223  be tracable and auditable, the counters must be easily extensible to support
224  new projects, and agents doing data collections should be
225  independent of the overall system.
226  .
227  (A ceilometer is an instrument that measures cloud coverage.)
228  .
229  This package contains the alarm evaluator daemon.
230
231 Package: ceilometer-alarm-notifier
232 Architecture: all
233 Depends:
234  ceilometer-common (= ${binary:Version}),
235  ${misc:Depends},
236  ${python:Depends}
237 Description: Ceilometer notification agent
238  Ceilometer aims to deliver a unique point of contact for billing systems to
239  aquire all counters they need to establish  customer billing, accross all
240  current and future OpenStack components. The delivery of counters must
241  be tracable and auditable, the counters must be easily extensible to support
242  new projects, and agents doing data collections should be
243  independent of the overall system.
244  .
245  (A ceilometer is an instrument that measures cloud coverage.)
246  .
247  This package contains the arlarm notifier daemon.
248
249