Source: kdsoap
Version: 1.9.1+dfsg-5
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: ftcbfs

kdsoap fails to cross build from source, because it tries to run
kdwsdl2cpp from $PATH, but it cannot find it. During cross building, the
package rightly does not execute the just built tool, but expects it to
be supplied externally. I'm attaching a patch for your convenience to
add this extra cross build dependency.

Helmut
diff --minimal -Nru kdsoap-1.9.1+dfsg/debian/changelog 
kdsoap-1.9.1+dfsg/debian/changelog
--- kdsoap-1.9.1+dfsg/debian/changelog  2022-02-21 22:09:27.000000000 +0100
+++ kdsoap-1.9.1+dfsg/debian/changelog  2022-11-18 19:55:05.000000000 +0100
@@ -1,3 +1,10 @@
+kdsoap (1.9.1+dfsg-5.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Add libkdsoap-bin <cross> to Build-Depends. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Fri, 18 Nov 2022 19:55:05 +0100
+
 kdsoap (1.9.1+dfsg-5) unstable; urgency=medium
 
   * Update symbols files for mipsel, mips64el, alpha, hppa and sparc64 
architectures.
diff --minimal -Nru kdsoap-1.9.1+dfsg/debian/control 
kdsoap-1.9.1+dfsg/debian/control
--- kdsoap-1.9.1+dfsg/debian/control    2022-02-11 23:14:30.000000000 +0100
+++ kdsoap-1.9.1+dfsg/debian/control    2022-11-18 19:55:04.000000000 +0100
@@ -4,6 +4,7 @@
 Build-Depends: cmake (>= 2.8.7),
                debhelper-compat (= 13),
                libboost-dev (>= 1.34.0~),
+               libkdsoap-bin <cross>,
                pkg-kde-tools (>= 0.12),
                qtbase5-dev (>= 5.11.0~)
 Standards-Version: 4.5.0

Reply via email to