[neon/extras/qcoro/Neon/unstable] debian: lint
Carlos De Maine
null at kde.org
Fri Nov 24 06:05:18 GMT 2023
Git commit 99d65fc2dec67a1fecf7660c2a8df601c6a09d7f by Carlos De Maine.
Committed on 24/11/2023 at 07:05.
Pushed by carlosdem into branch 'Neon/unstable'.
lint
M +2 -0 debian/control
M +1 -1 debian/rules
https://invent.kde.org/neon/extras/qcoro/-/commit/99d65fc2dec67a1fecf7660c2a8df601c6a09d7f
diff --git a/debian/control b/debian/control
index c934064..a33498b 100644
--- a/debian/control
+++ b/debian/control
@@ -171,6 +171,7 @@ Depends: libqcoro5core0 (= ${binary:Version}),
libqcoro5websockets0 (= ${binary:Version}),
libqt5websockets5-dev (>= 5.15.0~),
qtbase5-dev (>= 5.15.0~),
+ qtdeclarative5-dev,
${misc:Depends}
Recommends: qcoro-doc
Section: libdevel
@@ -191,6 +192,7 @@ Depends: libqcoro6core0 (= ${binary:Version}),
libqcoro6websockets0 (= ${binary:Version}),
libqt6websockets6-dev (>= 6.2.0~),
qt6-base-dev (>= 6.2.0~),
+ qt6-declarative-dev,
${misc:Depends}
Recommends: qcoro-doc
Section: libdevel
diff --git a/debian/rules b/debian/rules
index fa13ad4..28a2ead 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
export DEB_BUILD_MAINT_OPTIONS = hardening=+all optimize=-lto
-CMAKE_ARGS = -DBUILD_SHARED_LIBS=ON -DQCORO_BUILD_EXAMPLES=OFF
+CMAKE_ARGS = -DBUILD_SHARED_LIBS=ON -DQCORO_BUILD_EXAMPLES=ON -DQCORO_ENABLE_ASAN=ON
%:
dh $@ --with pkgkde_symbolshelper
More information about the Neon-commits
mailing list