From 10da5bcb106b42ec6a81cca5af7ebe4d2ba30320 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 2 Jun 2019 09:02:42 +0200 Subject: [PATCH] debian: depends on lsb-base This is needed for SysV init script --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 55046c8a..69053103 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,7 @@ Homepage: http://vincentbernat.github.com/lldpd/ Package: lldpd Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, adduser +Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, lsb-base Suggests: snmpd Description: implementation of IEEE 802.1ab (LLDP) LLDP is an industry standard protocol designed to supplant -- 2.39.5