[neon/neon-packaging/libquotient/Neon/unstable] debian: Add missing -dev runtime qtbase
Scarlett Moore
null at kde.org
Sat Oct 7 14:41:22 BST 2023
Git commit 695927506e3994da5a7d4c83fd911e76f812caf6 by Scarlett Moore.
Committed on 07/10/2023 at 15:41.
Pushed by scarlettmoore into branch 'Neon/unstable'.
Add missing -dev runtime qtbase
M +8 -2 debian/control
https://invent.kde.org/neon/neon-packaging/libquotient/-/commit/695927506e3994da5a7d4c83fd911e76f812caf6
diff --git a/debian/control b/debian/control
index 7c29b06..4f9dc0f 100644
--- a/debian/control
+++ b/debian/control
@@ -40,7 +40,10 @@ Description: Qt5 library to write cross-platform clients for Matrix
Package: libquotient-qt5-dev
Section: libdevel
Architecture: any
-Depends: libquotient-dev (= ${binary:Version}), libquotient0.8 (= ${binary:Version}), ${misc:Depends}
+Depends: libquotient-dev (= ${binary:Version}),
+ libquotient0.8 (= ${binary:Version}),
+ qtbase5S-dev,
+ ${misc:Depends}
Description: Qt5 library to write cross-platform clients for Matrix
libQuotient is a Qt5-based library to make IM clients for the Matrix
protocol. It is the backbone of Quaternion, Spectral and some other projects.
@@ -50,7 +53,10 @@ Description: Qt5 library to write cross-platform clients for Matrix
Package: libquotient-qt6-dev
Section: libdevel
Architecture: any
-Depends:libquotient-dev (= ${binary:Version}), libquotient-qt6-0.8 (= ${binary:Version}), ${misc:Depends}
+Depends:libquotient-dev (= ${binary:Version}),
+ libquotient-qt6-0.8 (= ${binary:Version}),
+ qt6-base-dev,
+ ${misc:Depends}
Description: Qt6 library to write cross-platform clients for Matrix
libQuotient is a Qt6-based library to make IM clients for the Matrix
protocol. It is the backbone of Quaternion, Spectral and some other projects.
More information about the Neon-commits
mailing list