Source: acetoneiso Version: 2.4-6 Tags: patch User: [email protected] Usertags: ftcbfs
acetoneiso fails to cross build from source, because running lrelease fails unless qt5-qmake:native is installed. For native builds, this happens to be implied. The dependency needs to be explicit however. I'm attaching a patch for your convenience. Helmut
diff -Nru acetoneiso-2.4/debian/changelog acetoneiso-2.4/debian/changelog --- acetoneiso-2.4/debian/changelog 2025-01-23 22:29:15.000000000 +0100 +++ acetoneiso-2.4/debian/changelog 2025-08-29 10:12:40.000000000 +0200 @@ -1,3 +1,10 @@ +acetoneiso (2.4-6.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fix FTCBFS: Depend on qt5-qmake:native for running lrelease. (Closes: #-1) + + -- Helmut Grohne <[email protected]> Fri, 29 Aug 2025 10:12:40 +0200 + acetoneiso (2.4-6) unstable; urgency=medium [ Bastian Germann ] diff -Nru acetoneiso-2.4/debian/control acetoneiso-2.4/debian/control --- acetoneiso-2.4/debian/control 2025-01-23 22:29:15.000000000 +0100 +++ acetoneiso-2.4/debian/control 2025-08-29 10:12:39.000000000 +0200 @@ -4,6 +4,7 @@ Maintainer: Sven Geuer <[email protected]> Build-Depends: debhelper-compat (= 13), libphonon4qt5-dev, + qt5-qmake:native, qtdeclarative5-dev, qttools5-dev-tools, Standards-Version: 4.7.0

