1f20f0fb89e77b638f0dab52762ac2e6cb110d0d
[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-amqplib (>= 0.6.1),
8  python-anyjson (>= 0.3.3),
9  python-babel,
10  python-coverage,
11  python-d2to1,
12  python-eventlet (>= 0.13.0),
13  python-fixtures (>= 0.3.14),
14  python-glanceclient (>= 1:0.9.0),
15  python-greenlet (>= 0.3.2),
16  python-hp3parclient (>= 2.0.0),
17  python-iso8601,
18  python-keystoneclient (>= 1:0.3.0),
19  python-kombu (>= 2.5.12),
20  python-lockfile,
21  python-lxml (>= 2.3),
22  python-migrate,
23  python-mock,
24  python-mox,
25  python-mysqldb,
26  python-netaddr,
27  python-novaclient (>= 1:2.15.0),
28  python-oslo.config (>= 1:1.1.0),
29  python-paramiko (>= 1.8),
30  python-paste,
31  python-pastedeploy,
32  python-pbr (>= 0.5.21),
33  python-routes,
34  python-setuptools,
35  python-six,
36  python-sphinx,
37  python-sqlalchemy (>= 0.8.2),
38  python-stevedore (>= 0.10),
39  python-suds,
40  python-swiftclient (>= 1:1.5),
41  python-testtools (>= 0.9.32),
42  python-webob (>= 1.2.3),
43  testrepository (>= 0.0.17)
44 Standards-Version: 3.9.4
45 Homepage: http://launchpad.net/cinder
46 Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-server-dev/cinder/havana/files
47 Vcs-Bzr: https://code.launchpad.net/~ubuntu-server-dev/cinder/havana
48 XS-Testsuite: autopkgtest
49
50 Package: python-cinder
51 Section: python
52 Architecture: all
53 Depends:
54  python-amqplib (>= 0.6.1),
55  python-anyjson (>= 0.3.3),
56  python-babel,
57  python-eventlet (>= 0.13.0),
58  python-glanceclient (>= 1:0.9.0),
59  python-greenlet (>= 0.3.2),
60  python-importlib,
61  python-iso8601,
62  python-keystoneclient (>= 1:0.3.0),
63  python-kombu (>= 2.5.12),
64  python-lockfile,
65  python-lxml (>= 2.3),
66  python-migrate,
67  python-mysqldb,
68  python-netaddr,
69  python-novaclient (>= 1:2.12.0),
70  python-oslo.config (>= 1:1.1.0),
71  python-paramiko (>= 1.8),
72  python-paste,
73  python-pastedeploy,
74  python-routes,
75  python-six,
76  python-sqlalchemy (>= 0.8.2),
77  python-stevedore (>= 0.10),
78  python-suds,
79  python-swiftclient (>= 1:1.5),
80  python-webob (>= 1.2.3),
81  ${misc:Depends},
82  ${python:Depends}
83 Suggests: python-ceph, python-hp3parclient
84 Description: Cinder Python libraries
85  OpenStack is a reliable cloud infrastructure. Its mission is to produce
86  the ubiquitous cloud computing platform that will meet the needs of public
87  and private cloud providers regardless of size, by being simple to implement
88  and massively scalable.
89  .
90  Cinder is the OpenStack Block storage service.
91  .
92  This package contains the Python library for Cinder.
93
94 Package: cinder-common
95 Architecture: all
96 Depends:
97  adduser,
98  python-cinder (= ${binary:Version}),
99  ${misc:Depends},
100  ${python:Depends}
101 Provides: ${python:Provides}
102 Description: Cinder storage service - common files
103  OpenStack is a reliable cloud infrastructure. Its mission is to produce
104  the ubiquitous cloud computing platform that will meet the needs of public
105  and private cloud providers regardless of size, by being simple to implement
106  and massively scalable.
107  .
108  Cinder is the OpenStack Block storage service.
109  .
110  This package contains commons components for Cinder.
111
112 Package: cinder-api
113 Architecture: all
114 Depends: cinder-common (= ${binary:Version}), ${misc:Depends}, ${python:Depends}
115 Description: Cinder storage service - API server
116  OpenStack is a reliable cloud infrastructure. Its mission is to produce
117  the ubiquitous cloud computing platform that will meet the needs of public
118  and private cloud providers regardless of size, by being simple to implement
119  and massively scalable.
120  .
121  Cinder is the OpenStack Block storage service.
122  .
123  This package contains the Cinder API server.
124
125 Package: cinder-volume
126 Architecture: all
127 Depends:
128  cinder-common (= ${binary:Version}),
129  lvm2,
130  tgt,
131  ${misc:Depends},
132  ${python:Depends}
133 Breaks: cinder-common ( <= 2012.2~rc1~20120907.1154-0ubuntu1 )
134 Replaces: cinder-common ( <= 2012.2~rc1~20120907.1154-0ubuntu1 )
135 Description: Cinder storage service - Volume 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 Volume server.
144
145 Package: cinder-scheduler
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 Scheduler server.
157
158 Package: cinder-backup
159 Architecture: all
160 Depends: cinder-common (= ${binary:Version}), ${misc:Depends}, ${python:Depends}
161 Description: Cinder storage service - Scheduler server
162  OpenStack is a reliable cloud infrastructure. Its mission is to produce
163  the ubiquitous cloud computing platform that will meet the needs of public
164  and private cloud providers regardless of size, by being simple to implement
165  and massively scalable.
166  .
167  Cinder is the OpenStack Block storage service.
168  .
169  This package contains the Cinder backup service.