diff options
author | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-06-25 23:56:15 -0700 |
---|---|---|
committer | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-06-25 23:56:15 -0700 |
commit | 86d7dfa8dae0b53866462ce8e737309a40436402 (patch) | |
tree | 87dc3da284fe0c886ad5de53689c0d3996439d44 /packages/debian/control | |
parent | c9fa666745567d7e3c9d55a83dfedad40e13ea9a (diff) | |
download | vyos-cloud-init-86d7dfa8dae0b53866462ce8e737309a40436402.tar.gz vyos-cloud-init-86d7dfa8dae0b53866462ce8e737309a40436402.zip |
1. Change these to be templates where possible.
2. Rename to be a debian subdir, matching the redhat subdir.
Diffstat (limited to 'packages/debian/control')
-rw-r--r-- | packages/debian/control | 29 |
1 files changed, 29 insertions, 0 deletions
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 <smoser@ubuntu.com> +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. |