summaryrefslogtreecommitdiff
path: root/debian.trunk/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian.trunk/control')
-rw-r--r--debian.trunk/control15
1 files changed, 15 insertions, 0 deletions
diff --git a/debian.trunk/control b/debian.trunk/control
new file mode 100644
index 00000000..8e279aea
--- /dev/null
+++ b/debian.trunk/control
@@ -0,0 +1,15 @@
+Source: cloud-init
+Section: admin
+Priority: extra
+Maintainer: Scott Moser <smoser@ubuntu.com>
+Build-Depends: cdbs, debhelper (>= 5.0.38), python, python-central (>= 0.5.6)
+XS-Python-Version: all
+Standards-Version: 3.9.1
+
+Package: cloud-init
+Architecture: all
+Depends: python, procps, python-configobj, python-cheetah, python-yaml, python-software-properties, cloud-utils, ${python:Depends}, ${misc: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.