<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
<pre
style="margin: 1.5em 0px; padding: 0px; border: 0px; outline: 0px; font-weight: 400; font-style: normal; font-size: 13px; font-family: monospace; vertical-align: baseline; overflow: auto; white-space: pre; color: rgb(0, 0, 0); font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;">Source: geocode-glib
Version: 3.26.4-1
Severity: minor
X-Debbugs-Cc: <a class="moz-txt-link-abbreviated" href="mailto:bugs@christianmahnke.de">bugs@christianmahnke.de</a>
Dear Maintainer,
I was trying to install some packages while having an additional arch active (`dpkg --add-architecture amd64`)
`apt-get` reports no installable candidate for `geocode-glib-common`, this is just a bunch of icons for arch `all`.
Since
```
sed -i -z -E 's/((Package: geocode-glib-common(.|\n|\r)*Architecture:) all)/\1\nMulti-Arch: foreign/g' debian/control
```
and rebuilding fixed the issue, I assume that `Multi-Arch: foreign` need to be added to `debian/control`.
Greetings!
-- System Information:
Debian Release: 13.0
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: arm64
Kernel: Linux 6.6.93-0-virt (SMP w/6 CPU threads; PREEMPT)
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: unable to detect
</pre>
</body>
</html>