bb9e046e20fcb21539d96d79d116e01c5b5e7f54
[openstack-build/cinder-build.git] / debian / control
1 Source: cinder
2 Section: net
3 Priority: extra
4 Maintainer: Chuck Short <zulcss@ubuntu.com>
5 Build-Depends: debhelper (>= 8.0.0), python-all (>= 2.6)
6 Build-Depends-Indep:
7  pep8,
8  python-amqplib,
9  python-anyjson,
10  python-cheetah,
11  python-coverage,
12  python-eventlet,
13  python-glanceclient,
14  python-greenlet,
15  python-hp3parclient (>= 1.0.0),
16  python-iso8601,
17  python-keystoneclient,
18  python-kombu,
19  python-lockfile,
20  python-lxml,
21  python-migrate,
22  python-mock,
23  python-mox,
24  python-mysqldb,
25  python-nose,
26  python-oslo.config,
27  python-paramiko,
28  python-paste,
29  python-pastedeploy,
30  python-routes,
31  python-swiftclient,
32  python-setuptools,
33  python-setuptools-git,
34  python-sphinx,
35  python-sqlalchemy,
36  python-stevedore (>= 0.8),
37  python-suds,
38  python-webob
39 Standards-Version: 3.9.3
40 Homepage: http://launchpad.net/cinder
41
42 Package: python-cinder
43 Section: python
44 Architecture: all
45 Depends:
46  python-amqplib,
47  python-anyjson,
48  python-eventlet,
49  python-glance,
50  python-glanceclient,
51  python-keystoneclient,
52  python-oslo.config,
53  python-greenlet,
54  python-iso8601,
55  python-kombu,
56  python-lockfile,
57  python-lxml,
58  python-migrate,
59  python-mysqldb,
60  python-paramiko,
61  python-paste,
62  python-pastedeploy,
63  python-routes,
64  python-stevedore (>= 0.8),
65  python-swiftclient,
66  python-sqlalchemy,
67  python-suds,
68  python-webob,
69  ${misc:Depends},
70  ${python:Depends}
71 Suggests: python-hp3parclient
72 Description: Cinder Python libraries
73  OpenStack is a reliable cloud infrastructure. Its mission is to produce
74  the ubiquitous cloud computing platform that will meet the needs of public
75  and private cloud providers regardless of size, by being simple to implement
76  and massively scalable.
77  .
78  Cinder is the OpenStack Block storage service.
79  .
80  This package contains the Python library for Cinder.
81
82 Package: cinder-common
83 Architecture: all
84 Depends:
85  adduser,
86  python-cinder (= ${binary:Version}),
87  ${misc:Depends},
88  ${python:Depends}
89 Provides: ${python:Provides}
90 Description: Cinder storage service - common files
91  OpenStack is a reliable cloud infrastructure. Its mission is to produce
92  the ubiquitous cloud computing platform that will meet the needs of public
93  and private cloud providers regardless of size, by being simple to implement
94  and massively scalable.
95  .
96  Cinder is the OpenStack Block storage service.
97  .
98  This package contains commons components for Cinder.
99
100 Package: cinder-api
101 Architecture: all
102 Depends: cinder-common (= ${binary:Version}), ${misc:Depends}, ${python:Depends}
103 Description: Cinder storage service - API server
104  OpenStack is a reliable cloud infrastructure. Its mission is to produce
105  the ubiquitous cloud computing platform that will meet the needs of public
106  and private cloud providers regardless of size, by being simple to implement
107  and massively scalable.
108  .
109  Cinder is the OpenStack Block storage service.
110  .
111  This package contains the Cinder API server.
112
113 Package: cinder-volume
114 Architecture: all
115 Depends:
116  cinder-common (= ${binary:Version}),
117  lvm2,
118  tgt,
119  ${misc:Depends},
120  ${python:Depends}
121 Suggests: ceph-common
122 Breaks: cinder-common ( <= 2012.2~rc1~20120907.1154-0ubuntu1 )
123 Replaces: cinder-common ( <= 2012.2~rc1~20120907.1154-0ubuntu1 )
124 Description: Cinder storage service - Volume server
125  OpenStack is a reliable cloud infrastructure. Its mission is to produce
126  the ubiquitous cloud computing platform that will meet the needs of public
127  and private cloud providers regardless of size, by being simple to implement
128  and massively scalable.
129  .
130  Cinder is the OpenStack Block storage service.
131  .
132  This package contains the Cinder Volume server.
133
134 Package: cinder-scheduler
135 Architecture: all
136 Depends: cinder-common (= ${binary:Version}), ${misc:Depends}, ${python:Depends}
137 Description: Cinder storage service - Scheduler server
138  OpenStack is a reliable cloud infrastructure. Its mission is to produce
139  the ubiquitous cloud computing platform that will meet the needs of public
140  and private cloud providers regardless of size, by being simple to implement
141  and massively scalable.
142  .
143  Cinder is the OpenStack Block storage service.
144  .
145  This package contains the Cinder Scheduler server.
146
147 Package: cinder-backup
148 Architecture: all
149 Depends: cinder-common (= ${binary:Version}), ${misc:Depends}, ${python:Depends}
150 Description: Cinder storage service - Scheduler server
151  OpenStack is a reliable cloud infrastructure. Its mission is to produce
152  the ubiquitous cloud computing platform that will meet the needs of public
153  and private cloud providers regardless of size, by being simple to implement
154  and massively scalable.
155  .
156  Cinder is the OpenStack Block storage service.
157  .
158  This package contains the Cinder backup service.