[neon/qt6/pyside6/Neon/release] debian: Please do not build everything again when installing

Anupam Basak null at kde.org
Sat Jul 1 07:46:46 BST 2023


Git commit 714720625f1d0070fa7ac48fc1942b8673a9e407 by Anupam Basak.
Committed on 01/07/2023 at 06:46.
Pushed by anupambasak into branch 'Neon/release'.

Please do not build everything again when installing

M  +2    -1    debian/rules

https://invent.kde.org/neon/qt6/pyside6/-/commit/714720625f1d0070fa7ac48fc1942b8673a9e407

diff --git a/debian/rules b/debian/rules
index d9a4f83..89fb872 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,8 @@ include /usr/share/dpkg/default.mk
 
 export PYBUILD_NAME=pyside6
 export PYBUILD_SYSTEM=distutils
-export PYBUILD_BUILD_ARGS=--relwithdebinfo --verbose --build-tests --doc-build-online --ignore-git --qtpaths=/usr/lib/qt6/bin/qtpaths6 --reuse-build $(OPTION_JOBS)
+export PYBUILD_BUILD_ARGS=--relwithdebinfo --verbose --build-tests --doc-build-online --ignore-git --qtpaths=/usr/lib/qt6/bin/qtpaths6 $(OPTION_JOBS)
+export PYBUILD_INSTALL_ARGS_python3=--reuse-build
 
 export MAIN_VERSION_UPSTREAM := $(shell echo $(DEB_VERSION_UPSTREAM))
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all


More information about the Neon-commits mailing list