Package: sng Version: 1.1.0-3 Tags: patch User: [email protected] Usertags: ftcbfs Control: affects -1 + src:sdlbasic
sdlbasic fails to cross build from source, because it fails running sng with an Exec format error. Usually this indicates that the relevant package should be marked Multi-Arch: foreign. In this case, such a marking is reasonable, because sng exclusively deals with architecture-independent file formats (PNG and a textual representation thereof). Please consider applying the attached patch. Helmut
diff --minimal -Nru sng-1.1.0/debian/changelog sng-1.1.0/debian/changelog --- sng-1.1.0/debian/changelog 2020-02-02 10:56:23.000000000 +0100 +++ sng-1.1.0/debian/changelog 2020-06-07 09:53:01.000000000 +0200 @@ -1,3 +1,10 @@ +sng (1.1.0-3.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Mark sng Multi-Arch: foreign. (Closes: #-1) + + -- Helmut Grohne <[email protected]> Sun, 07 Jun 2020 09:53:01 +0200 + sng (1.1.0-3) unstable; urgency=medium * Depend on x11-common for rgb.txt color database. diff --minimal -Nru sng-1.1.0/debian/control sng-1.1.0/debian/control --- sng-1.1.0/debian/control 2020-02-02 10:53:15.000000000 +0100 +++ sng-1.1.0/debian/control 2020-06-07 09:52:59.000000000 +0200 @@ -13,6 +13,7 @@ Package: sng Architecture: any +Multi-Arch: foreign Depends: ${misc:Depends}, ${shlibs:Depends}, x11-common

