[neon/kf6/kf6-purpose/Neon/unstable] debian: add ${shlibs:Depends} to dev depends to make linter happy

Carlos De Maine null at kde.org
Thu May 18 03:57:37 BST 2023


Git commit 51d5363314029d1cd7b347a2aa26511de833e85e by Carlos De Maine.
Committed on 18/05/2023 at 02:57.
Pushed by carlosdem into branch 'Neon/unstable'.

add ${shlibs:Depends} to dev depends to make linter happy

M  +1    -1    debian/control

https://invent.kde.org/neon/kf6/kf6-purpose/commit/51d5363314029d1cd7b347a2aa26511de833e85e

diff --git a/debian/control b/debian/control
index 7b34cb5..77bf370 100644
--- a/debian/control
+++ b/debian/control
@@ -43,7 +43,7 @@ Package: kf6-purpose-dev
 Architecture: any
 Section: kde
 X-Neon-MergedPackage: true
-Depends: kf6-purpose (= ${binary:Version}), ${misc:Depends}
+Depends: kf6-purpose (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends},
 Description: abstraction to provide and leverage actions of a specific kind, devel files
  Purpose offers the possibility to create integrate services and actions on
  any application without having to implement them specifically. Purpose will


More information about the Neon-commits mailing list