diff options
author | Scott Moser <smoser@ubuntu.com> | 2011-09-22 15:41:10 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2011-09-22 15:41:10 -0400 |
commit | 3402607ecccb384eded813e02b697f7eb1834ba1 (patch) | |
tree | 91dc07c6f82963b1d42755f219121eba833f02db | |
parent | 70bf826395cedd249508868dbe497c9e83894d43 (diff) | |
download | vyos-cloud-init-3402607ecccb384eded813e02b697f7eb1834ba1.tar.gz vyos-cloud-init-3402607ecccb384eded813e02b697f7eb1834ba1.zip |
wrap-and-sort
-rw-r--r-- | debian.trunk/control | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/debian.trunk/control b/debian.trunk/control index 8e279aea..6529e56a 100644 --- a/debian.trunk/control +++ b/debian.trunk/control @@ -8,7 +8,15 @@ Standards-Version: 3.9.1 Package: cloud-init Architecture: all -Depends: python, procps, python-configobj, python-cheetah, python-yaml, python-software-properties, cloud-utils, ${python:Depends}, ${misc:Depends} +Depends: cloud-utils, + procps, + python, + python-cheetah, + python-configobj, + 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 |