[neon/kf6/kf6-extra-cmake-modules/Neon/unstable] debian: get build flags right

Carlos De Maine null at kde.org
Mon Nov 27 06:44:25 GMT 2023


Git commit e7ff6f2c52d340bdea318665588d440011f58fb5 by Carlos De Maine.
Committed on 27/11/2023 at 07:43.
Pushed by carlosdem into branch 'Neon/unstable'.

get build flags right

M  +4    -3    debian/rules

https://invent.kde.org/neon/kf6/kf6-extra-cmake-modules/-/commit/e7ff6f2c52d340bdea318665588d440011f58fb5

diff --git a/debian/rules b/debian/rules
index c63c977..a77b09d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,8 @@
 	dh $@ --with kf6 --buildsystem kf6
 
 override_dh_auto_configure:
-	dh_auto_configure -- -DBUILD_WITH_QT6=ON /
-	-DBUILD_HTML_DOCS=ON /
-	-DBUILD_MAN_DOCS=ON /
+	dh_auto_configure -- \
+	-DBUILD_WITH_QT6=ON \
+	-DBUILD_HTML_DOCS=ON \
+	-DBUILD_MAN_DOCS=ON \
 	-BUILD_QTHELP_DOCS=ON


More information about the Neon-commits mailing list