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