[neon/neon-packaging/maui-clip/Neon/release] debian: build with more traditional tools

Carlos De Maine null at kde.org
Fri Nov 15 02:14:25 GMT 2024


Git commit 3d9aab1b2fd5ad877aaf17cf71dab0a516e1d24c by Carlos De Maine.
Committed on 15/11/2024 at 02:14.
Pushed by carlosdem into branch 'Neon/release'.

build with more traditional tools

M  +3    -3    debian/rules

https://invent.kde.org/neon/neon-packaging/maui-clip/-/commit/3d9aab1b2fd5ad877aaf17cf71dab0a516e1d24c

diff --git a/debian/rules b/debian/rules
index c8b1141..3d69b0d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
-
-export QT_SELECT=qt6
+# SPDX-License-Identifier: LGPL-2.0-or-later
+# SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
 
 %:
-	dh $@ --buildsystem=cmake
+	dh $@ --with kf6 --buildsystem kf6


More information about the Neon-commits mailing list