diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/debian/control b/debian/control index a2812cae..b171f568 100644 --- a/debian/control +++ b/debian/control @@ -2,12 +2,14 @@ Source: ec2-init Section: admin Priority: extra Maintainer: Soren Hansen <soren@ubuntu.com> -Build-Depends: cdbs, debhelper (>= 5) +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: i386 amd64 -Depends: python, procps, python-configobj, python-cheetah, python-apt, update-motd -Description: Init scripts for EC2 instances, +Depends: python, procps, python-configobj, python-cheetah, update-motd, ${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. |