From: Jakub Ružička Date: Tue, 24 Aug 2021 15:20:02 +0000 (+0200) Subject: distro/deb/control: improve Multi-Arch hints X-Git-Tag: v3.1.2~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=257b546117f7c720d616ef91e35d05d31c09321b;p=thirdparty%2Fknot-dns.git distro/deb/control: improve Multi-Arch hints 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 --- diff --git a/distro/pkg/deb/control b/distro/pkg/deb/control index 86229ccc8c..c959b417fe 100644 --- a/distro/pkg/deb/control +++ b/distro/pkg/deb/control @@ -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},