[neon/extras/labplot/Neon/unstable] debian: use ninja

Carlos De Maine null at kde.org
Wed Jan 28 09:13:34 GMT 2026


Git commit 962167de96b93b8af35b3d503377e295973c6f4a by Carlos De Maine.
Committed on 28/01/2026 at 09:13.
Pushed by carlosdem into branch 'Neon/unstable'.

use ninja

M  +4    -2    debian/rules

https://invent.kde.org/neon/extras/labplot/-/commit/962167de96b93b8af35b3d503377e295973c6f4a

diff --git a/debian/rules b/debian/rules
index 7f5c9cb..5e90f57 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,11 +1,13 @@
 #!/usr/bin/make -f
-# -*- makefile -*-
+# SPDX-License-Identifier: LGPL-2.0-or-later
+# # SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
 
 export LLVM_INSTALL_DIR := $(shell llvm-config --prefix)
 export CLANG_INSTALL_DIR :=$(shell clang -print-resource-dir)
 
 %:
-	dh $@ --with kf6 --buildsystem kf6
+	dh $@ --with pkgkde_symbolshelper --buildsystem=cmake+ninja
+
 
 override_dh_auto_configure:
 	dh_auto_configure -- -DENABLE_PYTHON_SCRIPTING=OFF -DENABLE_REPRODUCIBLE=ON


More information about the Neon-commits mailing list