[neon/kf6/kf6-kcmutils/Neon/unstable] debian: add shlibs to depends and add recommends
Carlos De Maine
null at kde.org
Sat Mar 18 07:02:09 GMT 2023
Git commit ea4c3909013133528e95f7902096b2b1bd04b7ea by Carlos De Maine.
Committed on 18/03/2023 at 07:02.
Pushed by carlosdem into branch 'Neon/unstable'.
add shlibs to depends and add recommends
M +5 -1 debian/control
https://invent.kde.org/neon/kf6/kf6-kcmutils/commit/ea4c3909013133528e95f7902096b2b1bd04b7ea
diff --git a/debian/control b/debian/control
index 2d205a8..5ef4669 100644
--- a/debian/control
+++ b/debian/control
@@ -41,7 +41,11 @@ Package: kf6-kcmutils-dev
Architecture: any
Section: kde
X-Neon-MergedPackage: true
-Depends: kf6-kcmutils (= ${binary:Version}), kf6-kservice-dev, ${misc:Depends}
+Depends: kf6-kcmutils (= ${binary:Version}),
+ kf6-kservice-dev,
+ ${misc:Depends},
+ ${shlibs:Depends}
+Recommends: kf6-kcmutils (= ${source:Version})
Description: Extra APIs to write KConfig modules.
Some utility classes for KSettings, KCModule and KPlugin.
.
More information about the Neon-commits
mailing list