Source: eqonomize
Version: 1.4.3-1
Tags: patch
User: [email protected]
Usertags: ftcbfs

eqonomize fails to cross build from source, because it attempts running
lrelease on a .pro file without the required build dependency on
qt5-qmake:native. Please consider applying the attached patch.

Helmut
diff --minimal -Nru eqonomize-1.5.0/debian/changelog 
eqonomize-1.5.0/debian/changelog
--- eqonomize-1.5.0/debian/changelog    2020-08-25 01:58:31.000000000 +0200
+++ eqonomize-1.5.0/debian/changelog    2020-08-25 20:37:03.000000000 +0200
@@ -1,3 +1,10 @@
+eqonomize (1.5.0-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Build-Depends: qt5-qmake:native for lrelease. (Closes: #-1)
+
+ -- Helmut Grohne <[email protected]>  Tue, 25 Aug 2020 20:37:03 +0200
+
 eqonomize (1.5.0-1) unstable; urgency=medium
 
   * New upstream release.
diff --minimal -Nru eqonomize-1.5.0/debian/control 
eqonomize-1.5.0/debian/control
--- eqonomize-1.5.0/debian/control      2020-08-18 01:11:35.000000000 +0200
+++ eqonomize-1.5.0/debian/control      2020-08-25 20:37:02.000000000 +0200
@@ -7,6 +7,7 @@
                libqt5charts5-dev,
                pkg-kde-tools,
                qt5-qmake,
+               qt5-qmake:native,
                qtbase5-dev,
                qtbase5-dev-tools,
                qttools5-dev-tools

Reply via email to