forked from canonical/cloud-init
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontrol
More file actions
49 lines (48 loc) · 1.57 KB
/
Copy pathcontrol
File metadata and controls
49 lines (48 loc) · 1.57 KB
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
Source: cloud-init
Section: admin
Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Build-Depends: debhelper (>= 9.20160709),
dh-python,
iproute2,
pep8,
po-debconf,
pyflakes,
python3,
python3-configobj,
python3-httpretty,
python3-jinja2,
python3-jsonpatch,
python3-jsonschema,
python3-mock,
python3-nose,
python3-oauthlib,
python3-pep8,
python3-pyflakes | pyflakes (<< 1.1.0-2),
python3-requests,
python3-serial,
python3-setuptools,
python3-six,
python3-unittest2,
python3-yaml
XS-Python-Version: all
Vcs-Browser: https://git.launchpad.net/cloud-init/?h=ubuntu/devel
Vcs-Git: git://git.launchpad.net/cloud-init -b ubuntu/devel
Standards-Version: 3.9.8
Package: cloud-init
Architecture: all
Depends: cloud-guest-utils | cloud-utils,
isc-dhcp-client,
iproute2,
netplan.io | ifupdown,
procps,
python3,
python3-requests,
python3-serial,
${misc:Depends},
${python3:Depends}
Recommends: eatmydata, gdisk, software-properties-common
XB-Python-Version: ${python:Versions}
Description: Init scripts for cloud instances
Cloud instances need special scripts to run during initialisation
to retrieve and install ssh keys and to let the user run various scripts.