]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
distro/pkg/deb: improve HTTP module deps
authorJakub Ružička <jakub.ruzicka@nic.cz>
Thu, 6 Jun 2024 14:50:26 +0000 (16:50 +0200)
committerJakub Ružička <jakub.ruzicka@nic.cz>
Tue, 11 Jun 2024 12:23:22 +0000 (14:23 +0200)
fixes lintian warning: not-binnmuable-all-depends-any

distro/pkg/deb/control

index 1caae64cb168093160810eaec2b72fd28b78bfd7..0b1b9d3ff94922e628cbc26b0b4b7611c447ba37 100644 (file)
@@ -56,7 +56,7 @@ Recommends:
  lua-psl,
  python3-prometheus-client,
 Suggests:
- knot-resolver-module-http,
+ knot-resolver6-module-http,
 Description: caching, DNSSEC-validating DNS resolver - core binaries
  Knot Resolver is a caching full resolver implementation
  written in C and LuaJIT, including both a resolver library and a
@@ -123,7 +123,7 @@ Description: dnstap module for Knot Resolver
 Package: knot-resolver6-module-http
 Architecture: all
 Depends:
- knot-resolver6 (= ${binary:Version}),
+ knot-resolver6 (>= ${source:Version}),
  libjs-bootstrap,
  libjs-d3,
  libjs-jquery,