diff options
| author | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-06-25 12:28:59 -0700 |
|---|---|---|
| committer | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-06-25 12:28:59 -0700 |
| commit | 6d74afcd0e11de5cb56623d9121472e9212e8481 (patch) | |
| tree | 9256187f8e4a5b3e6e9212105c87a2de187f68a9 /packages/debian.trunk/control | |
| parent | ffe4cde6d3fd95131b4434ca2d88af469dacfd51 (diff) | |
| download | vyos-cloud-init-6d74afcd0e11de5cb56623d9121472e9212e8481.tar.gz vyos-cloud-init-6d74afcd0e11de5cb56623d9121472e9212e8481.zip | |
1. Moving around the packages dir.
2. Adjusting the bddep shell script
3. Starting to add a brpm
Diffstat (limited to 'packages/debian.trunk/control')
| -rw-r--r-- | packages/debian.trunk/control | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/packages/debian.trunk/control b/packages/debian.trunk/control new file mode 100644 index 00000000..f0dcef6a --- /dev/null +++ b/packages/debian.trunk/control @@ -0,0 +1,31 @@ +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, + python-boto (>=2.0), + python-cheetah, + python-configobj, + python-oauth, + python-software-properties, + python-yaml, + ${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. |
