Added python-importlib dependency according to OSCI-834
[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-netaddr,
68  python-novaclient (>= 1:2.12.0),
69  python-oslo.config (>= 1:1.1.0),
70  python-paramiko (>= 1.8),
71  python-paste,
72  python-pastedeploy,
73  python-routes,
74  python-six,
75  python-sqlalchemy (>= 0.8.2),
76  python-stevedore (>= 0.10),
77  python-suds,
78  python-swiftclient (>= 1:1.5),
79  python-webob (>= 1.2.3),
80  ${misc:Depends},
81  ${python:Depends}
82 Suggests: python-ceph, python-hp3parclient
83 Description: Cinder Python libraries
84  OpenStack is a reliable cloud infrastructure. Its mission is to produce
85  the ubiquitous cloud computing platform that will meet the needs of public
86  and private cloud providers regardless of size, by being simple to implement
87  and massively scalable.
88  .
89  Cinder is the OpenStack Block storage service.
90  .
91  This package contains the Python library for Cinder.
92
93 Package: cinder-common
94 Architecture: all
95 Depends:
96  adduser,
97  python-cinder (= ${binary:Version}),
98  ${misc:Depends},
99  ${python:Depends}
100 Provides: ${python:Provides}
101 Description: Cinder storage service - common files
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 commons components for Cinder.
110
111 Package: cinder-api
112 Architecture: all
113 Depends: cinder-common (= ${binary:Version}), ${misc:Depends}, ${python:Depends}
114 Description: Cinder storage service - API server
115  OpenStack is a reliable cloud infrastructure. Its mission is to produce
116  the ubiquitous cloud computing platform that will meet the needs of public
117  and private cloud providers regardless of size, by being simple to implement
118  and massively scalable.
119  .
120  Cinder is the OpenStack Block storage service.
121  .
122  This package contains the Cinder API server.
123
124 Package: cinder-volume
125 Architecture: all
126 Depends:
127  cinder-common (= ${binary:Version}),
128  lvm2,
129  tgt,
130  ${misc:Depends},
131  ${python:Depends}
132 Breaks: cinder-common ( <= 2012.2~rc1~20120907.1154-0ubuntu1 )
133 Replaces: cinder-common ( <= 2012.2~rc1~20120907.1154-0ubuntu1 )
134 Description: Cinder storage service - Volume server
135  OpenStack is a reliable cloud infrastructure. Its mission is to produce
136  the ubiquitous cloud computing platform that will meet the needs of public
137  and private cloud providers regardless of size, by being simple to implement
138  and massively scalable.
139  .
140  Cinder is the OpenStack Block storage service.
141  .
142  This package contains the Cinder Volume server.
143
144 Package: cinder-scheduler
145 Architecture: all
146 Depends: cinder-common (= ${binary:Version}), ${misc:Depends}, ${python:Depends}
147 Description: Cinder storage service - Scheduler server
148  OpenStack is a reliable cloud infrastructure. Its mission is to produce
149  the ubiquitous cloud computing platform that will meet the needs of public
150  and private cloud providers regardless of size, by being simple to implement
151  and massively scalable.
152  .
153  Cinder is the OpenStack Block storage service.
154  .
155  This package contains the Cinder Scheduler server.
156
157 Package: cinder-backup
158 Architecture: all
159 Depends: cinder-common (= ${binary:Version}), ${misc:Depends}, ${python:Depends}
160 Description: Cinder storage service - Scheduler server
161  OpenStack is a reliable cloud infrastructure. Its mission is to produce
162  the ubiquitous cloud computing platform that will meet the needs of public
163  and private cloud providers regardless of size, by being simple to implement
164  and massively scalable.
165  .
166  Cinder is the OpenStack Block storage service.
167  .
168  This package contains the Cinder backup service.