[neon/kf6/kf6-knotifications/Neon/unstable] debian: ${shlibs:Depends}

Carlos De Maine null at kde.org
Wed May 17 23:49:16 BST 2023


Git commit 222f4a5df842d48d833dca1ead0b49aa5586af0c by Carlos De Maine.
Committed on 17/05/2023 at 22:49.
Pushed by carlosdem into branch 'Neon/unstable'.

${shlibs:Depends}

M  +5    -2    debian/control

https://invent.kde.org/neon/kf6/kf6-knotifications/commit/222f4a5df842d48d833dca1ead0b49aa5586af0c

diff --git a/debian/control b/debian/control
index 4febc69..f44a3c7 100644
--- a/debian/control
+++ b/debian/control
@@ -31,7 +31,8 @@ Package: kf6-knotifications
 Architecture: any
 Section: kde
 X-Neon-MergedPackage: true
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends}, 
+                  ${shlibs:Depends}
 Description: Framework for desktop notifications
  KNotification is used to notify the user of an event. It covers
  feedback and persistent events.
@@ -42,7 +43,9 @@ Package: kf6-knotifications-dev
 Architecture: any
 Section: kde
 X-Neon-MergedPackage: true
-Depends: kf6-knotifications (= ${binary:Version}), ${misc:Depends}
+Depends: kf6-knotifications (= ${binary:Version}),
+                  ${misc:Depends},
+                  ${shlibs:Depends}
 Description: Framework for desktop notifications
  KNotification is used to notify the user of an event. It covers
  feedback and persistent events.


More information about the Neon-commits mailing list