Source: qevercloud
Version: 3.0.3+ds-4
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: ftcbfs

qevercloud fails to cross build from source, because it fails finding a
native qmake. qevercloud first tries to perform a native build of a
generator and then a cross build of the actual application. The native
pass fails, because it requires a native qmake but no appropriate
build-dependency is present. Please consider applying the attached
patch.

Helmut
diff --minimal -Nru qevercloud-3.0.3+ds/debian/changelog 
qevercloud-3.0.3+ds/debian/changelog
--- qevercloud-3.0.3+ds/debian/changelog        2018-05-06 03:10:24.000000000 
+0200
+++ qevercloud-3.0.3+ds/debian/changelog        2019-02-14 11:10:02.000000000 
+0100
@@ -1,3 +1,10 @@
+qevercloud (3.0.3+ds-4.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Missing Build-Depends: qtbase5-dev:native. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Thu, 14 Feb 2019 11:10:02 +0100
+
 qevercloud (3.0.3+ds-4) unstable; urgency=medium
 
   * Expected to be the last release of qevercloud 3.x.
diff --minimal -Nru qevercloud-3.0.3+ds/debian/control 
qevercloud-3.0.3+ds/debian/control
--- qevercloud-3.0.3+ds/debian/control  2018-05-06 03:10:24.000000000 +0200
+++ qevercloud-3.0.3+ds/debian/control  2019-02-14 11:09:58.000000000 +0100
@@ -8,6 +8,7 @@
  ghostscript,
  lemon,
  libqt5webkit5-dev,
+ qtbase5-dev:native,
  qttools5-dev (>= 5.2.1),
  qttools5-dev-tools (>= 5.2.1),
  texlive-binaries,

Reply via email to