diff options
author | Vlastimil Holer <vlastimil.holer@gmail.com> | 2014-01-17 16:40:13 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2014-01-17 16:40:13 -0500 |
commit | 006f3e7317b7dd985e73e221b7785ab30ceab131 (patch) | |
tree | 345e834e60d28800818e43441ae4c31690784729 /packages/debian | |
parent | 9a0d6158fbe311bcabc9d80590bfb91e7ccb3f17 (diff) | |
parent | 39670e0880bcc06d283165f8b95f612e2a2f3a64 (diff) | |
download | vyos-cloud-init-006f3e7317b7dd985e73e221b7785ab30ceab131.tar.gz vyos-cloud-init-006f3e7317b7dd985e73e221b7785ab30ceab131.zip |
Add 'Requires' or 'Recommends' on sudo in packaging files.
Diffstat (limited to 'packages/debian')
-rw-r--r-- | packages/debian/control.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/debian/control.in b/packages/debian/control.in index fd9f3ffd..7e42b94b 100644 --- a/packages/debian/control.in +++ b/packages/debian/control.in @@ -25,6 +25,7 @@ Depends: procps, #end for python-software-properties | software-properties-common, \${misc:Depends}, +Recommends: sudo XB-Python-Version: \${python:Versions} Description: Init scripts for cloud instances Cloud instances need special scripts to run during initialisation |