Source: fmit
Version: 1.2.6-0.2
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: ftcbfs

fmit fails to cross build from source, because it misses a build
dependency on qt5-qmake:native, which is required for running lrelease
on a .pro file. Please consider applying the attached patch.

Helmut
diff --minimal -Nru fmit-1.2.6/debian/changelog fmit-1.2.6/debian/changelog
--- fmit-1.2.6/debian/changelog 2019-09-07 20:48:24.000000000 +0200
+++ fmit-1.2.6/debian/changelog 2020-11-12 21:03:38.000000000 +0100
@@ -1,3 +1,11 @@
+fmit (1.2.6-0.3) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Add missing Build-Depends: qt5-qmake:native for lrelease.
+    (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Thu, 12 Nov 2020 21:03:38 +0100
+
 fmit (1.2.6-0.2) unstable; urgency=medium
 
   * Non-maintainer upload.
diff --minimal -Nru fmit-1.2.6/debian/control fmit-1.2.6/debian/control
--- fmit-1.2.6/debian/control   2019-09-07 20:46:29.000000000 +0200
+++ fmit-1.2.6/debian/control   2020-11-12 21:03:37.000000000 +0100
@@ -14,6 +14,7 @@
  libqt5svg5-dev,
  portaudio19-dev,
  qt5-qmake,
+ qt5-qmake:native,
  qtbase5-dev,
  qtmultimedia5-dev,
  qttools5-dev-tools,

Reply via email to