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

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


Git commit 2a34f1c3008b1210c5f72cce8bf5602b6743cd4a 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-bluez-qt/-/commit/2a34f1c3008b1210c5f72cce8bf5602b6743cd4a

diff --git a/debian/rules b/debian/rules
index e9e9611..2357f1e 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