From d18b428056845fcd7b76879684ba96b8a7d00679 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jakub=20Ru=C5=BEi=C4=8Dka?= Date: Tue, 11 Jun 2024 18:19:39 +0200 Subject: [PATCH] distro/pkg/deb: remove undefined shlib:Depends This addresses dpkg-gencontrol warnings: dpkg-gencontrol: warning: Depends field of package knot-resolver6-module-http: substitution variable ${shlibs:Depends} used, but is not defined dpkg-gencontrol: warning: Depends field of package knot-resolver6-dev: substitution variable ${shlibs:Depends} used, but is not defined --- distro/pkg/deb/control | 2 -- 1 file changed, 2 deletions(-) diff --git a/distro/pkg/deb/control b/distro/pkg/deb/control index 173a3bc81..e376bd46a 100644 --- a/distro/pkg/deb/control +++ b/distro/pkg/deb/control @@ -84,7 +84,6 @@ Architecture: any Depends: knot-resolver6 (= ${binary:Version}), ${misc:Depends}, - ${shlibs:Depends}, Section: libdevel Description: Knot Resolver development files This package provides the development headers for Knot Resolver. @@ -121,7 +120,6 @@ Depends: lua-mmdb, systemd, ${misc:Depends}, - ${shlibs:Depends}, Description: HTTP module for Knot Resolver The Knot Resolver is a caching full resolver implementation written in C and LuaJIT, including both a resolver library and a -- 2.47.2