Source: sigviewer Version: 0.6.2-2 Tags: patch User: helm...@debian.org Usertags: rebootstrap
sigviewer fails to cross build from source, because it neither uses the cross qmake nor passes cross flags to qmake. The easiest way of doing so - using dh_auto_configure - makes sigviewer cross buildable. Please consider applying the attached patch. Helmut
diff --minimal -Nru sigviewer-0.6.2/debian/changelog sigviewer-0.6.2/debian/changelog --- sigviewer-0.6.2/debian/changelog 2019-01-21 11:08:46.000000000 +0100 +++ sigviewer-0.6.2/debian/changelog 2019-02-18 07:13:08.000000000 +0100 @@ -1,3 +1,10 @@ +sigviewer (0.6.2-2.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fix FTCBFS: Let dh_auto_configure pass cross flags to qmake. (Closes: #-1) + + -- Helmut Grohne <hel...@subdivi.de> Mon, 18 Feb 2019 07:13:08 +0100 + sigviewer (0.6.2-2) unstable; urgency=medium * Team upload. diff --minimal -Nru sigviewer-0.6.2/debian/rules sigviewer-0.6.2/debian/rules --- sigviewer-0.6.2/debian/rules 2019-01-21 11:08:46.000000000 +0100 +++ sigviewer-0.6.2/debian/rules 2019-02-18 07:13:07.000000000 +0100 @@ -9,4 +9,4 @@ dh $@ override_dh_auto_configure: - qmake QMAKE_STRIP=: PREFIX=/usr + dh_auto_configure -- QMAKE_STRIP=: PREFIX=/usr