Missing python-wsme build-depends.
[openstack-build/ceilometer-build.git] / xenial / debian / control
1 Source: ceilometer
2 Section: python
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  python-setuptools-git,
14  openstack-pkg-tools
15 Build-Depends-Indep: pep8,
16  python-argparse,
17  python-anyjson (>= 0.2.4),
18  python-babel,
19  python-coverage,
20  python-docutils,
21  python-eventlet,
22  python-extras,
23  python-flask (>= 0.9),
24  python-glance (>= 2013.1~),
25  python-glanceclient (>= 1:0.6),
26  python-iso8601,
27  python-keystoneclient (>= 1:0.2),
28  python-kombu,  
29  python-lockfile,
30  python-lxml,
31  python-ming,
32  python-mock,
33  python-mox,   
34  python-netaddr,
35  python-netifaces,
36  python-nose,
37  python-nova (>= 2013.1~),
38  python-novaclient (>= 1:2.6.10),
39  python-oslo-config,
40  python-pecan,
41  python-pymongo,
42  python-requests,
43  python-setuptools-git,
44  python-sphinx,
45  python-sqlalchemy (>= 0.7.3),
46  python-sqlalchemy (<=0.7.9),
47  python-stevedore (>= 0.6),
48  python-swiftclient,
49  python-unittest2,
50  python-webob (>= 1.2),
51  python-wsme,
52  python-yaml
53 Standards-Version: 3.9.3
54 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/ceilometer.git;a=summary
55 Vcs-Git: git://anonscm.debian.org/openstack/ceilometer.git
56 Homepage: http://wiki.openstack.org/Ceilometer
57
58 Package: python-ceilometer
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),
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,
79  python-pymongo,
80  python-requests,
81  python-sqlalchemy (>= 0.7.3),
82  python-sqlalchemy (<=0.7.9),
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 unique point of contact for billing systems to 
89  aquire all counters they need to establish customer billing, accross all
90  current and future OpenStack components. The delivery of counters must be
91  tracable 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 unique point of contact for billing systems to 
105  aquire all counters they need to establish customer billing, accross all
106  current and future OpenStack components. The delivery of counters must be
107  tracable 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 Recommends: python-pymongo (>= 2.2), python-sqlalchemy
117 Depends: ${ostack-lsb-base}, ceilometer-common (= ${binary:Version}), ${python:Depends}, ${misc:Depends}
118 Description: OpenStack efficient metering counters system  (collector service)
119  Ceilometer aims to deliver a unique point of contact for billing systems to 
120  aquire all counters they need to establish customer billing, accross all
121  current and future OpenStack components. The delivery of counters must be
122  tracable and auditable, the counters must be easily extensible to support new
123  projects, and agents doing data collections should be independent of the
124  overall system.
125  .
126  This package contains the collector service.
127
128 Package: ceilometer-api
129 Architecture: all
130 Pre-Depends: dpkg (>= 1.15.6~)
131 Recommends: python-pymongo (>= 2.2), python-sqlalchemy
132 Depends: adduser, debconf, ${ostack-lsb-base}, ceilometer-common (= ${binary:Version}), ${python:Depends}, ${misc:Depends}
133 Description: OpenStack efficient metering counters system (API service)
134  Ceilometer aims to deliver a unique point of contact for billing systems to 
135  aquire all counters they need to establish customer billing, accross all
136  current and future OpenStack components. The delivery of counters must be
137  tracable and auditable, the counters must be easily extensible to support new
138  projects, and agents doing data collections should be independent of the
139  overall system.
140  .
141  This package contains the API service.
142
143 Package: ceilometer-agent-compute
144 Architecture: all
145 Pre-Depends: dpkg (>= 1.15.6~)
146 Depends: ${ostack-lsb-base}, ceilometer-common (= ${binary:Version}), ${python:Depends}, ${misc:Depends}
147 Description: OpenStack efficient metering counters system (compute agent)
148  Ceilometer aims to deliver a unique point of contact for billing systems to 
149  aquire all counters they need to establish customer billing, accross all
150  current and future OpenStack components. The delivery of counters must be
151  tracable and auditable, the counters must be easily extensible to support new
152  projects, and agents doing data collections should be independent of the
153  overall system.
154  .
155  This package contains the compute agent.
156
157 Package: ceilometer-agent-central
158 Architecture: all
159 Pre-Depends: dpkg (>= 1.15.6~)
160 Depends: ${ostack-lsb-base}, ceilometer-common (= ${binary:Version}), ${python:Depends},
161  ${misc:Depends}
162 Description: OpenStack efficient metering counters system (central agent)
163  Ceilometer aims to deliver a unique point of contact for billing systems to 
164  aquire all counters they need to establish customer billing, accross all
165  current and future OpenStack components. The delivery of counters must be
166  tracable 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 central agent.