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

Bug#1006869: ksyntax-highlighting FTCBFS: missing native build dependencies



Source: ksyntax-highlighting
Version: 5.90.0-2
Tags: patch
User: debian-cross@lists.debian.org
Usertags: ftcbfs

ksyntax-highlighting fails to cross build from source, because it misses
build dependencies on a few native components as its build system
performs a native compilation step of some build tools. Please consider
applying the attached patch to include the missing dependencies. Note
that I did not add version restrictions, because those are implicit via
the Multi-Arch: same version-lock and the host version restrictions
(i.e. don't repeat yourself).

Helmut
--- ksyntax-highlighting-5.90.0/debian/changelog
+++ ksyntax-highlighting-5.90.0/debian/changelog
@@ -1,3 +1,11 @@
+ksyntax-highlighting (5.90.0-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Add missing native dependencies qtbase5-dev and qttools5-dev.
+    (Closes: #-1)
+
+ -- Helmut Grohne <helmut@subdivi.de>  Sun, 06 Mar 2022 10:02:19 +0100
+
 ksyntax-highlighting (5.90.0-2) unstable; urgency=medium
 
   * Team upload.
--- ksyntax-highlighting-5.90.0/debian/control
+++ ksyntax-highlighting-5.90.0/debian/control
@@ -13,8 +13,10 @@
                perl:any,
                pkg-kde-tools (>= 0.15.15ubuntu1~),
                qtbase5-dev (>= 5.15.2~),
+               qtbase5-dev:native,
                qtdeclarative5-dev (>= 5.15.2~),
                qttools5-dev (>= 5.4),
+               qttools5-dev:native,
 Standards-Version: 4.6.0
 Homepage: https://invent.kde.org/frameworks/syntax-highlighting
 Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/syntax-highlighting

Reply to: