32 lines
884 B
Plaintext
32 lines
884 B
Plaintext
Source: cloud-init
|
|
Section: admin
|
|
Priority: extra
|
|
Maintainer: Scott Moser <smoser@ubuntu.com>
|
|
Build-Depends: cdbs,
|
|
debhelper (>= 5.0.38),
|
|
python (>= 2.6.6-3~),
|
|
python-nose,
|
|
pyflakes,
|
|
pylint,
|
|
python-mocker,
|
|
XS-Python-Version: all
|
|
Standards-Version: 3.9.3
|
|
|
|
Package: cloud-init
|
|
Architecture: all
|
|
Depends: cloud-utils,
|
|
procps,
|
|
python,
|
|
python-boto (>=2.0),
|
|
python-cheetah,
|
|
python-configobj,
|
|
python-oauth,
|
|
python-software-properties,
|
|
python-yaml,
|
|
${misc:Depends},
|
|
${python: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.
|