]> git.ipfire.org Git - people/ms/libloc.git/commitdiff
debian: Set 'Multi-Arch: foreign' hint for Python
authorValters Jansons <valter.jansons@gmail.com>
Fri, 16 Apr 2021 13:06:07 +0000 (16:06 +0300)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 19 Apr 2021 13:13:17 +0000 (13:13 +0000)
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 <valter.jansons@gmail.com>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
debian/control

index 964a4a46f83e9494dee93dea6ec2f4304cf7bf27..4b1407adb837b8b81c4647f9046e61185e89c544 100644 (file)
@@ -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