[neon/qt6/qtcreator/Neon/unstable] debian: various runtime deps and enable journald support

Carlos De Maine null at kde.org
Tue Aug 22 03:33:42 BST 2023


Git commit ee6bed40dd51bd65ad52d95e30057b90e9f1614c by Carlos De Maine.
Committed on 22/08/2023 at 04:33.
Pushed by carlosdem into branch 'Neon/unstable'.

various runtime deps  and enable journald support

M  +6    -1    debian/control
M  +1    -0    debian/rules

https://invent.kde.org/neon/qt6/qtcreator/-/commit/ee6bed40dd51bd65ad52d95e30057b90e9f1614c

diff --git a/debian/control b/debian/control
index db57927..a554277 100644
--- a/debian/control
+++ b/debian/control
@@ -8,16 +8,21 @@ Build-Depends: clang (>= 1:10~),
                clangd (>= 1:14~),
                cmake,
                debhelper-compat (= 13),
+               diffutils,
                kf6-syntax-highlighting-dev,
+               libappstream-glib-dev,
                libclang-dev (>= 1:10~),
-               libdw-dev,                   
+               libdw-dev,
+               libelf-dev,       
                libicu-dev,
                liblitehtml-dev,
                librust-rustc-demangle-dev,
                libsqlite3-dev,
+               libsystemd-dev,
                libyaml-cpp-dev (>= 0.5~),
                libzstd-dev,
                llvm-dev (>= 1:10~),
+               ninja-build,
                pkg-config,
                python3:any,
                libqt-advanced-docking-system-dev,
diff --git a/debian/rules b/debian/rules
index 0ea6278..9e6fd83 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,6 +36,7 @@ override_dh_auto_configure:
 	dh_auto_configure --buildsystem=cmake -- \
 		-DBUILD_DEVELOPER_DOCS=ON \
 		-DBUILD_QBS=OFF \
+		-Djournald=ON \
 		-DWITH_TESTS=OFF \
 		-DBUILD_TESTING=OFF \
 		-DCLANGTOOLING_LINK_CLANG_DYLIB=ON \


More information about the Neon-commits mailing list