Ubuntu Pastebin

Paste from smoser at Wed, 14 Jun 2017 19:04:41 +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
## template:basic
Source: cloud-init
Section: admin
Priority: optional
Maintainer: Scott Moser <smoser@ubuntu.com>
Build-Depends: debhelper (>= 9),
               dh-python,
               dh-systemd,
               python3-configobj,python3-oauthlib,python3-prettytable,python3-six,python3-yaml,python3-jsonpatch,python3-jinja2,python3-jsonschema,python3-requests,procps,debhelper,dh-python,dh-systemd,python3-contextlib2,python3-nose,python3-setuptools,python3-coverage,python3-httpretty,python3-unittest2,python3-mock,python3
XS-Python-Version: all
Standards-Version: 3.9.6

Package: cloud-init
Architecture: all
Depends: ${misc:Depends},
         ${${python}: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