diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-08-24 13:52:47 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-08-24 13:52:47 -0700 |
commit | ef6dbf78677652a1534953f5b2ae6debbd20eb13 (patch) | |
tree | 0e99ebfe60d6d1b72e5cffec1c383bed042dcd14 /debian/control | |
parent | f1007f2305772764b316da9ae0cff399f3d997da (diff) | |
download | vyatta-cfg-system-ef6dbf78677652a1534953f5b2ae6debbd20eb13.tar.gz vyatta-cfg-system-ef6dbf78677652a1534953f5b2ae6debbd20eb13.zip |
Add dependency on libcap2-bin
Bug 6106
Installing this package needs setcap from libcap2-bin package.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 6c169390..36ca543f 100644 --- a/debian/control +++ b/debian/control @@ -48,7 +48,8 @@ Depends: acpid, ipvsadm (>= 1:1.24-2.1), radvd (>= 1:1.1-3), apt-transport-https, - hostapd (>= 1:0.6.9-3) + hostapd (>= 1:0.6.9-3), + libcap2-bin (>= 2.19) Pre-Depends: bash-completion Suggests: util-linux (>= 2.13-5), net-tools, |