Source: ktexteditor
Version: 5.54.0-1
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: cross-satisfiability ftcbfs

ktexteditor fails to satisfy its cross build dependencies, because its
dependency on the host architecture perl is unsatisfiable. I couldn't
figure out what this dependency is being used for and the build
architecture perl is build-essential anyway. Certainly dropping it won't
break native builds. ktexteditor is also affected by the qhelpgenerator
mess and needs a build dependency on qttools5-dev to cross build. Please
consider applying the attached patch.

Helmut
diff --minimal -Nru ktexteditor-5.54.0/debian/changelog 
ktexteditor-5.54.0/debian/changelog
--- ktexteditor-5.54.0/debian/changelog 2019-01-17 23:27:20.000000000 +0100
+++ ktexteditor-5.54.0/debian/changelog 2019-06-13 21:51:06.000000000 +0200
@@ -1,3 +1,12 @@
+ktexteditor (5.54.0-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: (Closes: #-1)
+    + Drop redundant perl from Build-Depends.
+    + Add missing qttools5-dev to Build-Depends (see #915122).
+
+ -- Helmut Grohne <hel...@subdivi.de>  Thu, 13 Jun 2019 21:51:06 +0200
+
 ktexteditor (5.54.0-1) unstable; urgency=medium
 
   * New upstream release (5.52.0).
diff --minimal -Nru ktexteditor-5.54.0/debian/control 
ktexteditor-5.54.0/debian/control
--- ktexteditor-5.54.0/debian/control   2019-01-17 23:27:20.000000000 +0100
+++ ktexteditor-5.54.0/debian/control   2019-06-13 21:51:06.000000000 +0200
@@ -22,12 +22,12 @@
                libkf5syntaxhighlighting-dev (>= 5.54.0~),
                libqt5sql5-sqlite,
                libqt5xmlpatterns5-dev (>= 5.8.0~),
-               perl,
                pkg-config,
                pkg-kde-tools (>= 0.15.15ubuntu1~),
                qtbase5-dev (>= 5.9.0~),
                qtdeclarative5-dev (>= 5.9.0~),
                qtscript5-dev (>= 5.7.0~),
+               qttools5-dev,
                qttools5-dev-tools (>= 5.4),
                xauth,
                xvfb,

Reply via email to