Source: shutdown-qapps Version: 1.7.3-1 Tags: patch User: helm...@debian.org Usertags: rebootstrap
shutdown-qapps fails to cross build from source, because it fails running lrelease. For using lrelease you must add qt5-qmake:native to Build-Depends. Please consider applying the attached patch. Helmut
diff --minimal -Nru shutdown-qapps-1.7.3/debian/changelog shutdown-qapps-1.7.3/debian/changelog --- shutdown-qapps-1.7.3/debian/changelog 2017-01-14 05:08:42.000000000 +0100 +++ shutdown-qapps-1.7.3/debian/changelog 2019-05-12 20:42:53.000000000 +0200 @@ -1,3 +1,11 @@ +shutdown-qapps (1.7.3-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fix FTCBFS: Missing Build-Depends: qt5-qmake:native for running lrelease. + (Closes: #-1) + + -- Helmut Grohne <hel...@subdivi.de> Sun, 12 May 2019 20:42:53 +0200 + shutdown-qapps (1.7.3-1) unstable; urgency=low * qshutdown - fixed bug for shutdown/reboot/suspend/hibernate settings caused by diff --minimal -Nru shutdown-qapps-1.7.3/debian/control shutdown-qapps-1.7.3/debian/control --- shutdown-qapps-1.7.3/debian/control 2017-01-14 05:08:42.000000000 +0100 +++ shutdown-qapps-1.7.3/debian/control 2019-05-12 20:42:52.000000000 +0200 @@ -2,7 +2,7 @@ Section: utils Priority: optional Maintainer: Christian Metscher <hakai...@web.de> -Build-Depends: debhelper (>= 9), qtbase5-dev, qttools5-dev-tools +Build-Depends: debhelper (>= 9), qtbase5-dev, qttools5-dev-tools, qt5-qmake:native Standards-Version: 3.9.8 Vcs-Git: https://github.com/hakaishi/shutdown-qapps.git Vcs-browser: https://github.com/hakaishi/shutdown-qapps