Commit c5c0043d authored by Valters Jansons's avatar Valters Jansons Committed by Michael Tremer

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: default avatarValters Jansons <valter.jansons@gmail.com>
Signed-off-by: default avatarMichael Tremer <michael.tremer@ipfire.org>
parent 8c1b9630
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment