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