summaryrefslogtreecommitdiff
path: root/packages/debian/control.in
diff options
context:
space:
mode:
authorVlastimil Holer <vlastimil.holer@gmail.com>2013-02-20 17:13:38 +0100
committerVlastimil Holer <vlastimil.holer@gmail.com>2013-02-20 17:13:38 +0100
commit48abaf6a72dca4485f0bc64af075febac6ef590d (patch)
tree5769b239d9d30c435e7f73dc8486dfbb4ec7c387 /packages/debian/control.in
parent174bc39e6b2c1cac3f73f67f25fad87cab16fa42 (diff)
downloadvyos-cloud-init-48abaf6a72dca4485f0bc64af075febac6ef590d.tar.gz
vyos-cloud-init-48abaf6a72dca4485f0bc64af075febac6ef590d.zip
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.
Diffstat (limited to 'packages/debian/control.in')
-rw-r--r--packages/debian/control.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/debian/control.in b/packages/debian/control.in
index edb5aff5..b9352f5b 100644
--- a/packages/debian/control.in
+++ b/packages/debian/control.in
@@ -18,8 +18,7 @@ Standards-Version: 3.9.3
Package: cloud-init
Architecture: all
-Depends: cloud-utils,
- procps,
+Depends: procps,
python,
#for $r in $requires
${r},