Build from master
[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.13.0),
11  python-fixtures (>= 0.3.14),
12  python-glanceclient (>= 1:0.9.0),
13  python-greenlet (>= 0.3.2),
14  python-hacking,
15  python-iso8601,
16  python-keystoneclient (>= 1:0.4.2),
17  python-keystonemiddleware (>= 1.0.0),
18  python-kombu (>= 2.5.12),
19  python-lxml (>= 2.3),
20  python-migrate (>= 0.9.1),
21  python-mock,
22  python-mox,
23  python-mysqldb ,
24  python-netaddr,
25  python-novaclient (>= 2.17.0),
26  python-oslo.config (>= 1.2.1),
27  python-oslo.db,
28  python-oslo.rootwrap,
29  python-oslo.messaging,
30  python-oslosphinx,
31  python-paramiko (>= 1.13),
32  python-paste,
33  python-pastedeploy (>= 1.5),
34  python-requests,
35  python-pbr (>= 0.6), python-pbr (<< 0.7) | python-pbr (>> 0.7), python-pbr (<< 1.0),
36  python-routes,
37  python-setuptools,
38  python-six (>= 1.7.0),
39  python-sphinx,
40  python-sqlalchemy (>= 0.8.4), python-sqlalchemy (<< 0.9.5) | python-sqlalchemy (>> 0.9.5), python-sqlalchemy (<= 0.9.99),
41  python-stevedore (>= 0.14),
42  python-suds,
43  python-swiftclient (>= 2.0.2),
44  python-taskflow,
45  python-testtools (>= 0.9.32),
46  python-webob (>= 1.2.3),
47  subunit,
48  testrepository (>= 0.0.17)
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-babel (>= 1.3),
62  python-eventlet (>= 0.13.0),
63  python-glanceclient (>= 1:0.9.0),
64  python-greenlet (>= 0.3.2),
65  python-iso8601 (>= 0.1.9) ,
66  python-keystoneclient (>= 1:0.3.0),
67  python-keystonemiddleware (>= 1.0.0),
68  python-kombu (>= 2.5.12),
69  python-lockfile,
70  python-lxml (>= 2.3),
71  python-migrate (>= 0.9.1),
72  python-netaddr (>= 0.7.6),
73  python-novaclient (>= 1:2.12.0),
74  python-oslo.config (>= 1:1.2.1),
75  python-oslo.messaging,
76  python-paramiko (>= 1.13),
77  python-paste,
78  python-pastedeploy (>= 1.5),
79  python-routes (>= 1.12.3), python-routes (<< 2.0) | python-routes (> 2.0),
80  python-six (>= 1.7.0),
81  python-sqlalchemy (>= 0.8.4), python-sqlalchemy (<< 0.9.5) | python-sqlalchemy (>> 0.9.5), python-sqlalchemy (<= 0.9.99),
82  python-stevedore (>= 0.14),
83  python-suds,
84  python-swiftclient (>= 2.0.2),
85  python-taskflow,
86  python-rtslib-fb (>= 2.1.39),
87  python-webob (>= 1.2.3),
88  ${misc:Depends},
89  ${python:Depends}
90 Suggests: python-ceph, python-hp3parclient
91 Description: Cinder Python libraries
92  OpenStack is a reliable cloud infrastructure. Its mission is to produce
93  the ubiquitous cloud computing platform that will meet the needs of public
94  and private cloud providers regardless of size, by being simple to implement
95  and massively scalable.
96  .
97  Cinder is the OpenStack Block storage service.
98  .
99  This package contains the Python library for Cinder.
100
101 Package: cinder-common
102 Architecture: all
103 Depends:
104  adduser,
105  python-cinder (= ${binary:Version}),
106  ${misc:Depends},
107  ${python:Depends}
108 Provides: ${python:Provides}
109 Description: Cinder storage service - common files
110  OpenStack is a reliable cloud infrastructure. Its mission is to produce
111  the ubiquitous cloud computing platform that will meet the needs of public
112  and private cloud providers regardless of size, by being simple to implement
113  and massively scalable.
114  .
115  Cinder is the OpenStack Block storage service.
116  .
117  This package contains commons components for Cinder.
118
119 Package: cinder-api
120 Architecture: all
121 Depends: cinder-common (= ${binary:Version}), ${misc:Depends}, ${python:Depends}
122 Description: Cinder storage service - API 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 API server.
131
132 Package: cinder-volume
133 Architecture: all
134 Depends:
135  cinder-common (= ${binary:Version}),
136  lvm2,
137  tgt,
138  ${misc:Depends},
139  ${python:Depends}
140 Breaks: cinder-common ( <= 2012.2~rc1~20120907.1154-0ubuntu1 )
141 Replaces: cinder-common ( <= 2012.2~rc1~20120907.1154-0ubuntu1 )
142 Description: Cinder storage service - Volume server
143  OpenStack is a reliable cloud infrastructure. Its mission is to produce
144  the ubiquitous cloud computing platform that will meet the needs of public
145  and private cloud providers regardless of size, by being simple to implement
146  and massively scalable.
147  .
148  Cinder is the OpenStack Block storage service.
149  .
150  This package contains the Cinder Volume server.
151
152 Package: cinder-scheduler
153 Architecture: all
154 Depends: cinder-common (= ${binary:Version}), ${misc:Depends}, ${python:Depends}
155 Description: Cinder storage service - Scheduler server
156  OpenStack is a reliable cloud infrastructure. Its mission is to produce
157  the ubiquitous cloud computing platform that will meet the needs of public
158  and private cloud providers regardless of size, by being simple to implement
159  and massively scalable.
160  .
161  Cinder is the OpenStack Block storage service.
162  .
163  This package contains the Cinder Scheduler server.
164
165 Package: cinder-backup
166 Architecture: all
167 Depends: cinder-common (= ${binary:Version}), ${misc:Depends}, ${python:Depends}
168 Description: Cinder storage service - Scheduler server
169  OpenStack is a reliable cloud infrastructure. Its mission is to produce
170  the ubiquitous cloud computing platform that will meet the needs of public
171  and private cloud providers regardless of size, by being simple to implement
172  and massively scalable.
173  .
174  Cinder is the OpenStack Block storage service.
175  .
176  This package contains the Cinder backup service.