[neon/kf6/kf6-threadweaver/Neon/unstable] debian: add versioned depends from the -dev on the main package

Jonathan Esk-Riddell null at kde.org
Mon Feb 5 11:04:02 GMT 2024


Git commit 68610879852ef5c6c7b15cdeff800e94f78e438d by Jonathan Esk-Riddell.
Committed on 05/02/2024 at 11:02.
Pushed by jriddell into branch 'Neon/unstable'.

add versioned depends from the -dev on the main package

M  +1    -1    debian/control

https://invent.kde.org/neon/kf6/kf6-threadweaver/-/commit/68610879852ef5c6c7b15cdeff800e94f78e438d

diff --git a/debian/control b/debian/control
index ce113cd..7dacca2 100644
--- a/debian/control
+++ b/debian/control
@@ -35,7 +35,7 @@ Package: kf6-threadweaver-dev
 Architecture: any
 Section: kde
 X-Neon-MergedPackage: true
-Depends: kf6-threadweaver, qt6-base-dev, ${misc:Depends}, ${shlibs:Depends}
+Depends: kf6-threadweaver (= ${binary:Version}), qt6-base-dev, ${misc:Depends}, ${shlibs:Depends}
 Description: ThreadWeaver library to help multithreaded programming in Qt
  ThreadWeaver is a helper for multithreaded programming. It uses a job-based
  interface to queue tasks and execute them in an efficient way.  You simply


More information about the Neon-commits mailing list