From: Ondřej Surý Date: Fri, 3 Jul 2020 10:46:49 +0000 (+0200) Subject: Add missing lsof dependency X-Git-Tag: base_7.6~507 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=e5368acf8942bb484b5892706e2a1b506b9469b1;p=matthieu%2Ffrr.git Add missing lsof dependency The logrotate script for frr uses lsof, but the package didn't depend on the it. Signed-off-by: Ondřej Surý --- diff --git a/debian/control b/debian/control index 29c432fb15..b7f51cc9fc 100644 --- a/debian/control +++ b/debian/control @@ -43,7 +43,8 @@ Depends: ${misc:Depends}, ${shlibs:Depends}, iproute2 | iproute, - logrotate (>= 3.2-11) + logrotate (>= 3.2-11), + lsof Pre-Depends: adduser Recommends: frr-pythontools Suggests: frr-doc