From b4cdd635b54d7230cad47df7a70ed8035f795f42 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Fri, 3 Jul 2020 12:46:45 +0200 Subject: [PATCH] Make lsb-base a hard dependency MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Directly depend on lsb-base in Debian, so we the shims are only used on systems without LSB. Signed-off-by: Ondřej Surý --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index 2a5ab4bb1b..dfeb83b615 100644 --- a/debian/control +++ b/debian/control @@ -24,6 +24,7 @@ Build-Depends: libssh-dev , libsystemd-dev , libyang-dev (>= 0.16.74), + lsb-base, pkg-config, python3:native, python3-dev:native, -- 2.39.5