diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-06-21 21:26:26 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-06-21 21:26:42 +0200 |
commit | 106e174df83b4c60f7eace5c36eb32bcc5368830 (patch) | |
tree | 525a959866fb0f58db30579d7f442b186378ae18 /debian | |
parent | 9102d8ef1a5913f29602ac6aadfb3979e48ae271 (diff) | |
download | vyos-1x-106e174df83b4c60f7eace5c36eb32bcc5368830.tar.gz vyos-1x-106e174df83b4c60f7eace5c36eb32bcc5368830.zip |
Debian: add missing dependencies on iproute2, sudo, sed and vyatta-bash
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/control b/debian/control index e6fddd260..b4ecb066c 100644 --- a/debian/control +++ b/debian/control @@ -56,6 +56,7 @@ Depends: ipaddrcheck, iperf, iperf3, + iproute2, iputils-arping, isc-dhcp-client, isc-dhcp-relay, @@ -116,6 +117,7 @@ Depends: qrencode, radvd, salt-minion, + sed, smartmontools, snmp, snmpd, @@ -123,6 +125,7 @@ Depends: squidclient, squidguard, ssl-cert, + sudo, systemd, tcpdump, tcptraceroute, @@ -133,6 +136,7 @@ Depends: udp-broadcast-relay, usb-modeswitch, usbutils, + vyatta-bash, vyatta-cfg, vyos-utils, wide-dhcpv6-client, |