daf5e923663ef608e932d74be286df8239c82001
[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,
8  python-anyjson (>= 0.3.3),
9  python-coverage,
10  python-d2to1,
11  python-eventlet,
12  python-fixtures,
13  python-glanceclient,
14  python-greenlet,
15  python-hp3parclient (>= 1.0.0),
16  python-iso8601,
17  python-keystoneclient (>= 0.2.3),
18  python-kombu (>= 2.5.12),
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-pbr,
31  python-routes,
32  python-swiftclient,
33  python-setuptools,
34  python-setuptools-git,
35  python-sphinx,
36  python-sqlalchemy,
37  python-stevedore (>= 0.9),
38  python-suds,
39  python-testtools,
40  python-webob,
41  testrepository
42 Standards-Version: 3.9.4
43 Homepage: http://launchpad.net/cinder
44 Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-server-dev/cinder/havana/files
45 Vcs-Bzr: https://code.launchpad.net/~ubuntu-server-dev/cinder/havana
46 XS-Testsuite: autopkgtest
47
48 Package: python-cinder
49 Section: python
50 Architecture: all
51 Depends:
52  python-amqplib,
53  python-anyjson (>= 0.3.3),
54  python-eventlet,
55  python-glanceclient,
56  python-keystoneclient (>= 1:0.2.3),
57  python-oslo.config,
58  python-greenlet,
59  python-iso8601,
60  python-kombu (>= 2.5.12),
61  python-lockfile,
62  python-lxml,
63  python-migrate,
64  python-paramiko,
65  python-paste,
66  python-pastedeploy,
67  python-routes,
68  python-stevedore (>= 0.9),
69  python-swiftclient,
70  python-sqlalchemy,
71  python-suds,
72  python-webob,
73  ${misc:Depends},
74  ${python:Depends}
75 Suggests: python-hp3parclient
76 Description: Cinder Python libraries
77  OpenStack is a reliable cloud infrastructure. Its mission is to produce
78  the ubiquitous cloud computing platform that will meet the needs of public
79  and private cloud providers regardless of size, by being simple to implement
80  and massively scalable.
81  .
82  Cinder is the OpenStack Block storage service.
83  .
84  This package contains the Python library for Cinder.
85
86 Package: cinder-common
87 Architecture: all
88 Depends:
89  adduser,
90  python-cinder (= ${binary:Version}),
91  ${misc:Depends},
92  ${python:Depends}
93 Provides: ${python:Provides}
94 Description: Cinder storage service - common files
95  OpenStack is a reliable cloud infrastructure. Its mission is to produce
96  the ubiquitous cloud computing platform that will meet the needs of public
97  and private cloud providers regardless of size, by being simple to implement
98  and massively scalable.
99  .
100  Cinder is the OpenStack Block storage service.
101  .
102  This package contains commons components for Cinder.
103
104 Package: cinder-api
105 Architecture: all
106 Depends: cinder-common (= ${binary:Version}), ${misc:Depends}, ${python:Depends}
107 Description: Cinder storage service - API server
108  OpenStack is a reliable cloud infrastructure. Its mission is to produce
109  the ubiquitous cloud computing platform that will meet the needs of public
110  and private cloud providers regardless of size, by being simple to implement
111  and massively scalable.
112  .
113  Cinder is the OpenStack Block storage service.
114  .
115  This package contains the Cinder API server.
116
117 Package: cinder-volume
118 Architecture: all
119 Depends:
120  cinder-common (= ${binary:Version}),
121  lvm2,
122  tgt,
123  ${misc:Depends},
124  ${python:Depends}
125 Suggests: ceph-common
126 Breaks: cinder-common ( <= 2012.2~rc1~20120907.1154-0ubuntu1 )
127 Replaces: cinder-common ( <= 2012.2~rc1~20120907.1154-0ubuntu1 )
128 Description: Cinder storage service - Volume server
129  OpenStack is a reliable cloud infrastructure. Its mission is to produce
130  the ubiquitous cloud computing platform that will meet the needs of public
131  and private cloud providers regardless of size, by being simple to implement
132  and massively scalable.
133  .
134  Cinder is the OpenStack Block storage service.
135  .
136  This package contains the Cinder Volume server.
137
138 Package: cinder-scheduler
139 Architecture: all
140 Depends: cinder-common (= ${binary:Version}), ${misc:Depends}, ${python:Depends}
141 Description: Cinder storage service - Scheduler server
142  OpenStack is a reliable cloud infrastructure. Its mission is to produce
143  the ubiquitous cloud computing platform that will meet the needs of public
144  and private cloud providers regardless of size, by being simple to implement
145  and massively scalable.
146  .
147  Cinder is the OpenStack Block storage service.
148  .
149  This package contains the Cinder Scheduler server.
150
151 Package: cinder-backup
152 Architecture: all
153 Depends: cinder-common (= ${binary:Version}), ${misc:Depends}, ${python:Depends}
154 Description: Cinder storage service - Scheduler server
155  OpenStack is a reliable cloud infrastructure. Its mission is to produce
156  the ubiquitous cloud computing platform that will meet the needs of public
157  and private cloud providers regardless of size, by being simple to implement
158  and massively scalable.
159  .
160  Cinder is the OpenStack Block storage service.
161  .
162  This package contains the Cinder backup service.