[neon/qt6/pyside6/Neon/release] debian: Add qtpaths to PYBUILD_BUILD_ARGS

Anupam Basak null at kde.org
Fri Jun 30 07:52:57 BST 2023


Git commit 0c8b04334c7fd59421ed1561a016cd01e244f867 by Anupam Basak.
Committed on 30/06/2023 at 06:52.
Pushed by anupambasak into branch 'Neon/release'.

Add qtpaths to PYBUILD_BUILD_ARGS

M  +1    -1    debian/rules

https://invent.kde.org/neon/qt6/pyside6/-/commit/0c8b04334c7fd59421ed1561a016cd01e244f867

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


More information about the Neon-commits mailing list