[neon/utilities/kwalletmanager/Neon/release_noble] debian: dh_auto_configure -- -DQT_MAJOR_VERSION=6

Carlos De Maine null at kde.org
Mon Jul 27 10:16:24 BST 2026


Git commit d18298370bfa7506fa438530625ec95aa363b06f by Carlos De Maine.
Committed on 27/07/2026 at 09:16.
Pushed by carlosdem into branch 'Neon/release_noble'.

dh_auto_configure -- -DQT_MAJOR_VERSION=6



(cherry picked from commit ffeb9340c1d08f2d635e813289227c678e130928)

Co-authored-by: Carlos De Maine <carlosdem at kde.org>

M  +7    -5    debian/rules

https://invent.kde.org/neon/utilities/kwalletmanager/-/commit/d18298370bfa7506fa438530625ec95aa363b06f

diff --git a/debian/rules b/debian/rules
index 5eee405..41b1adb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,11 @@
 #!/usr/bin/make -f
+# SPDX-License-Identifier: LGPL-2.0-or-later
+# SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
 
-l10npkgs_firstversion_ok := 4:16.04.3-7~
+%:
+	dh $@ --with kf6 --buildsystem kf6
 
-include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
-include /usr/share/pkg-kde-tools/qt-kde-team/2/l10n-packages.mk
+override_dh_auto_configure:
+	dh_auto_configure -- -DQT_MAJOR_VERSION=6
 
-override_dh_strip:
-	$(overridden_command) --dbgsym-migration='kwalletmanager-dbg (<= 4:15.12.1-1~~)'
+override_dh_auto_test:


More information about the Neon-commits mailing list