summaryrefslogtreecommitdiff
path: root/debian.trunk/control
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2011-02-04 16:58:24 -0500
committerScott Moser <smoser@ubuntu.com>2011-02-04 16:58:24 -0500
commit7077e1481ee22d99126ceb011b8819bd1a23487c (patch)
tree9a62b5b5d8296becf02197023850d80a502cd665 /debian.trunk/control
parent38b21ce3c0972d0659c4a4a9fb22640ff1d3f439 (diff)
downloadvyos-cloud-init-7077e1481ee22d99126ceb011b8819bd1a23487c.tar.gz
vyos-cloud-init-7077e1481ee22d99126ceb011b8819bd1a23487c.zip
add a debian.trunk dir and tools/bddeb to easily build a deb from here
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.