From 86d7dfa8dae0b53866462ce8e737309a40436402 Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Mon, 25 Jun 2012 23:56:15 -0700 Subject: 1. Change these to be templates where possible. 2. Rename to be a debian subdir, matching the redhat subdir. --- packages/debian/control | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 packages/debian/control (limited to 'packages/debian/control') diff --git a/packages/debian/control b/packages/debian/control new file mode 100644 index 00000000..e00901af --- /dev/null +++ b/packages/debian/control @@ -0,0 +1,29 @@ +Source: cloud-init +Section: admin +Priority: extra +Maintainer: Scott Moser +Build-Depends: cdbs, + debhelper (>= 5.0.38), + python (>= 2.6.6-3~), + python-nose, + pyflakes, + pylint, + python-mocker, +XS-Python-Version: all +Standards-Version: 3.9.3 + +Package: cloud-init +Architecture: all +Depends: cloud-utils, + procps, + python, +{{for r in requires}} + {{r}}, +{{endfor}} + 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. -- cgit v1.2.3