1. Change these to be templates where possible.

2. Rename to be a debian subdir, matching the redhat subdir.
This commit is contained in:
Joshua Harlow 2012-06-25 23:56:15 -07:00
parent 07e6ade940
commit 41d79ff623
7 changed files with 4 additions and 6 deletions

View File

@ -1,4 +1,4 @@
cloud-init (VERSION~REVNO-1) UNRELEASED; urgency=low
cloud-init ({{version}}~{{revision}}-1) UNRELEASED; urgency=low
* build

View File

@ -17,12 +17,10 @@ Architecture: all
Depends: cloud-utils,
procps,
python,
python-boto (>=2.0),
python-cheetah,
python-configobj,
python-oauth,
{{for r in requires}}
{{r}},
{{endfor}}
python-software-properties,
python-yaml,
${misc:Depends},
${python:Depends}
XB-Python-Version: ${python:Versions}