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

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


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

dev deps

M  +3    -3    debian/control

https://invent.kde.org/neon/kf6/kf6-kwindowsystem/commit/8cf8182a43666807928d02f0c4037a648581c30e

diff --git a/debian/control b/debian/control
index bb8e039..fa511be 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Build-Depends: cmake,
                pkg-config,
                pkg-kde-tools-neon,
                qt6-base-dev,
-               qt6-tools-dev,
+               qt6-tools-dev
 Standards-Version: 4.1.4
 Homepage: https://projects.kde.org/projects/frameworks/kwindowsystem
 Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/kwindowsystem
@@ -28,8 +28,7 @@ Package: kf6-kwindowsystem
 Architecture: any
 Section: kde
 X-Neon-MergedPackage: true
-Depends: ${misc:Depends},
-         ${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: Convenience access to certain properties and features of the window manager
  The class KWindowSystem provides information about the state of the
  window manager and allows asking the window manager to change them
@@ -43,6 +42,7 @@ Architecture: any
 Section: kde
 X-Neon-MergedPackage: true
 Depends: kf6-kwindowsystem (= ${binary:Version}),
+         qt6-base-dev,
          ${misc:Depends},
          ${shlibs:Depends}
 Recommends: kf6-kwindowsystem (= ${source:Version})


More information about the Neon-commits mailing list