[neon/kf6/kf6-baloo/Neon/unstable] debian: Fix runtime -dev package.

Scarlett Moore null at kde.org
Thu Oct 26 16:56:37 BST 2023


Git commit a2023beba5eabeed86a746a68b111d358d3e0c29 by Scarlett Moore.
Committed on 26/10/2023 at 17:56.
Pushed by scarlettmoore into branch 'Neon/unstable'.

Fix runtime -dev package.

M  +3    -1    debian/control

https://invent.kde.org/neon/kf6/kf6-baloo/-/commit/a2023beba5eabeed86a746a68b111d358d3e0c29

diff --git a/debian/control b/debian/control
index 809a1aa..cc5e39a 100644
--- a/debian/control
+++ b/debian/control
@@ -42,7 +42,9 @@ Package: kf6-baloo-dev
 Architecture: any
 Section: kde
 X-Neon-MergedPackage: true
-Depends: kf6-baloo (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+Depends: kf6-baloo (= ${binary:Version}),
+         qt6-base-dev,
+         ${misc:Depends}, ${shlibs:Depends}
 Description: framework for searching and managing metadata devel files
  A framework for searching and managing metadata in KDE Software.
  .


More information about the Neon-commits mailing list