summaryrefslogtreecommitdiff
path: root/packages/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'packages/debian/control')
-rw-r--r--packages/debian/control33
1 files changed, 0 insertions, 33 deletions
diff --git a/packages/debian/control b/packages/debian/control
deleted file mode 100644
index 4e151e3e..00000000
--- a/packages/debian/control
+++ /dev/null
@@ -1,33 +0,0 @@
-## This is a cheetah template
-Source: cloud-init
-Section: admin
-Priority: extra
-Maintainer: Scott Moser <smoser@ubuntu.com>
-Build-Depends: cdbs,
- debhelper (>= 5.0.38),
- python (>= 2.6.6-3~),
- python-nose,
- pyflakes,
- pylint,
- python-setuptools,
- python-cheetah,
- python-mocker,
- python-setuptools
-XS-Python-Version: all
-Standards-Version: 3.9.3
-
-Package: cloud-init
-Architecture: all
-Depends: cloud-utils,
- procps,
- python,
-#for $r in $requires
- ${r},
-#end for
- python-software-properties,
- \${misc:Depends},
- \${python: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.