89bc5dc76fcf77924c821a281bb788b71548ed3f
[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.7),
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-paramiko,
60  python-paste,
61  python-pastedeploy,
62  python-routes,
63  python-swiftclient,
64  python-sqlalchemy,
65  python-suds,
66  python-webob,
67  ${misc:Depends},
68  ${python:Depends}
69 Suggests: python-hp3parclient
70 Description: Cinder Python libraries
71  OpenStack is a reliable cloud infrastructure. Its mission is to produce
72  the ubiquitous cloud computing platform that will meet the needs of public
73  and private cloud providers regardless of size, by being simple to implement
74  and massively scalable.
75  .
76  Cinder is the OpenStack Block storage service.
77  .
78  This package contains the Python library for Cinder.
79
80 Package: cinder-common
81 Architecture: all
82 Depends:
83  adduser,
84  python-cinder (= ${binary:Version}),
85  ${misc:Depends},
86  ${python:Depends}
87 Provides: ${python:Provides}
88 Description: Cinder storage service - common files
89  OpenStack is a reliable cloud infrastructure. Its mission is to produce
90  the ubiquitous cloud computing platform that will meet the needs of public
91  and private cloud providers regardless of size, by being simple to implement
92  and massively scalable.
93  .
94  Cinder is the OpenStack Block storage service.
95  .
96  This package contains commons components for Cinder.
97
98 Package: cinder-api
99 Architecture: all
100 Depends: cinder-common (= ${binary:Version}), ${misc:Depends}, ${python:Depends}
101 Description: Cinder storage service - API server
102  OpenStack is a reliable cloud infrastructure. Its mission is to produce
103  the ubiquitous cloud computing platform that will meet the needs of public
104  and private cloud providers regardless of size, by being simple to implement
105  and massively scalable.
106  .
107  Cinder is the OpenStack Block storage service.
108  .
109  This package contains the Cinder API server.
110
111 Package: cinder-volume
112 Architecture: all
113 Depends:
114  cinder-common (= ${binary:Version}),
115  lvm2,
116  tgt,
117  ${misc:Depends},
118  ${python:Depends}
119 Suggests: ceph-common
120 Breaks: cinder-common ( <= 2012.2~rc1~20120907.1154-0ubuntu1 )
121 Replaces: cinder-common ( <= 2012.2~rc1~20120907.1154-0ubuntu1 )
122 Description: Cinder storage service - Volume server
123  OpenStack is a reliable cloud infrastructure. Its mission is to produce
124  the ubiquitous cloud computing platform that will meet the needs of public
125  and private cloud providers regardless of size, by being simple to implement
126  and massively scalable.
127  .
128  Cinder is the OpenStack Block storage service.
129  .
130  This package contains the Cinder Volume server.
131
132 Package: cinder-scheduler
133 Architecture: all
134 Depends: cinder-common (= ${binary:Version}), ${misc:Depends}, ${python:Depends}
135 Description: Cinder storage service - Scheduler server
136  OpenStack is a reliable cloud infrastructure. Its mission is to produce
137  the ubiquitous cloud computing platform that will meet the needs of public
138  and private cloud providers regardless of size, by being simple to implement
139  and massively scalable.
140  .
141  Cinder is the OpenStack Block storage service.
142  .
143  This package contains the Cinder Scheduler server.
144
145 Package: cinder-backup
146 Architecture: all
147 Depends: cinder-common (= ${binary:Version}), ${misc:Depends}, ${python:Depends}
148 Description: Cinder storage service - Scheduler server
149  OpenStack is a reliable cloud infrastructure. Its mission is to produce
150  the ubiquitous cloud computing platform that will meet the needs of public
151  and private cloud providers regardless of size, by being simple to implement
152  and massively scalable.
153  .
154  Cinder is the OpenStack Block storage service.
155  .
156  This package contains the Cinder backup service.