Source: qtscript-opensource-src Version: 5.9.2+dfsg-1 Tags: patch User: helm...@debian.org Usertags: rebootstrap
qtscript-opensource-src fails to cross build from source, because it does not pass cross tools to qmake. Nowadays, debhelper should handle that task and simply deferring it to dh_auto_configure makes the configure step (but not the build step) succeed. Please consider applying the attached patch and close this bug when doing so. Helmut
diff --minimal -Nru qtscript-opensource-src-5.9.2+dfsg/debian/changelog qtscript-opensource-src-5.9.2+dfsg/debian/changelog --- qtscript-opensource-src-5.9.2+dfsg/debian/changelog 2017-10-27 20:03:34.000000000 +0200 +++ qtscript-opensource-src-5.9.2+dfsg/debian/changelog 2017-11-05 20:41:22.000000000 +0100 @@ -1,3 +1,10 @@ +qtscript-opensource-src (5.9.2+dfsg-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Let dh_auto_configure pass cross tools to qmake. (Closes: #-1) + + -- Helmut Grohne <hel...@subdivi.de> Sun, 05 Nov 2017 20:41:22 +0100 + qtscript-opensource-src (5.9.2+dfsg-1) unstable; urgency=medium * New upstream release. diff --minimal -Nru qtscript-opensource-src-5.9.2+dfsg/debian/rules qtscript-opensource-src-5.9.2+dfsg/debian/rules --- qtscript-opensource-src-5.9.2+dfsg/debian/rules 2017-10-27 20:03:34.000000000 +0200 +++ qtscript-opensource-src-5.9.2+dfsg/debian/rules 2017-11-05 20:41:20.000000000 +0100 @@ -13,7 +13,7 @@ dh $@ --with pkgkde_symbolshelper override_dh_auto_configure: - qmake QT_BUILD_PARTS+=tests + dh_auto_configure -- QT_BUILD_PARTS+=tests override_dh_auto_build-indep: dh_auto_build -- docs