-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontrol
81 lines (77 loc) · 2.7 KB
/
control
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
Source: glance
Section: net
Priority: extra
Maintainer: Soren Hansen <[email protected]>
Build-Depends: debhelper (>= 7.0.50),
python-all (>= 2.6),
python-all-dev (>= 2.6.6-3~) | python-support,
Build-Depends-Indep:
python-setuptools,
python-sphinx,
python-sqlalchemy-ext | python-sqlalchemy (<< 0.6.3-2),
python-nose,
python-mox,
python-webob,
python-routes,
python-eventlet,
python-pastedeploy,
python-migrate,
python-argparse,
python-httplib2,
python-swift,
python-boto,
python-kombu,
curl,
pep8
Standards-Version: 3.9.2
XS-Python-Version: >= 2.6
Homepage: http://launchpad.net/glance
Vcs-Browser: http://bazaar.launchpad.net/~openstack-ubuntu-packagers/glance/ubuntu/files/
Vcs-Bzr: http://bazaar.launchpad.net/~openstack-ubuntu-packagers/glance/ubuntu/
XS-Debian-Vcs-Browser: http://bazaar.launchpad.net/~glance-core/debian/sid/glance/debian/files
XS-Debian-Vcs-Bzr: http://bazaar.launchpad.net/~glance-core/debian/sid/glance/debian
Package: python-glance
Architecture: all
Section: python
Depends: ${python:Depends}, ${misc:Depends},
python-webob,
python-routes,
python-eventlet,
python-sqlalchemy-ext | python-sqlalchemy (<< 0.6.3-2),
python-pastedeploy,
python-argparse,
python-httplib2,
python-migrate,
python-kombu,
python-xattr
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: OpenStack Image Registry and Delivery Service - Python library
The Glance project provides an image registration and discovery service
(Parallax) and an image delivery service (Teller). These services are used
in conjunction by Nova to deliver images from object stores, such as
OpenStack's Swift service, to Nova's compute nodes.
.
This package contains the Python libraries.
Package: glance
Architecture: all
Section: python
Depends: ${python:Depends}, ${misc:Depends}, python-glance (= ${source:Version}), adduser, python-argparse
Description: OpenStack Image Registry and Delivery Service - Daemons
The Glance project provides an image registration and discovery service
(Parallax) and an image delivery service (Teller). These services are used
in conjunction by Nova to deliver images from object stores, such as
OpenStack's Swift service, to Nova's compute nodes.
.
This package contains the daemons.
Package: python-glance-doc
Architecture: all
Section: doc
Depends: libjs-jquery, ${misc:Depends}
Description: OpenStack Image Registry and Delivery Service - Documentation
The Glance project provides an image registration and discovery service
(Parallax) and an image delivery service (Teller). These services are used
in conjunction by Nova to deliver images from object stores, such as
OpenStack's Swift service, to Nova's compute nodes.
.
This package contains the documentation.