Package: html2text Version: 1.3.2a-28 Tags: patch User: [email protected] Usertags: ftcbfs Control: affects -1 + src:flamerobin
flamerobin fails to cross build from source, because it fails running html2text with an Exec format error. Since it depends on plain html2text and html2text is implicitly Multi-Arch: no, it got the host architecture instance, which cannot be run. Usually, that measn that html2text should be marked Multi-Arch: foreign instead - if doing so is actually correct. Since html2text only deals with textual formats (input and output), it seems like a good bet that it actually behaves the same on all architectures, which would justify Multi-Arch: foreign. Please consider applying the attached patch. Helmut
diff --minimal -Nru html2text-1.3.2a/debian/changelog html2text-1.3.2a/debian/changelog --- html2text-1.3.2a/debian/changelog 2020-06-23 22:20:10.000000000 +0200 +++ html2text-1.3.2a/debian/changelog 2021-01-20 13:26:11.000000000 +0100 @@ -1,3 +1,10 @@ +html2text (1.3.2a-28.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Mark html2text Multi-Arch: foreign. (Closes: #-1) + + -- Helmut Grohne <[email protected]> Wed, 20 Jan 2021 13:26:11 +0100 + html2text (1.3.2a-28) unstable; urgency=medium * New manteiner. (Closes: #951882) diff --minimal -Nru html2text-1.3.2a/debian/control html2text-1.3.2a/debian/control --- html2text-1.3.2a/debian/control 2020-06-23 22:20:04.000000000 +0200 +++ html2text-1.3.2a/debian/control 2021-01-20 13:26:09.000000000 +0100 @@ -11,6 +11,7 @@ Package: html2text Architecture: any +Multi-Arch: foreign Depends: ${misc:Depends}, ${shlibs:Depends} Suggests: curl | wget Description: advanced HTML to text converter

