Source: previsat
Version: 3.5.1.7+dfsg1-3
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: ftcbfs

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

Helmut
diff --minimal -Nru previsat-3.5.1.7+dfsg1/debian/changelog 
previsat-3.5.1.7+dfsg1/debian/changelog
--- previsat-3.5.1.7+dfsg1/debian/changelog     2018-12-03 19:19:06.000000000 
+0100
+++ previsat-3.5.1.7+dfsg1/debian/changelog     2020-09-06 14:14:16.000000000 
+0200
@@ -1,3 +1,11 @@
+previsat (3.5.1.7+dfsg1-3.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Add qt5-qmake:native to Build-Depends for running lrelease.
+    (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Sun, 06 Sep 2020 14:14:16 +0200
+
 previsat (3.5.1.7+dfsg1-3) unstable; urgency=medium
 
   * created VCS stuff in d/control
diff --minimal -Nru previsat-3.5.1.7+dfsg1/debian/control 
previsat-3.5.1.7+dfsg1/debian/control
--- previsat-3.5.1.7+dfsg1/debian/control       2018-12-03 19:19:06.000000000 
+0100
+++ previsat-3.5.1.7+dfsg1/debian/control       2020-09-06 14:14:15.000000000 
+0200
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Georges Khaznadar <georg...@debian.org>
 Build-Depends: debhelper (>= 11.0.0),
- qtbase5-dev, qt5-qmake, libqt5webkit5-dev, qtmultimedia5-dev,
+ qtbase5-dev, qt5-qmake, qt5-qmake:native, libqt5webkit5-dev, 
qtmultimedia5-dev,
  qttools5-dev-tools,
  libvlc-dev, zlib1g-dev
 Standards-Version: 4.2.1

Reply via email to