Syntax error in python-novaclient 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  openstack-pkg-tools
14 Build-Depends-Indep: pep8,
15  python-anyjson, 
16  python-eventlet,  
17  python-flask,  
18  python-glance,
19  python-glanceclient,
20  python-iso8601,
21  python-kombu,  
22  python-lockfile,
23  python-ming,
24  python-mock,
25  python-mox,   
26  python-netaddr,  
27  python-nose,
28  python-nova (>= 2012.2),
29  python-setuptools-git,
30  python-sqlalchemy,
31  python-stevedore (>= 0.6),
32  python-webob,
33 Standards-Version: 3.9.3
34 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/ceilometer.git;a=summary
35 Vcs-Git: git://anonscm.debian.org/openstack/ceilometer.git
36 Homepage: http://wiki.openstack.org/Ceilometer
37
38 Package: python-ceilometer
39 Architecture: all
40 Pre-Depends: dpkg (>= 1.15.6~)
41 Depends: ${python:Depends}, ${misc:Depends},
42  python-anyjson,   
43  python-eventlet,
44  python-flask (>= 0.9),
45  python-iso8601,
46  python-kombu,
47  python-lockfile,
48  python-nova (>= 2012.2),
49  python-novaclient (>= 2:2.6.10),
50  python-netaddr, 
51  python-stevedore (>= 0.6),
52  python-webob
53 Description: OpenStack efficient metering counters system (Python libraries)
54  Ceilometer aims to deliver a unique point of contact for billing systems to 
55  aquire all counters they need to establish customer billing, accross all
56  current and future OpenStack components. The delivery of counters must be
57  tracable and auditable, the counters must be easily extensible to support new
58  projects, and agents doing data collections should be independent of the
59  overall system.
60  .
61  This package contains the Python libraries that are needed for all parts of
62  Ceilometer.
63
64 Package: ceilometer-common
65 Architecture: all
66 Pre-Depends: dpkg (>= 1.15.6~)
67 Depends: python-ceilometer (= ${binary:Version}), ${python:Depends}, ${misc:Depends}, adduser
68 Provides: ${python:Provides}
69 Description: OpenStack efficient metering counters system (common files)
70  Ceilometer aims to deliver a unique point of contact for billing systems to 
71  aquire all counters they need to establish customer billing, accross all
72  current and future OpenStack components. The delivery of counters must be
73  tracable and auditable, the counters must be easily extensible to support new
74  projects, and agents doing data collections should be independent of the
75  overall system.
76  .
77  This package contains files that are needed for all parts of Ceilometer.
78
79 Package: ceilometer-collector
80 Architecture: all
81 Pre-Depends: dpkg (>= 1.15.6~)
82 Recommends: python-pymongo (>= 2.2), python-sqlalchemy
83 Depends: ${ostack-lsb-base}, ceilometer-common (= ${binary:Version}), ${python:Depends}, ${misc:Depends}
84 Description: OpenStack efficient metering counters system  (collector service)
85  Ceilometer aims to deliver a unique point of contact for billing systems to 
86  aquire all counters they need to establish customer billing, accross all
87  current and future OpenStack components. The delivery of counters must be
88  tracable and auditable, the counters must be easily extensible to support new
89  projects, and agents doing data collections should be independent of the
90  overall system.
91  .
92  This package contains the collector service.
93
94 Package: ceilometer-api
95 Architecture: all
96 Pre-Depends: dpkg (>= 1.15.6~)
97 Recommends: python-pymongo (>= 2.2), python-sqlalchemy
98 Depends: debconf, ${ostack-lsb-base}, ceilometer-common (= ${binary:Version}), ${python:Depends}, ${misc:Depends}, python-keystone (>= 2012.2), python-keystoneclient
99 Description: OpenStack efficient metering counters system (API service)
100  Ceilometer aims to deliver a unique point of contact for billing systems to 
101  aquire all counters they need to establish customer billing, accross all
102  current and future OpenStack components. The delivery of counters must be
103  tracable and auditable, the counters must be easily extensible to support new
104  projects, and agents doing data collections should be independent of the
105  overall system.
106  .
107  This package contains the API service.
108
109 Package: ceilometer-agent-compute
110 Architecture: all
111 Pre-Depends: dpkg (>= 1.15.6~)
112 Depends: ${ostack-lsb-base}, ceilometer-common (= ${binary:Version}), ${python:Depends}, ${misc:Depends}
113 Description: OpenStack efficient metering counters system (compute agent)
114  Ceilometer aims to deliver a unique point of contact for billing systems to 
115  aquire all counters they need to establish customer billing, accross all
116  current and future OpenStack components. The delivery of counters must be
117  tracable and auditable, the counters must be easily extensible to support new
118  projects, and agents doing data collections should be independent of the
119  overall system.
120  .
121  This package contains the compute agent.
122
123 Package: ceilometer-agent-central
124 Architecture: all
125 Pre-Depends: dpkg (>= 1.15.6~)
126 Depends: ${ostack-lsb-base}, ceilometer-common (= ${binary:Version}), ${python:Depends},
127  ${misc:Depends}, python-keystoneclient
128 Description: OpenStack efficient metering counters system (central agent)
129  Ceilometer aims to deliver a unique point of contact for billing systems to 
130  aquire all counters they need to establish customer billing, accross all
131  current and future OpenStack components. The delivery of counters must be
132  tracable and auditable, the counters must be easily extensible to support new
133  projects, and agents doing data collections should be independent of the
134  overall system.
135  .
136  This package contains the central agent.