[neon/kf6/kf6-prison/Neon/unstable] debian: correct override

Carlos De Maine null at kde.org
Wed Nov 8 04:07:33 GMT 2023


Git commit bbd2aeceb4dcbbb112681b6e6dfcffdd08b7fef6 by Carlos De Maine.
Committed on 08/11/2023 at 05:07.
Pushed by carlosdem into branch 'Neon/unstable'.

correct override

M  +3    -2    debian/rules

https://invent.kde.org/neon/kf6/kf6-prison/-/commit/bbd2aeceb4dcbbb112681b6e6dfcffdd08b7fef6

diff --git a/debian/rules b/debian/rules
index e9e9611..1a84618 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,5 +4,6 @@
 %:
 	dh $@ --with kf6 --buildsystem kf6
 
-dh_auto_configure: -- \
-	-DBUILD_QCH=ON
+override_dh_auto_configure:
+	dh_auto_configure -- \
+	-DBUILD_QCH=ON 
\ No newline at end of file


More information about the Neon-commits mailing list