[neon/kf6/kf6-syntax-highlighting/Neon/unstable] debian: dev deps

Jonathan Esk-Riddell null at kde.org
Wed Feb 1 16:12:49 GMT 2023


Git commit 42d94c996cd45bd38db22dfb1634f00ade24cc23 by Jonathan Esk-Riddell.
Committed on 01/02/2023 at 16:12.
Pushed by jriddell into branch 'Neon/unstable'.

dev deps

M  +5    -2    debian/control

https://invent.kde.org/neon/kf6/kf6-syntax-highlighting/commit/42d94c996cd45bd38db22dfb1634f00ade24cc23

diff --git a/debian/control b/debian/control
index 22509d6..d2ce1ad 100644
--- a/debian/control
+++ b/debian/control
@@ -10,8 +10,8 @@ Build-Depends: cmake,
                perl,
                pkg-kde-tools-neon,
                qt6-base-dev,
-               qt6-tools-dev,
                qt6-declarative-dev,
+               qt6-tools-dev
 Standards-Version: 4.1.4
 Homepage: https://projects.kde.org/projects/frameworks/syntax-highlighting
 Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/syntax-highlighting
@@ -36,7 +36,10 @@ Package: kf6-syntax-highlighting-dev
 Architecture: any
 Section: kde
 X-Neon-MergedPackage: true
-Depends: kf6-syntax-highlighting (= ${binary:Version}), ${misc:Depends}
+Depends: kf6-syntax-highlighting (= ${binary:Version}),
+         qt6-base-dev,
+         qt6-declarative-dev,
+         ${misc:Depends}
 Description: Syntax highlighting Engine
  This is a stand-alone implementation of the Kate syntax
  highlighting engine. It's meant as a building block for


More information about the Neon-commits mailing list