From 33ee458eabe9ff0432bb7ffee4661230cb22007c Mon Sep 17 00:00:00 2001 From: Stuart Prescott Date: Tue, 18 Feb 2025 19:55:43 +1100 Subject: [PATCH] Add extra build verbosity --- debian/rules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/rules b/debian/rules index 0d20d6d5..9a88c938 100755 --- a/debian/rules +++ b/debian/rules @@ -25,10 +25,10 @@ export LLVM_INSTALL_DIR := $(shell llvm-config --prefix) # Work around buildd bug (https://bugs.debian.org/842565) undefine XDG_RUNTIME_DIR - -PYBUILD_BUILD_ARGS = +PYBUILD_CONFIGURE_ARGS = --verbose +PYBUILD_BUILD_ARGS = --skip-packaging --verbose-build PYBUILD_BUILD_ARGS += --parallel=$(or $(DEB_BUILD_OPTION_PARALLEL),$(DEB_BUILD_OPTION_PARALLEL),1) -PYBUILD_INSTALL_ARGS = --reuse-build +PYBUILD_INSTALL_ARGS = --reuse-build --verbose-build ## Package compilation options -- 2.30.2