9f145b014e31816ea79a7ab0cfffeb3028c24835
[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),
12  python-all-dev (>=  2.6.6-3~)
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,
28  python-setuptools-git,
29  python-sqlalchemy,
30  python-stevedore,
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,     
44  python-iso8601,
45  python-kombu,
46  python-lockfile,
47  python-netaddr, 
48  python-sqlalchemy,
49  python-stevedore, 
50  python-webob
51 Description: ceilometer python libraries
52  Ceilometer aims to deliver a unique point of contact for billing systems to 
53  aquire all counters they need to establish customer billing, accross all
54  current and future OpenStack components. The delivery of counters must be
55  tracable and auditable, the counters must be easily extensible to support new
56  projects, and agents doing data collections should be independent of the
57  overall system.
58  .
59  (A ceilometer is an instrument that measures cloud coverage.)
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: ceilometer 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  (A ceilometer is an instrument that measures cloud coverage.)
78  .
79  This package contains files that are needed for all parts of ceilometer
80
81 Package: ceilometer-collector
82 Architecture: all
83 Pre-Depends: dpkg (>= 1.15.6~)
84 Depends: ${ostack-lsb-base}, ceilometer-common (= ${binary:Version}), ${python:Depends}, ${misc:Depends}
85 Description: ceilometer collector service
86  Ceilometer aims to deliver a unique point of contact for billing systems to 
87  aquire all counters they need to establish customer billing, accross all
88  current and future OpenStack components. The delivery of counters must be
89  tracable and auditable, the counters must be easily extensible to support new
90  projects, and agents doing data collections should be independent of the
91  overall system.
92  .
93  (A ceilometer is an instrument that measures cloud coverage.)
94  .
95  This package contains the collector service
96
97 Package: ceilometer-api
98 Architecture: all
99 Pre-Depends: dpkg (>= 1.15.6~)
100 Depends: ${ostack-lsb-base}, ceilometer-common (= ${binary:Version}), ${python:Depends}, ${misc:Depends}
101 Description: ceilometer api service
102  Ceilometer aims to deliver a unique point of contact for billing systems to 
103  aquire all counters they need to establish customer billing, accross all
104  current and future OpenStack components. The delivery of counters must be
105  tracable and auditable, the counters must be easily extensible to support new
106  projects, and agents doing data collections should be independent of the
107  overall system.
108  .
109  This package contains the api service
110
111 Package: ceilometer-agent-compute
112 Architecture: all
113 Pre-Depends: dpkg (>= 1.15.6~)
114 Depends: ${ostack-lsb-base}, ceilometer-common (= ${binary:Version}), ${python:Depends}, ${misc:Depends}
115 Description: ceilometer compute agent
116  Ceilometer aims to deliver a unique point of contact for billing systems to 
117  aquire all counters they need to establish customer billing, accross all
118  current and future OpenStack components. The delivery of counters must be
119  tracable and auditable, the counters must be easily extensible to support new
120  projects, and agents doing data collections should be independent of the
121  overall system.
122  .
123  (A ceilometer is an instrument that measures cloud coverage.)
124  .
125  This package contains the compute agent
126
127 Package: ceilometer-agent-central
128 Architecture: all
129 Pre-Depends: dpkg (>= 1.15.6~)
130 Depends: ${ostack-lsb-base}, ceilometer-common (= ${binary:Version}), ${python:Depends}, ${misc:Depends}
131 Description: ceilometer central agent
132  Ceilometer aims to deliver a unique point of contact for billing systems to 
133  aquire all counters they need to establish customer billing, accross all
134  current and future OpenStack components. The delivery of counters must be
135  tracable 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  (A ceilometer is an instrument that measures cloud coverage.)
140  .
141  This package contains the central agent.