[neon/qt6/qt6-base/Neon/unstable] debian: add back -DCMAKE_MESSAGE_LOG_LEVEL=STATUS \

Carlos De Maine null at kde.org
Fri Oct 27 22:09:59 BST 2023


Git commit 71f61bbc4d156eae564f9ebe8e60c980e8e6b584 by Carlos De Maine.
Committed on 27/10/2023 at 23:09.
Pushed by carlosdem into branch 'Neon/unstable'.

add back -DCMAKE_MESSAGE_LOG_LEVEL=STATUS \

M  +2    -2    debian/rules

https://invent.kde.org/neon/qt6/qt6-base/-/commit/71f61bbc4d156eae564f9ebe8e60c980e8e6b584

diff --git a/debian/rules b/debian/rules
index f30461d..7dbdf49 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,7 +35,7 @@ endif
 #		-DFEATURE_use_mold_linker=ON \
 #		-DFEATURE_enable_gdb_index=ON \
 #		-DFEATURE_separate_debug_info=ON \
-#		-DCMAKE_MESSAGE_LOG_LEVEL=STATUS \
+#
 #		-DFEATURE_ltcg=ON \
 #		-DFEATURE_lttng=ON \
 #		-DFEATURE_reduce_relocations=OFF \
@@ -43,11 +43,11 @@ endif
 
 override_dh_auto_configure:
 	dh_auto_configure -- \
-		--log-level=STATUS \
 		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON \
 		-DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) \
+		-DCMAKE_MESSAGE_LOG_LEVEL=STATUS \
 		-DFEATURE_accessibility=ON \
 		-DFEATURE_cups=ON \
 		-DFEATURE_directfb=OFF \


More information about the Neon-commits mailing list