[neon/qt6/qt6-base/Neon/unstable] debian: correct format

Carlos De Maine null at kde.org
Fri Oct 27 00:21:01 BST 2023


Git commit 5708a42813dd7b89ea07efc200a38072ef3af5b2 by Carlos De Maine.
Committed on 27/10/2023 at 01:20.
Pushed by carlosdem into branch 'Neon/unstable'.

correct format

M  +3    -3    debian/rules

https://invent.kde.org/neon/qt6/qt6-base/-/commit/5708a42813dd7b89ea07efc200a38072ef3af5b2

diff --git a/debian/rules b/debian/rules
index feb02e2..c0928fe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,7 +35,7 @@ override_dh_auto_configure:
 	dh_auto_configure -- \
 		--log-level=STATUS \
 		-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON \
-		-DCMAKE_UNITY_BUILD=ON \
+		-DCMAKE_UNITY_BUILD=TRUE \
 		-DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DINSTALL_BINDIR=lib/qt6/bin \
@@ -86,8 +86,8 @@ override_dh_auto_configure:
 		-DFEATURE_rpath=OFF \
 		-DFEATURE_relocatable=OFF \
 		-DFEATURE_reduce_relocations=OFF \
-		-DTRACE=YES
-		-DUNITY_BUILD=ON \
+		-DFEATURE_trace=lttng \
+		-DFEATURE_unity-build=ON \
 		$(extra_cmake_args)
 
 execute_after_dh_auto_install-arch:


More information about the Neon-commits mailing list