From af0bd762f4ab10b64f7a31e4370c58ea271b5c94 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 30 Dec 2021 00:22:28 +0000 Subject: [PATCH] debian/control: Add missing Pre-Depends As per lintian. Signed-off-by: Ian Jackson --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index 6bacb44..46c7e50 100644 --- a/debian/control +++ b/debian/control @@ -11,6 +11,7 @@ Standards-Version: 3.0.1 Package: secnet Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} +Pre-Depends: ${misc:Pre-Depends} Recommends: python3 Description: VPN software for distributed networks secnet allows multiple private networks, each 'hidden' behind a single -- 2.30.2