7a2e1a0c19019415a56552c6c9a501977de0339d
[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  python-anyjson (>= 0.3.3),
8  python-babel (>= 1.3),
9  python-coverage,
10  python-eventlet (>= 0.15.1),
11  python-fixtures (>= 0.3.14),
12  python-glanceclient (>= 1:0.14.0 ),
13  python-greenlet (>= 0.3.2),
14  python-hacking,
15  python-iso8601 (>= 0.1.9),
16  python-keystoneclient (>= 1:0.10.0),
17  python-keystonemiddleware (>= 1.0.0),
18  python-kombu (>= 2.5.0),
19  python-lxml (>= 2.3),
20  python-migrate (>= 0.9.1), python-migrate (<< 0.9.2) | python-migrate (>> 0.9.2),
21  python-mock,
22  python-mox,
23  python-mysqldb,
24  python-netaddr (>= 0.7.12),
25  python-novaclient (>= 2.18.0),
26  python-oslo.config (>= 1:1.4.0),
27  python-oslo.db (>= 1.0.0),
28  python-oslo.rootwrap (>= 1.3.0),
29  python-oslo.messaging (>= 1.4.0),
30  python-oslosphinx,
31  python-paramiko (>= 1.13.0),
32  python-paste,
33  python-pastedeploy (>= 1.5.0),
34  python-requests (>= 1.2.1), python-requests (<< 2.4.0) | python-requests (>> 2.4.0),
35  python-pbr (>= 0.6), python-pbr (<< 0.7) | python-pbr (>> 0.7), python-pbr (<< 1.0),
36  python-routes (>= 1.12.3), python-routes (<< 2.0) | python-routes (>> 2.0),
37  python-setuptools,
38  python-six (>= 1.7.0),
39  python-sphinx,
40  python-sqlalchemy (>= 0.8.4), python-sqlalchemy (<= 0.8.99) | python-sqlalchemy (>= 0.9.7), python-sqlalchemy (<= 0.9.99),
41  python-stevedore (>= 1.0.0),
42  python-suds (>= 0.4),
43  python-swiftclient (>= 2.2.0),
44  python-taskflow (>= 0.4),
45  python-testtools (>= 0.9.32),
46  python-webob (>= 1.2.3),
47  python-subunit (>=0.0.18),
48  testrepository (>= 0.0.18)
49 Standards-Version: 3.9.4
50 Homepage: http://launchpad.net/cinder
51 Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-server-dev/cinder/juno/files
52 Vcs-Bzr: https://code.launchpad.net/~ubuntu-server-dev/cinder/juno
53 XS-Testsuite: autopkgtest
54
55 Package: python-cinder
56 Section: python
57 Architecture: all
58 Depends:
59  python-amqplib (>= 0.6.1),
60  python-anyjson (>= 0.3.3),
61  python-argparse,
62  python-babel (>= 1.3),
63  python-eventlet (>= 0.15.1),
64  python-glanceclient (>= 1:0.14.0 ),
65  python-requests (>= 1.2.1), python-requests (<< 2.4.0) | python-requests (>> 2.4.0),
66  python-greenlet (>= 0.3.2),
67  python-iso8601 (>= 0.1.9) ,
68  python-keystoneclient (>= 1:0.10.0),
69  python-keystonemiddleware (>= 1.0.0),
70  python-kombu (>= 2.5.0),
71  python-lockfile (>= 0.8),
72  python-lxml (>= 2.3),
73  python-migrate (>= 0.9.1), python-migrate (<< 0.9.2) | python-migrate (>> 0.9.2),
74  python-netaddr (>= 0.7.12),
75  python-novaclient (>= 1:2.18.0),
76  python-oslo.config (>= 1:1.4.0),
77  python-oslo.db (>= 1.0.0),
78  python-oslo.messaging (>= 1.4.0),
79  python-oslo.rootwrap (>= 1.3.0),
80  python-osprofiler (>= 0.3.0),
81  python-paramiko (>= 1.13.0),
82  python-paste,
83  python-pastedeploy (>= 1.5.0),
84  python-crypto (>= 2.6),
85  python-barbicanclient (>= 2.1.0),
86  python-routes (>= 1.12.3), python-routes (<< 2.0) | python-routes (>> 2.0),
87  python-six (>= 1.7.0),
88  python-sqlalchemy (>= 0.8.4), python-sqlalchemy (<= 0.8.99) | python-sqlalchemy (>= 0.9.7), python-sqlalchemy (<= 0.9.99),
89  python-stevedore (>= 1.0.0),
90  python-suds (>= 0.4),
91  python-swiftclient (>= 2.2.0),
92  python-taskflow (>= 0.4),
93  python-rtslib-fb (>= 2.1.39),
94  python-webob (>= 1.2.3),
95  python-wsgiref (>= 0.1.2),
96  ${misc:Depends},
97  ${python:Depends}
98 Suggests: python-ceph, python-hp3parclient
99 Description: Cinder Python libraries
100  OpenStack is a reliable cloud infrastructure. Its mission is to produce
101  the ubiquitous cloud computing platform that will meet the needs of public
102  and private cloud providers regardless of size, by being simple to implement
103  and massively scalable.
104  .
105  Cinder is the OpenStack Block storage service.
106  .
107  This package contains the Python library for Cinder.
108
109 Package: cinder-common
110 Architecture: all
111 Depends:
112  adduser,
113  python-cinder (= ${binary:Version}),
114  ${misc:Depends},
115  ${python:Depends}
116 Provides: ${python:Provides}
117 Description: Cinder storage service - common files
118  OpenStack is a reliable cloud infrastructure. Its mission is to produce
119  the ubiquitous cloud computing platform that will meet the needs of public
120  and private cloud providers regardless of size, by being simple to implement
121  and massively scalable.
122  .
123  Cinder is the OpenStack Block storage service.
124  .
125  This package contains commons components for Cinder.
126
127 Package: cinder-api
128 Architecture: all
129 Depends: cinder-common (= ${binary:Version}), ${misc:Depends}, ${python:Depends}
130 Description: Cinder storage service - API server
131  OpenStack is a reliable cloud infrastructure. Its mission is to produce
132  the ubiquitous cloud computing platform that will meet the needs of public
133  and private cloud providers regardless of size, by being simple to implement
134  and massively scalable.
135  .
136  Cinder is the OpenStack Block storage service.
137  .
138  This package contains the Cinder API server.
139
140 Package: cinder-volume
141 Architecture: all
142 Depends:
143  cinder-common (= ${binary:Version}),
144  lvm2,
145  tgt,
146  ${misc:Depends},
147  ${python:Depends}
148 Breaks: cinder-common ( <= 2012.2~rc1~20120907.1154-0ubuntu1 )
149 Replaces: cinder-common ( <= 2012.2~rc1~20120907.1154-0ubuntu1 )
150 Description: Cinder storage service - Volume 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 Volume server.
159
160 Package: cinder-scheduler
161 Architecture: all
162 Depends: cinder-common (= ${binary:Version}), ${misc:Depends}, ${python:Depends}
163 Description: Cinder storage service - Scheduler server
164  OpenStack is a reliable cloud infrastructure. Its mission is to produce
165  the ubiquitous cloud computing platform that will meet the needs of public
166  and private cloud providers regardless of size, by being simple to implement
167  and massively scalable.
168  .
169  Cinder is the OpenStack Block storage service.
170  .
171  This package contains the Cinder Scheduler server.
172
173 Package: cinder-backup
174 Architecture: all
175 Depends: cinder-common (= ${binary:Version}), ${misc:Depends}, ${python:Depends}
176 Description: Cinder storage service - Scheduler server
177  OpenStack is a reliable cloud infrastructure. Its mission is to produce
178  the ubiquitous cloud computing platform that will meet the needs of public
179  and private cloud providers regardless of size, by being simple to implement
180  and massively scalable.
181  .
182  Cinder is the OpenStack Block storage service.
183  .
184  This package contains the Cinder backup service.