Source: icon-slicer Version: 0.3-8 Tags: patch User: [email protected] Usertags: rebootstrap Control: affects -1 + src:sugar-artwork
sugar-artwork fails to cross build from source, because it fails running icon-slicer as it uses the host architecture icon-slicer. It should be using the build architecture icon-slicer, because that way it can run the ELF executable. Doing so is feasible, because icon-slicer deals with architecture-independent file formats. Therefore it should be marked Multi-Arch: foreign rather than modifying sugar-artwork's Build-Depends. Please consider applying the attached patch. Helmut
diff --minimal -Nru icon-slicer-0.3/debian/changelog icon-slicer-0.3/debian/changelog --- icon-slicer-0.3/debian/changelog 2016-12-13 23:25:40.000000000 +0100 +++ icon-slicer-0.3/debian/changelog 2019-01-04 16:15:10.000000000 +0100 @@ -1,3 +1,10 @@ +icon-slicer (0.3-8.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Mark icon-slicer Multi-Arch: foreign. (Closes: #-1) + + -- Helmut Grohne <[email protected]> Fri, 04 Jan 2019 16:15:10 +0100 + icon-slicer (0.3-8) unstable; urgency=medium * Extract metadata from png file for copyright check. diff --minimal -Nru icon-slicer-0.3/debian/control icon-slicer-0.3/debian/control --- icon-slicer-0.3/debian/control 2016-12-13 23:23:39.000000000 +0100 +++ icon-slicer-0.3/debian/control 2019-01-04 16:15:08.000000000 +0100 @@ -21,6 +21,7 @@ Package: icon-slicer Architecture: any +Multi-Arch: foreign Depends: ${shlibs:Depends}, ${misc:Depends}, ${cdbs:Depends} Description: utility for generating icon themes and libXcursor cursor themes The inputs to icon-slicer are conceptually:

