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

Bug#998354: plasma-wayland-protocols FTCBFS: missing Build-Depends: qt5-qmake



Source: plasma-wayland-protocols
Version: 1.4.0-1
Tags: patch
User: debian-cross@lists.debian.org
Usertags: ftcbfs

plasma-wayland-protocols fails to cross build from source, because it
uses qmake to query for paths via ECM without the relevant dependency on
qt5-qmake. As a consequence, running qmake as part of the build fails.
Please apply the attached patch to fix the missing dependency.

Helmut
diff --minimal -Nru plasma-wayland-protocols-1.4.0/debian/changelog plasma-wayland-protocols-1.4.0/debian/changelog
--- plasma-wayland-protocols-1.4.0/debian/changelog	2021-09-05 10:22:42.000000000 +0200
+++ plasma-wayland-protocols-1.4.0/debian/changelog	2021-11-02 21:01:11.000000000 +0100
@@ -1,3 +1,10 @@
+plasma-wayland-protocols (1.4.0-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Missing Build-Depens: qt5-qmake. (Closes: #-1)
+
+ -- Helmut Grohne <helmut@subdivi.de>  Tue, 02 Nov 2021 21:01:11 +0100
+
 plasma-wayland-protocols (1.4.0-1) unstable; urgency=medium
 
   [ Norbert Preining ]
diff --minimal -Nru plasma-wayland-protocols-1.4.0/debian/control plasma-wayland-protocols-1.4.0/debian/control
--- plasma-wayland-protocols-1.4.0/debian/control	2021-09-05 10:21:53.000000000 +0200
+++ plasma-wayland-protocols-1.4.0/debian/control	2021-11-02 21:00:29.000000000 +0100
@@ -7,6 +7,7 @@
 Build-Depends: cmake (>= 3.5~),
                debhelper-compat (= 13),
                extra-cmake-modules (>= 5.69.0~),
+               qt5-qmake,
 Standards-Version: 4.6.0
 Rules-Requires-Root: no
 Homepage: https://invent.kde.org/libraries/plasma-wayland-protocols

Reply to: