[neon/kf6/kf6-plasma-framework/Neon/unstable] debian: make use of provides for reverse dep resolution

Carlos De Maine null at kde.org
Fri Nov 3 06:11:29 GMT 2023


Git commit b58f6d998225c6cdff8adb8d4396298373b81205 by Carlos De Maine.
Committed on 03/11/2023 at 07:11.
Pushed by carlosdem into branch 'Neon/unstable'.

make use of provides for reverse dep resolution

M  +5    -0    debian/control

https://invent.kde.org/neon/kf6/kf6-plasma-framework/-/commit/b58f6d998225c6cdff8adb8d4396298373b81205

diff --git a/debian/control b/debian/control
index 0d73154..e5aeea2 100644
--- a/debian/control
+++ b/debian/control
@@ -59,6 +59,9 @@ Section: kde
 X-Neon-MergedPackage: true
 Depends: plasma-workspace,
          ${misc:Depends}, ${shlibs:Depends}
+Provides: libkf6plasma6,
+          libkf6plasmaquick6,
+          plasma-framework6,
 Description: Plasma Runtime components (documentation)
  Plasma library and runtime components based upon KF6 and Qt6.
  .
@@ -76,6 +79,8 @@ Depends: kf6-extra-cmake-modules,
          qt6-declarative-dev,
          kf6-plasma-framework (= ${binary:Version}),
          ${misc:Depends}
+Provides: libkf6plasma-dev,
+          libkf6plasma-doc,
 Description: development files for plasma-framework
  Plasma library and runtime components based upon KF6 and Qt 6.
  .


More information about the Neon-commits mailing list