summaryrefslogtreecommitdiff
path: root/packages/debian/control.in
blob: edb5aff56c39863f392b3f232dbc628227d36141 (plain)
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
## This is a cheetah template
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-setuptools,
               python-cheetah,
               python-mocker,
               python-setuptools
XS-Python-Version: all
Standards-Version: 3.9.3

Package: cloud-init
Architecture: all
Depends: cloud-utils,
         procps,
         python,
#for $r in $requires
         ${r},
#end for
         python-software-properties | software-properties-common,
         \${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.