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