From: Valters Jansons Date: Fri, 16 Apr 2021 13:06:07 +0000 (+0300) Subject: debian: Set 'Multi-Arch: foreign' hint for Python X-Git-Tag: 0.9.7~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5c0043d56527bba37b579e6d67bddc040a53a2e;p=location%2Flibloc.git debian: Set 'Multi-Arch: foreign' hint for Python Due to the invocation of py3compile (via dh-python) in location-importer and location-python packages, those packages have different bytecode for varying architectures, and as a result are not 'Multi-Arch: same'. Resolves: lintian: multi-arch-same-package-calls-pycompile Signed-off-by: Valters Jansons Signed-off-by: Michael Tremer --- diff --git a/debian/control b/debian/control index 964a4a4..4b1407a 100644 --- a/debian/control +++ b/debian/control @@ -69,7 +69,7 @@ Depends: location-python (= ${binary:Version}), ${misc:Depends}, ${python3:Depends} -Multi-Arch: same +Multi-Arch: foreign Description: Tools to author location databases This package contains tools that are required to build location databases @@ -82,6 +82,6 @@ Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends} -Multi-Arch: same +Multi-Arch: foreign Description: Python modules for libloc This package contains Python bindings for libloc