[neon/graphics/skanlite/Neon/release] debian: dh $@ --with kf6 --buildsystem kf6
Carlos De Maine
null at kde.org
Fri Jul 10 08:24:49 BST 2026
Git commit 60daece51a0a77720e9554a6a0634881409c23ed by Carlos De Maine.
Committed on 10/07/2026 at 07:24.
Pushed by carlosdem into branch 'Neon/release'.
dh $@ --with kf6 --buildsystem kf6
M +3 -4 debian/rules
https://invent.kde.org/neon/graphics/skanlite/-/commit/60daece51a0a77720e9554a6a0634881409c23ed
diff --git a/debian/rules b/debian/rules
index 5628e69..0c9d532 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,6 @@
#!/usr/bin/make -f
-
-override_dh_auto_configure:
- dh_auto_configure -- -DQT_MAJOR_VERSION=6
+# SPDX-License-Identifier: LGPL-2.0-or-later
+# SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
%:
- dh $@ --with kf6
+ dh $@ --with kf6 --buildsystem kf6
\ No newline at end of file
More information about the Neon-commits
mailing list