Source: iannix Version: 0.9.20~dfsg0-3 Tags: patch User: debian-cr...@lists.debian.org Usertags: ftcbfs
iannix fails to cross build from source, because it fails running lrelease due to a missing build dependency on qt5-qmake:native. Please consider applying the attached patch to make iannix cross buildable. Helmut
diff --minimal -Nru iannix-0.9.20~dfsg0/debian/changelog iannix-0.9.20~dfsg0/debian/changelog --- iannix-0.9.20~dfsg0/debian/changelog 2020-12-09 10:28:45.000000000 +0100 +++ iannix-0.9.20~dfsg0/debian/changelog 2020-12-15 16:52:46.000000000 +0100 @@ -1,3 +1,11 @@ +iannix (0.9.20~dfsg0-3.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fix FTCBFS: Add missing Build-Depends: qt5-qmake:native for lrelease. + (Closes: #-1) + + -- Helmut Grohne <hel...@subdivi.de> Tue, 15 Dec 2020 16:52:46 +0100 + iannix (0.9.20~dfsg0-3) unstable; urgency=medium [ Ondřej Nový ] diff --minimal -Nru iannix-0.9.20~dfsg0/debian/control iannix-0.9.20~dfsg0/debian/control --- iannix-0.9.20~dfsg0/debian/control 2020-12-09 10:28:45.000000000 +0100 +++ iannix-0.9.20~dfsg0/debian/control 2020-12-15 16:52:44.000000000 +0100 @@ -7,6 +7,7 @@ Build-Depends: debhelper-compat (= 13), qt5-qmake, + qt5-qmake:native, qttools5-dev-tools, qtbase5-dev, libqt5opengl5-desktop-dev,