[neon/qt6/pyside6/Neon/release] debian: verbose build

Carlos De Maine null at kde.org
Fri Jun 30 09:29:16 BST 2023


Git commit d182b7a8727add36dc3b4fe188547bf97a23efba by Carlos De Maine.
Committed on 30/06/2023 at 08:29.
Pushed by carlosdem into branch 'Neon/release'.

verbose build

M  +1    -0    debian/control
M  +1    -1    debian/rules

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

diff --git a/debian/control b/debian/control
index da3a461..5ab7f37 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,7 @@ Maintainer: Jonathan Esk-Riddell <jr at jriddell.org>
 Build-Depends: chrpath,
                cmake,
                debhelper-compat (= 13),
+               dh-sequence-python3,
                dh-python,
                libclang-dev,
                libxml2-dev,
diff --git a/debian/rules b/debian/rules
index 7087022..2825e35 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-build --no-examples --build-tests --doc-build-online --ignore-git --qtpaths=/usr/lib/qt6/bin/qtpaths6 $(OPTION_JOBS)
+export PYBUILD_BUILD_ARGS=--relwithdebinfo --verbose --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