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