diff options
author | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-07-09 16:41:45 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2012-07-09 16:41:45 -0400 |
commit | 75af023c864d1b6c4e48788b1b4cf7aad5eb2204 (patch) | |
tree | 2f79d479ee27ecb26faa94b91ea47e10b63c6612 /packages/debian | |
parent | 50b9e8b7be096e331eb070c5c48d833b1756463c (diff) | |
download | vyos-cloud-init-75af023c864d1b6c4e48788b1b4cf7aad5eb2204.tar.gz vyos-cloud-init-75af023c864d1b6c4e48788b1b4cf7aad5eb2204.zip |
Revert back to using cheetah + adjust resultant code + templates
At this point there is a mixture of "double hash" cheetah comments and '#*'
cheetah comments.
Diffstat (limited to 'packages/debian')
-rw-r--r-- | packages/debian/changelog | 3 | ||||
-rw-r--r-- | packages/debian/control | 17 |
2 files changed, 12 insertions, 8 deletions
diff --git a/packages/debian/changelog b/packages/debian/changelog index ac5bcf98..eda08c57 100644 --- a/packages/debian/changelog +++ b/packages/debian/changelog @@ -1,4 +1,5 @@ -cloud-init ({{version}}~{{revision}}-1) UNRELEASED; urgency=low +## This is a cheetah template +cloud-init (${version}~${revision}-1) UNRELEASED; urgency=low * build diff --git a/packages/debian/control b/packages/debian/control index 926228d5..4e151e3e 100644 --- a/packages/debian/control +++ b/packages/debian/control @@ -1,13 +1,16 @@ +## 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), + 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 @@ -18,13 +21,13 @@ Architecture: all Depends: cloud-utils, procps, python, -{{for r in requires}} - {{r}}, -{{endfor}} +#for $r in $requires + ${r}, +#end for python-software-properties, - ${misc:Depends}, - ${python:Depends} -XB-Python-Version: ${python:Versions} + \${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. |