Source: qtx11extras-opensource-src Version: 5.9.2-1 Tags: patch User: helm...@debian.org Usertags: rebootstrap
qtx11extras-opensource-src fails to cross build from source, because it does not pass cross tools to qmake. Nowadays, debhelper should be able to do so and thus removing the override_dh_auto_configure makes the configure step (but not the build step) succeed. This seems like a general packaging improvement to me. Please consider applying the attached patch and close this bug when doing so. Helmut
diff --minimal -Nru qtx11extras-opensource-src-5.9.2/debian/changelog qtx11extras-opensource-src-5.9.2/debian/changelog --- qtx11extras-opensource-src-5.9.2/debian/changelog 2017-10-26 15:32:12.000000000 +0200 +++ qtx11extras-opensource-src-5.9.2/debian/changelog 2017-11-05 20:30:17.000000000 +0100 @@ -1,3 +1,10 @@ +qtx11extras-opensource-src (5.9.2-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:30:17 +0100 + qtx11extras-opensource-src (5.9.2-1) unstable; urgency=medium * New upstream release. diff --minimal -Nru qtx11extras-opensource-src-5.9.2/debian/rules qtx11extras-opensource-src-5.9.2/debian/rules --- qtx11extras-opensource-src-5.9.2/debian/rules 2017-10-26 15:32:12.000000000 +0200 +++ qtx11extras-opensource-src-5.9.2/debian/rules 2017-11-05 20:30:08.000000000 +0100 @@ -13,9 +13,6 @@ %: dh $@ --with pkgkde_symbolshelper -override_dh_auto_configure: - qmake - override_dh_auto_build-indep: dh_auto_build -Smakefile -- docs