diff options
author | Soren Hansen <soren@ubuntu.com> | 2008-10-10 19:25:14 +0100 |
---|---|---|
committer | Bazaar Package Importer <jamesw@ubuntu.com> | 2008-10-10 19:25:14 +0100 |
commit | d61ffd7fb8434e76d2be555de834420232d2006e (patch) | |
tree | 30dbfd125417c96a30f31239440fc05ecbf45ee1 /debian/control | |
download | vyos-cloud-init-d61ffd7fb8434e76d2be555de834420232d2006e.tar.gz vyos-cloud-init-d61ffd7fb8434e76d2be555de834420232d2006e.zip |
Initial release (LP: #269434).
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 00000000..c579e89e --- /dev/null +++ b/debian/control @@ -0,0 +1,13 @@ +Source: ec2-init +Section: admin +Priority: extra +Maintainer: Soren Hansen <soren@ubuntu.com> +Build-Depends: cdbs, debhelper (>= 5) +Standards-Version: 3.8.0 + +Package: ec2-init +Architecture: all +Depends: python, procps +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. |