diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2010-06-03 14:55:13 -0700 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2010-06-03 14:55:13 -0700 |
commit | 3661e4d67c0ea0a0ccc774ca38c031500335e0ee (patch) | |
tree | 8e56f04ac3bc3d8f3102e9513ce85bbf8a459228 | |
parent | 4153b008bac2d286a3c463edf44bf2e7ad062d39 (diff) | |
download | vyatta-cfg-system-3661e4d67c0ea0a0ccc774ca38c031500335e0ee.tar.gz vyatta-cfg-system-3661e4d67c0ea0a0ccc774ca38c031500335e0ee.zip |
fix for bug 5656
* add package dependency for apt https access.
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index c1d19a95..6c169390 100644 --- a/debian/control +++ b/debian/control @@ -47,6 +47,7 @@ Depends: acpid, vyatta-biosdevname, ipvsadm (>= 1:1.24-2.1), radvd (>= 1:1.1-3), + apt-transport-https, hostapd (>= 1:0.6.9-3) Pre-Depends: bash-completion Suggests: util-linux (>= 2.13-5), |