[neon/extras/qcoro/Neon/unstable] debian: dev pacakges depend on actual libraries.

Sandro Knauß null at kde.org
Mon Feb 21 16:19:24 GMT 2022


Git commit 9f05a2b1d01d6b45247c22a1e8ef8a257020a9cd by Sandro Knauß.
Committed on 21/02/2022 at 15:13.
Pushed by jriddell into branch 'Neon/unstable'.

dev pacakges depend on actual libraries.

M  +10   -2    debian/control

https://invent.kde.org/neon/extras/qcoro/commit/9f05a2b1d01d6b45247c22a1e8ef8a257020a9cd

diff --git a/debian/control b/debian/control
index 57bf666..1b7d1e1 100644
--- a/debian/control
+++ b/debian/control
@@ -81,7 +81,11 @@ Description: C++20 coroutines for Qt5 - documentation & examples
 
 Package: qcoro-qt5-dev
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: libqcoro5core0 (= ${binary:Version}),
+         libqcoro5dbus0 (= ${binary:Version}),
+         libqcoro5network0 (= ${binary:Version}),
+         ${misc:Depends},
+         ${shlibs:Depends}
 Recommends: qcoro-doc
 Section: libdevel
 Description: C++20 coroutines for Qt5 - development
@@ -92,7 +96,11 @@ Description: C++20 coroutines for Qt5 - development
 
 Package: qcoro-qt6-dev
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: libqcoro6core0 (= ${binary:Version}),
+         libqcoro6dbus0 (= ${binary:Version}),
+         libqcoro6network0 (= ${binary:Version}),
+         ${misc:Depends},
+         ${shlibs:Depends}
 Recommends: qcoro-doc
 Section: libdevel
 Description: C++20 coroutines for Qt6 - development



More information about the Neon-commits mailing list