Ubuntu Pastebin

Paste from powersj at Wed, 14 Jun 2017 17:06:13 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: cloud-init
Section: admin
Priority: optional
Maintainer: Scott Moser <smoser@ubuntu.com>
Build-Depends: debhelper (>= 9),
               dh-python,
               dh-systemd,
               python3,
               python3-httpretty,python3-mock,python3-nose,python3-unittest2,python3-coverage,python3-setuptools,
               python3-jinja2,python3-prettytable,python3-oauthlib,python3-configobj,python3-yaml,python3-requests,python3-jsonpatch,python3-jsonschema,python3-six
XS-Python-Version: all
Standards-Version: 3.9.6

Package: cloud-init
Architecture: all
Depends: procps,
         python3,
         ${misc:Depends},
         ${python3:Depends}
Recommends: eatmydata, sudo, software-properties-common, gdisk
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.
Download as text