[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#977393: kdav FTCBFS: missing Build-Depends: qttools5-dev for qhelpgenerator



Source: kdav
Version: 1:5.74.0-2
Tags: patch
User: debian-cross@lists.debian.org
Usertags: ftcbfs

kdav fails to cross build from source, because it does not find
qhelpgenerator. To that end, #918760 was filed, but the solution
requires all users of qhelpgenerator to build-depend on qttools5-dev.
kdav misses this dependency. Please consider applying the attached
patch.

Helmut
--- kdav-5.74.0/debian/changelog
+++ kdav-5.74.0/debian/changelog
@@ -1,3 +1,11 @@
+kdav (1:5.74.0-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Add missing Build-Depends: qttools5-dev required for qhelpgenerator.
+    (Closes: #-1, see #918760)
+
+ -- Helmut Grohne <helmut@subdivi.de>  Mon, 14 Dec 2020 16:50:23 +0100
+
 kdav (1:5.74.0-2) unstable; urgency=medium
 
   * Team upload to unstable.
--- kdav-5.74.0/debian/control
+++ kdav-5.74.0/debian/control
@@ -14,6 +14,7 @@
                pkg-kde-tools (>= 0.12),
                qhelpgenerator-qt5,
                qtbase5-dev (>= 5.12.0~),
+               qttools5-dev,
                xauth,
                xvfb,
 Standards-Version: 4.5.0

Reply to: