Source: qtserialport-opensource-src Version: 5.9.2-1 Tags: patch User: helm...@debian.org Usertags: rebootstrap
qtserialport-opensource-src fails to cross build from source, because it does not pass cross tools to qmake. Deferring that task to dh_auto_configure makes the configure step succeed. The build step still fails, but the pending debhelper changes hopefully fix that. Please consider applying the attached patch. Helmut
diff --minimal -Nru qtserialport-opensource-src-5.9.2/debian/changelog qtserialport-opensource-src-5.9.2/debian/changelog --- qtserialport-opensource-src-5.9.2/debian/changelog 2017-10-27 20:24:56.000000000 +0200 +++ qtserialport-opensource-src-5.9.2/debian/changelog 2017-11-15 20:04:39.000000000 +0100 @@ -1,3 +1,10 @@ +qtserialport-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> Wed, 15 Nov 2017 20:04:39 +0100 + qtserialport-opensource-src (5.9.2-1) unstable; urgency=medium * New upstream release. diff --minimal -Nru qtserialport-opensource-src-5.9.2/debian/rules qtserialport-opensource-src-5.9.2/debian/rules --- qtserialport-opensource-src-5.9.2/debian/rules 2017-10-27 20:24:56.000000000 +0200 +++ qtserialport-opensource-src-5.9.2/debian/rules 2017-11-15 20:04:35.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