Vlastimil Holer 5d82b78ef3 Added arguments to packages/bddeb:
-d                pass through '-d' to debuild
  --no-cloud-utils  don't depend on cloud-utils package (default: False)

These are essential for building on Debian 6, because there are
no python-mocker (build dependency) and cloud-utils (install dependency)
in squeeze and squeeze-backports.
2013-02-20 17:13:38 +01:00

33 lines
939 B
Plaintext

## 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),
python (>= 2.6.6-3~),
python-nose,
pyflakes,
pylint,
python-setuptools,
python-cheetah,
python-mocker,
python-setuptools
XS-Python-Version: all
Standards-Version: 3.9.3
Package: cloud-init
Architecture: all
Depends: procps,
python,
#for $r in $requires
${r},
#end for
python-software-properties | software-properties-common,
\${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.