diff options
author | Jakub Ružička <jakub.ruzicka@nic.cz> | 2024-06-11 18:19:39 +0200 |
---|---|---|
committer | Jakub Ružička <jakub.ruzicka@nic.cz> | 2024-06-11 18:26:22 +0200 |
commit | d18b428056845fcd7b76879684ba96b8a7d00679 (patch) | |
tree | ea3015b0b7fb7baeb0264e20dcad089ddd0acbcb /distro | |
parent | distro/pkg/deb: run `wrap-and-sort -bast` for git friendlier formatting (diff) | |
download | knot-resolver-d18b428056845fcd7b76879684ba96b8a7d00679.tar.xz knot-resolver-d18b428056845fcd7b76879684ba96b8a7d00679.zip |
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
Diffstat (limited to 'distro')
-rw-r--r-- | distro/pkg/deb/control | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/distro/pkg/deb/control b/distro/pkg/deb/control index 173a3bc8..e376bd46 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 |