Increase CMake verbosity level.

ci/unstable
Patrick Franz 2 years ago
parent d96126250c
commit 6506350290
No known key found for this signature in database
GPG Key ID: 9E9F7A603077FE56

3
debian/changelog vendored

@ -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 <debian-qt-kde@lists.debian.org> Mon, 05 Sep 2022 16:46:39 -0300
qt6-base (6.3.1+dfsg-9) unstable; urgency=medium

1
debian/rules vendored

@ -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 \

Loading…
Cancel
Save