summaryrefslogtreecommitdiff
path: root/debian/control
blob: 97aaa113a21cf8667b05a1f12f5015935863a360 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Source: ec2-init
Section: admin
Priority: extra
Maintainer: Soren Hansen <soren@ubuntu.com>
Build-Depends: cdbs, debhelper (>= 5), debhelper (>= 5.0.38), python-all-dev (>= 2.3.5-11), python-central (>= 0.5.6)
XS-Python-Version: all
Standards-Version: 3.8.0

Package: ec2-init
Architecture: all
Depends: python, procps, python-configobj, python-cheetah, update-motd, python-boto, ${python:Depends}
XB-Python-Version: ${python:Versions}
Description: Init scripts for EC2 instances
 EC2 instances need special scripts to run during initialisation
 to retrieve and install ssh keys and to let the user run various scripts.