[neon/qt6/pyside6/Neon/release] debian: Remove --no-examples from BUILD_ARGS

Anupam Basak null at kde.org
Fri Jun 30 10:35:16 BST 2023


Git commit 776330f447789363f70f47185e362532b927d121 by Anupam Basak.
Committed on 30/06/2023 at 09:35.
Pushed by anupambasak into branch 'Neon/release'.

Remove --no-examples from BUILD_ARGS

M  +1    -1    debian/rules

https://invent.kde.org/neon/qt6/pyside6/-/commit/776330f447789363f70f47185e362532b927d121

diff --git a/debian/rules b/debian/rules
index 2825e35..647954a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ include /usr/share/dpkg/default.mk
 
 export PYBUILD_NAME=pyside6
 export PYBUILD_SYSTEM=distutils
-export PYBUILD_BUILD_ARGS=--relwithdebinfo --verbose --no-examples --build-tests --doc-build-online --ignore-git --qtpaths=/usr/lib/qt6/bin/qtpaths6 $(OPTION_JOBS)
+export PYBUILD_BUILD_ARGS=--relwithdebinfo --verbose --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