Source: antiword Version: 0.37-15 Tags: patch User: [email protected] Usertags: ftcbfs Control: affects -1 + src:emboss
emboss fails to cross build from source, because it fails running antiword with an "Exec format error". Usually, that means that the relevant package should be marked Multi-Arch: foreign. In this case, such a marking is correct, because antiword is a conversion utility between architecture-independent file formats. Please consider applying the attached patch. Helmut
diff --minimal -Nru antiword-0.37/debian/changelog antiword-0.37/debian/changelog --- antiword-0.37/debian/changelog 2019-07-31 23:03:14.000000000 +0200 +++ antiword-0.37/debian/changelog 2020-02-27 16:54:55.000000000 +0100 @@ -1,3 +1,10 @@ +antiword (0.37-15.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Mark antiword Multi-Arch: foreign. (Closes: #-1) + + -- Helmut Grohne <[email protected]> Thu, 27 Feb 2020 16:54:55 +0100 + antiword (0.37-15) unstable; urgency=medium * Upgrade to debhelper compat 12 and use debhelper-compat B-D to specify diff --minimal -Nru antiword-0.37/debian/control antiword-0.37/debian/control --- antiword-0.37/debian/control 2019-07-31 23:03:09.000000000 +0200 +++ antiword-0.37/debian/control 2020-02-27 16:54:50.000000000 +0100 @@ -9,6 +9,7 @@ Package: antiword Architecture: any +Multi-Arch: foreign Depends: ${shlibs:Depends}, ${misc:Depends} Description: Converts MS Word files to text, PS, PDF and XML Antiword is a free MS Word reader.

