summaryrefslogtreecommitdiff
path: root/debian.trunk/control
blob: 8e279aea27665baa26e98e0cf03f4aae55625f1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Source: cloud-init
Section: admin
Priority: extra
Maintainer: Scott Moser <smoser@ubuntu.com>
Build-Depends: cdbs, debhelper (>= 5.0.38), python, python-central (>= 0.5.6)
XS-Python-Version: all
Standards-Version: 3.9.1

Package: cloud-init
Architecture: all
Depends: python, procps, python-configobj, python-cheetah, python-yaml, python-software-properties, cloud-utils, ${python:Depends}, ${misc:Depends}
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.