[neon/neon-packaging/falkon/Neon/release] debian: add clang etc for python bits

Carlos De Maine null at kde.org
Wed May 7 07:16:45 BST 2025


Git commit 081c15e01940148db02eaf30bb0b699712e53528 by Carlos De Maine.
Committed on 07/05/2025 at 06:16.
Pushed by carlosdem into branch 'Neon/release'.

add clang etc for python bits

M  +5    -1    debian/control
M  +1    -1    debian/rules

https://invent.kde.org/neon/neon-packaging/falkon/-/commit/081c15e01940148db02eaf30bb0b699712e53528

diff --git a/debian/control b/debian/control
index 546d171..79981fe 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,8 @@ Section: web
 Priority: optional
 Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
 XSBC-Original-Maintainer: Georges Khaznadar <georgesk at debian.org>
-Build-Depends: cmake,
+Build-Depends: clang,
+               cmake,
                debhelper-compat (= 13),
                kf6-extra-cmake-modules,
                libjs-jquery,
@@ -17,12 +18,15 @@ Build-Depends: cmake,
                kf6-knotifications-dev,
                kf6-kwallet-dev,
                kf6-purpose-dev,
+               libclang-dev,
                libcups2-dev,
                libpyside6-dev,
                libshiboken6-dev,
                libssl-dev,
                libx11-dev,
                libxcb-util-dev,
+               llvm-dev,
+               ninja-build,
                pkgconf,
                pkg-kde-tools,
                pyside6-tools,
diff --git a/debian/rules b/debian/rules
index 49552b2..65a902d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,4 +3,4 @@
 # # SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
 
 %:
-	dh $@ --with kf6 --buildsystem kf6
+	dh $@ --with pkgkde_symbolshelper --buildsystem=cmake+ninja


More information about the Neon-commits mailing list