[neon/kf6/kf6-knotifyconfig/Neon/unstable] debian: Add missing -dev runtime package.

Scarlett Moore null at kde.org
Thu Oct 26 13:58:23 BST 2023


Git commit 2fec225c26a5cf0e3a7d6a7329ac60471ec7a209 by Scarlett Moore.
Committed on 26/10/2023 at 14:58.
Pushed by scarlettmoore into branch 'Neon/unstable'.

Add missing -dev runtime package.

M  +3    -1    debian/control

https://invent.kde.org/neon/kf6/kf6-knotifyconfig/-/commit/2fec225c26a5cf0e3a7d6a7329ac60471ec7a209

diff --git a/debian/control b/debian/control
index ecd8dcf..bb36d86 100644
--- a/debian/control
+++ b/debian/control
@@ -45,7 +45,9 @@ Package: kf6-knotifyconfig-dev
 Architecture: any
 Section: kde
 X-Neon-MergedPackage: true
-Depends: kf6-knotifyconfig (= ${binary:Version}), ${misc:Depends}
+Depends: kf6-knotifyconfig (= ${binary:Version}),
+         qt6-base-dev,
+         ${misc:Depends}
 Description: development files for knotifyconfig
  This framework offers classes to represent the configuration for an
  event.


More information about the Neon-commits mailing list