[neon/kf6/kf6-kwallet/Neon/release] debian: add libsecret-1-0 as a runtime dep

Carlos De Maine null at kde.org
Mon May 12 10:03:43 BST 2025


Git commit 18a9c94b56f342070358f1d560bbaf791d7e7041 by Carlos De Maine.
Committed on 12/05/2025 at 09:03.
Pushed by carlosdem into branch 'Neon/release'.

add libsecret-1-0 as a runtime dep

M  +3    -1    debian/control

https://invent.kde.org/neon/kf6/kf6-kwallet/-/commit/18a9c94b56f342070358f1d560bbaf791d7e7041

diff --git a/debian/control b/debian/control
index e92bebf..bcf1594 100644
--- a/debian/control
+++ b/debian/control
@@ -38,7 +38,9 @@ Package: kf6-kwallet
 Architecture: any
 Section: kde
 X-Neon-MergedPackage: true
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: libsecret-1-0,
+         ${misc:Depends}, 
+         ${shlibs:Depends},
 Breaks: libkf5wallet-bin (<< 5.115.0-1)
 Replaces: libkf5wallet-bin (<< 5.115.0-1),
           libkf6wallet6,


More information about the Neon-commits mailing list