summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorSoren Hansen <soren@ubuntu.com>2008-10-10 19:25:14 +0100
committerBazaar Package Importer <jamesw@ubuntu.com>2008-10-10 19:25:14 +0100
commitd61ffd7fb8434e76d2be555de834420232d2006e (patch)
tree30dbfd125417c96a30f31239440fc05ecbf45ee1 /debian/control
downloadvyos-cloud-init-d61ffd7fb8434e76d2be555de834420232d2006e.tar.gz
vyos-cloud-init-d61ffd7fb8434e76d2be555de834420232d2006e.zip
Initial release (LP: #269434).
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control13
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.