Removes spidermonkey from build-depends
[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 Build-Depends-Indep: msgpack-python,
15                      pep8,
16                      python-anyjson (>= 0.2.4),
17                      python-argparse,
18                      python-babel,
19                      python-coverage,
20                      python-d2to1 (>= 0.2.10),
21                      python-docutils (>= 0.9.1),
22                      python-eventlet,
23                      python-extras,
24                      python-fixtures (>= 0.3.12),
25                      python-flask (>= 0.9),
26                      python-glance (>= 2013.2~),
27                      python-glanceclient (>= 1:0.6),
28                      python-happybase,
29                      python-iso8601,
30                      python-keystoneclient (>= 1:0.2.3),
31                      python-kombu (>> 2.4.7),
32                      python-lockfile,
33                      python-lxml,
34                      python-ming,
35                      python-mock,
36                      python-mox,
37                      python-netaddr,
38                      python-netifaces,
39                      python-nose,
40                      python-nova (>= 2013.2~),
41                      python-novaclient (>= 2:2.6.10),
42                      python-oslo.config,
43                      python-pbr,
44                      python-pecan (>= 0.2.1),
45                      python-pymongo,
46                      python-requests (>= 1.2),
47                      python-setuptools-git,
48                      python-sphinx,
49                      python-sqlalchemy (<< 0.8.0~),
50                      python-sqlalchemy (>= 0.7.3),
51                      python-stevedore (>= 0.9),
52                      python-subunit,
53                      python-swift (>= 1.8.0),
54                      python-swiftclient,
55                      python-testtools (>= 0.9.29),
56                      python-testrepository (>= 0.0.13),
57                      python-unittest2,
58                      python-webob (>= 1.2),
59                      python-wsme,
60                      python-yaml,
61                      testrepository (>= 0.0.13)
62 Standards-Version: 3.9.4
63 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/ceilometer.git;a=summary
64 Vcs-Git: git://anonscm.debian.org/openstack/ceilometer.git
65 Homepage: http://wiki.openstack.org/Ceilometer
66
67 Package: python-ceilometer
68 Section: python
69 Architecture: all
70 Pre-Depends: dpkg (>= 1.15.6~)
71 Depends: libjs-jquery,
72          msgpack-python,
73          python-anyjson (>= 0.2.4),
74          python-argparse,
75          python-d2to1 (>= 0.2.10),
76          python-eventlet,
77          python-extras,
78          python-flask (>= 0.9),
79          python-glanceclient (>= 1:0.6),
80          python-greenlet (>= 0.4),
81          python-iso8601,
82          python-keystoneclient (>= 1:0.2.3),
83          python-kombu (>> 2.4.7),
84          python-lockfile,
85          python-lxml,
86          python-netaddr,
87          python-novaclient (>= 2:2.6.10),
88          python-oslo.config,
89          python-pbr,
90          python-pecan (>= 0.2.1),
91          python-pymongo (>= 2.2),
92          python-requests (>= 1.2),
93          python-sqlalchemy (<< 0.8.0~),
94          python-sqlalchemy (>= 0.7.3),
95          python-stevedore (>= 0.9),
96          python-swiftclient,
97          python-webob (>= 1.2),
98          python-yaml,
99          ${misc:Depends},
100          ${python:Depends}
101 Description: OpenStack efficient metering counters system - Python libraries
102  Ceilometer aims to deliver a Single Point Of Contact for billing systems,
103  providing all the counters they need to establish customer billing, accros
104  all current and future OpenStack components. The delivery of counters must be
105  traceable and auditable, the counters must be easily extensible to support new
106  projects, and agents doing data collections should be independent of the
107  overall system.
108  .
109  This package contains the Python libraries that are needed for all parts of
110  Ceilometer.
111
112 Package: ceilometer-common
113 Architecture: all
114 Pre-Depends: dpkg (>= 1.15.6~)
115 Depends: adduser,
116          python-ceilometer (= ${binary:Version}),
117          ${misc:Depends},
118          ${python:Depends}
119 Provides: ${python:Provides}
120 Description: OpenStack efficient metering counters system - common files
121  Ceilometer aims to deliver a Single Point Of Contact for billing systems,
122  providing all the counters they need to establish customer billing, accros
123  all current and future OpenStack components. The delivery of counters must be
124  traceable and auditable, the counters must be easily extensible to support new
125  projects, and agents doing data collections should be independent of the
126  overall system.
127  .
128  This package contains files that are needed for all parts of Ceilometer.
129
130 Package: ceilometer-collector
131 Architecture: all
132 Pre-Depends: dpkg (>= 1.15.6~)
133 Depends: ceilometer-common (= ${binary:Version}),
134          ${misc:Depends},
135          ${ostack-lsb-base},
136          ${python:Depends}
137 Description: OpenStack efficient metering counters system - collector service
138  Ceilometer aims to deliver a Single Point Of Contact for billing systems,
139  providing all the counters they need to establish customer billing, accros
140  all current and future OpenStack components. The delivery of counters must be
141  traceable and auditable, the counters must be easily extensible to support new
142  projects, and agents doing data collections should be independent of the
143  overall system.
144  .
145  This package contains the collector service.
146
147 Package: ceilometer-api
148 Architecture: all
149 Pre-Depends: dpkg (>= 1.15.6~)
150 Depends: adduser,
151          ceilometer-common (= ${binary:Version}),
152          debconf,
153          ${misc:Depends},
154          ${ostack-lsb-base},
155          ${python:Depends}
156 Description: OpenStack efficient metering counters system (API service)
157  Ceilometer aims to deliver a Single Point Of Contact for billing systems,
158  providing all the counters they need to establish customer billing, accros
159  all current and future OpenStack components. The delivery of counters must be
160  traceable and auditable, the counters must be easily extensible to support new
161  projects, and agents doing data collections should be independent of the
162  overall system.
163  .
164  This package contains the API service.
165
166 Package: ceilometer-agent-compute
167 Architecture: all
168 Pre-Depends: dpkg (>= 1.15.6~)
169 Depends: ceilometer-common (= ${binary:Version}),
170          ${misc:Depends},
171          ${ostack-lsb-base},
172          ${python:Depends}
173 Description: OpenStack efficient metering counters system - compute agent
174  Ceilometer aims to deliver a Single Point Of Contact for billing systems,
175  providing all the counters they need to establish customer billing, accros
176  all current and future OpenStack components. The delivery of counters must be
177  traceable and auditable, the counters must be easily extensible to support new
178  projects, and agents doing data collections should be independent of the
179  overall system.
180  .
181  This package contains the compute agent.
182
183 Package: ceilometer-agent-central
184 Architecture: all
185 Pre-Depends: dpkg (>= 1.15.6~)
186 Depends: ceilometer-common (= ${binary:Version}),
187          ${misc:Depends},
188          ${ostack-lsb-base},
189          ${python:Depends}
190 Description: OpenStack efficient metering counters system - central agent
191  Ceilometer aims to deliver a Single Point Of Contact for billing systems,
192  providing all the counters they need to establish customer billing, accros
193  all current and future OpenStack components. The delivery of counters must be
194  traceable and auditable, the counters must be easily extensible to support new
195  projects, and agents doing data collections should be independent of the
196  overall system.
197  .
198  This package contains the central agent.