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