From 6506350290bfc1b3f943e59cc9b7f4b87df33474 Mon Sep 17 00:00:00 2001 From: Patrick Franz Date: Sun, 11 Sep 2022 13:58:16 +0200 Subject: [PATCH] Increase CMake verbosity level. --- debian/changelog | 3 +++ debian/rules | 1 + 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index f403431..28973cd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,9 @@ qt6-base (6.3.1+dfsg-10) UNRELEASED; urgency=medium pkg-config's .pc files, and we are installing them now. The change might have occurred in a previous CMake version. + [ Patrick Franz ] + * Increase CMake verbosity level. + -- Debian Qt/KDE Maintainers Mon, 05 Sep 2022 16:46:39 -0300 qt6-base (6.3.1+dfsg-9) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index 360c7fd..ea20f0d 100755 --- a/debian/rules +++ b/debian/rules @@ -25,6 +25,7 @@ endif override_dh_auto_configure: dh_auto_configure -- \ + --log-level=STATUS \ -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) \ -DCMAKE_INSTALL_PREFIX=/usr \ -DINSTALL_BINDIR=lib/qt6/bin \