Source: faustworks Version: 0.5~repack0-6 Tags: patch User: [email protected] Usertags: ftcbfs
faustworks fails to cross build from source, because it attempts to run lrelease on a .pro file without depending on qt5-qmake:native. Please consider applying the attached patch to add the missing dependency. Helmut
diff --minimal -Nru faustworks-0.5~repack0/debian/changelog faustworks-0.5~repack0/debian/changelog --- faustworks-0.5~repack0/debian/changelog 2018-10-30 10:10:17.000000000 +0100 +++ faustworks-0.5~repack0/debian/changelog 2022-04-26 20:53:23.000000000 +0200 @@ -1,3 +1,11 @@ +faustworks (0.5~repack0-6.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fix FTCBFS: Add missing qt5-qmake:native build-dependency for running + lrelease. (Closes: #-1) + + -- Helmut Grohne <[email protected]> Tue, 26 Apr 2022 20:53:23 +0200 + faustworks (0.5~repack0-6) unstable; urgency=medium * Team upload. diff --minimal -Nru faustworks-0.5~repack0/debian/control faustworks-0.5~repack0/debian/control --- faustworks-0.5~repack0/debian/control 2018-10-30 10:10:17.000000000 +0100 +++ faustworks-0.5~repack0/debian/control 2022-04-26 20:53:22.000000000 +0200 @@ -6,6 +6,7 @@ Jaromír Mikeš <[email protected]> Build-Depends: debhelper (>= 10~), + qt5-qmake:native, qtbase5-dev, qttools5-dev-tools, libqt5svg5-dev,

