]> git.ipfire.org Git - thirdparty/knot-dns.git/commitdiff
distro/deb/control: improve Multi-Arch hints
authorJakub Ružička <jakub.ruzicka@nic.cz>
Tue, 24 Aug 2021 15:20:02 +0000 (17:20 +0200)
committerDaniel Salzman <daniel.salzman@nic.cz>
Wed, 25 Aug 2021 15:23:33 +0000 (17:23 +0200)
Changes suggested by Multi-Arch hinter:

* libknot-dev conflicts on /usr/include/libknot/libknot.h on armel <-> amd64, arm64, armhf, and 5 more
* knot-module-dnstap could be marked Multi-Arch: same
* knot-module-geoip could be marked Multi-Arch: same

distro/pkg/deb/control

index 86229ccc8c9806541e7034b1ecaa1b4fd46dcfd3..c959b417fe4ec5d2e7f8cfbb01ed9d6f1dbe1e0f 100644 (file)
@@ -116,7 +116,6 @@ Description: DNSSEC shared library from Knot DNS
 
 Package: libknot-dev
 Architecture: any
-Multi-Arch: same
 Depends:
  libdnssec8 (= ${binary:Version}),
  libgnutls28-dev,
@@ -183,6 +182,7 @@ Description: Version of 'host' bundled with Knot DNS
 
 Package: knot-module-dnstap
 Architecture: any
+Multi-Arch: same
 Depends:
  knot (= ${binary:Version}),
  ${misc:Depends},
@@ -199,6 +199,7 @@ Description: dnstap module for Knot DNS
 
 Package: knot-module-geoip
 Architecture: any
+Multi-Arch: same
 Depends:
  knot (= ${binary:Version}),
  ${misc:Depends},