Fixed missing (build-)depends versions.
[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 (>= 0.4.2),
15                      mongodb,
16                      msgpack-python,
17                      pep8,
18                      python-anyjson (>= 0.3.3),
19                      python-babel,
20                      python-ceilometerclient (>= 1.0.6),
21                      python-coverage,
22                      python-docutils (>= 0.9.1),
23                      python-eventlet (>= 0.13.0),
24                      python-extras,
25                      python-fixtures (>= 0.3.14),
26                      python-flask (>= 0.10),
27                      python-glance (>= 2013.2~),
28                      python-glanceclient (>= 1:0.10.0),
29                      python-happybase,
30                      python-httplib2,
31                      python-iso8601,
32                      python-keystoneclient (>= 1:0.3.2),
33                      python-kombu (>> 2.4.7),
34                      python-lockfile,
35                      python-lxml,
36                      python-ming,
37                      python-mock (>= 1.0),
38                      python-mox,
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-sphinx,
52                      python-sphinxcontrib-pecanwsme,
53                      python-sqlalchemy (>= 0.7.3),
54                      python-stevedore (>= 0.9),
55                      python-subunit,
56                      python-swift (>= 1.8.0),
57                      python-swiftclient (>= 1:1.6.0),
58                      python-testrepository (>= 0.0.13),
59                      python-testscenarios (>= 0.4),
60                      python-testtools (>= 0.9.29),
61                      python-unittest2,
62                      python-webob (>= 1.2.3),
63                      python-wsme (>= 0.5b5),
64                      python-yaml,
65                      testrepository (>= 0.0.13)
66 Standards-Version: 3.9.4
67 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/ceilometer.git;a=summary
68 Vcs-Git: git://anonscm.debian.org/openstack/ceilometer.git
69 Homepage: http://wiki.openstack.org/Ceilometer
70
71 Package: python-ceilometer
72 Section: python
73 Architecture: all
74 Pre-Depends: dpkg (>= 1.15.6~)
75 Depends: alembic (>= 0.4.2),
76          libjs-jquery,
77          msgpack-python,
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.3.2),
88          python-kombu (>> 2.4.7),
89          python-lockfile,
90          python-lxml,
91          python-netaddr (>= 0.7.6),
92          python-novaclient (>= 2:2.13.0),
93          python-oslo.config (>= 1.2.1),
94          python-pbr (>= 0.5.21),
95          python-pecan (>= 0.2.1),
96          python-pymongo (>= 2.4),
97          python-requests (>= 1.2),
98          python-simplegeneric (>= 0.8),
99          python-sqlalchemy (>= 0.7.3),
100          python-stevedore (>= 0.9),
101          python-swiftclient (>= 1:1.6.0),
102          python-webob (>= 1.2.3),
103          python-wsme (>= 0.5b5),
104          python-yaml,
105          ${misc:Depends},
106          ${python:Depends}
107 Description: OpenStack efficient metering counters system - Python libraries
108  Ceilometer aims to deliver a Single Point Of Contact for billing systems,
109  providing all the counters they need to establish customer billing, accros
110  all current and future OpenStack components. The delivery of counters must be
111  traceable and auditable, the counters must be easily extensible to support new
112  projects, and agents doing data collections should be independent of the
113  overall system.
114  .
115  This package contains the Python libraries that are needed for all parts of
116  Ceilometer.
117
118 Package: ceilometer-common
119 Architecture: all
120 Pre-Depends: dpkg (>= 1.15.6~)
121 Depends: adduser,
122          python-ceilometer (= ${binary:Version}),
123          ${misc:Depends},
124          ${python:Depends}
125 Provides: ${python:Provides}
126 Description: OpenStack efficient metering counters system - common files
127  Ceilometer aims to deliver a Single Point Of Contact for billing systems,
128  providing all the counters they need to establish customer billing, accros
129  all current and future OpenStack components. The delivery of counters must be
130  traceable and auditable, the counters must be easily extensible to support new
131  projects, and agents doing data collections should be independent of the
132  overall system.
133  .
134  This package contains files that are needed for all parts of Ceilometer.
135
136 Package: ceilometer-collector
137 Architecture: all
138 Pre-Depends: dpkg (>= 1.15.6~)
139 Depends: ceilometer-common (= ${binary:Version}),
140          ${misc:Depends},
141          ${ostack-lsb-base},
142          ${python:Depends}
143 Description: OpenStack efficient metering counters system - collector service
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 the collector service.
152
153 Package: ceilometer-api
154 Architecture: all
155 Pre-Depends: dpkg (>= 1.15.6~)
156 Depends: adduser,
157          ceilometer-common (= ${binary:Version}),
158          debconf,
159          ${misc:Depends},
160          ${ostack-lsb-base},
161          ${python:Depends}
162 Description: OpenStack efficient metering counters system (API service)
163  Ceilometer aims to deliver a Single Point Of Contact for billing systems,
164  providing all the counters they need to establish customer billing, accros
165  all current and future OpenStack components. The delivery of counters must be
166  traceable and auditable, the counters must be easily extensible to support new
167  projects, and agents doing data collections should be independent of the
168  overall system.
169  .
170  This package contains the API service.
171
172 Package: ceilometer-agent-compute
173 Architecture: all
174 Pre-Depends: dpkg (>= 1.15.6~)
175 Depends: ceilometer-common (= ${binary:Version}),
176          ${misc:Depends},
177          ${ostack-lsb-base},
178          ${python:Depends}
179 Description: OpenStack efficient metering counters system - compute agent
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 compute agent.
188
189 Package: ceilometer-agent-central
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 - central 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 central agent.