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