[neon/neon-packaging/futuresql/Neon/release] debian: make dev depend on itself
Carlos De Maine
null at kde.org
Fri Apr 28 10:41:56 BST 2023
Git commit 3443307b92b0c1e3377da5420fbda3239c28e9ed by Carlos De Maine.
Committed on 28/04/2023 at 09:41.
Pushed by carlosdem into branch 'Neon/release'.
make dev depend on itself
M +1 -1 debian/control
https://invent.kde.org/neon/neon-packaging/futuresql/commit/3443307b92b0c1e3377da5420fbda3239c28e9ed
diff --git a/debian/control b/debian/control
index ccfe913..b449e59 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Vcs-Git: https://invent.kde.org/libraries/futuresql.git
Package: libfuturesql-dev
Section: libdevel
Architecture: any
-Depends: qtbase5-dev, ${misc:Depends}
+Depends: qtbase5-dev, libfuturesql, ${shlibs:Depends}, ${misc:Depends}
Description: asynchronous Qt code library
A non-blocking database framework for Qt.
FutureSQL was in part inspired by Diesel, and provides a higher level of abstraction than QtSql.
More information about the Neon-commits
mailing list