Source: pngcrush Version: 1.8.13-0.1 Tags: patch User: [email protected] Usertags: rebootstrap Control: affects -1 + src:qtwebkit-opensource-src
qtwebkit-opensource-src fails to cross build from source, because it fails running pngcrush. pngcrush is installed for the host architecture, but likely needed for the build architecture. Since pngcrush operates on an architecture-independent file format (PNG), it can be marked Multi-Arch: foreign. That's the solution implemented in the attached patch. Please consider applying it. Helmut
diff --minimal -Nru pngcrush-1.8.13/debian/changelog pngcrush-1.8.13/debian/changelog --- pngcrush-1.8.13/debian/changelog 2019-02-22 09:07:23.000000000 +0100 +++ pngcrush-1.8.13/debian/changelog 2019-05-11 12:59:37.000000000 +0200 @@ -1,3 +1,10 @@ +pngcrush (1.8.13-0.2) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Mark pngcrush Multi-Arch: foreign. (Closes: #-1) + + -- Helmut Grohne <[email protected]> Sat, 11 May 2019 12:59:37 +0200 + pngcrush (1.8.13-0.1) unstable; urgency=medium * Non-maintainer upload. diff --minimal -Nru pngcrush-1.8.13/debian/control pngcrush-1.8.13/debian/control --- pngcrush-1.8.13/debian/control 2019-02-22 09:07:23.000000000 +0100 +++ pngcrush-1.8.13/debian/control 2019-05-11 12:59:21.000000000 +0200 @@ -11,6 +11,7 @@ Package: pngcrush Architecture: any +Multi-Arch: foreign Depends: ${shlibs:Depends}, ${misc:Depends} Description: optimizes PNG (Portable Network Graphics) files Pngcrush is an optimizer for PNG (Portable Network Graphics) files.

