[neon/qt/pyside2/Neon/release] debian: Continue building HTML documentation.
Dmitry Shachnev
null at kde.org
Wed Oct 19 14:56:29 BST 2022
Git commit d2379906f429832077654d9311ff95bdef857238 by Dmitry Shachnev.
Committed on 17/12/2020 at 17:39.
Pushed by jriddell into branch 'Neon/release'.
Continue building HTML documentation.
Upstream defaults to qch since v5.15.1 [1], but HTML is a more convenient
format for users as it does not require Qt Assistant (and it can be browsed
offline too).
[1]: https://codereview.qt-project.org/c/pyside/pyside-setup/+/300028
M +1 -0 debian/changelog
M +1 -1 debian/rules
https://invent.kde.org/neon/qt/pyside2/commit/d2379906f429832077654d9311ff95bdef857238
diff --git a/debian/changelog b/debian/changelog
index a02e09db..17cd86b8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ pyside2 (5.15.2-1) UNRELEASED; urgency=medium
* Build with system patchelf on all architectures. It is now available on
mipsel and mips64el too.
- Drop update-patchelf.patch, not needed with system patchelf.
+ * Continue building HTML documentation (upstream defaults to qch now).
[ Alexander Volkov ]
* Add python3-pyside2.qt{quickcontrols2,remoteobjects,serialport} packages.
diff --git a/debian/rules b/debian/rules
index 1e6101eb..90b9b0e4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,7 @@ endif
export PYBUILD_NAME=pyside2
export PYBUILD_SYSTEM=distutils
-export PYBUILD_BUILD_ARGS=--relwithdebinfo --verbose-build --no-examples --build-tests --ignore-git $(OPTION_JOBS)
+export PYBUILD_BUILD_ARGS=--relwithdebinfo --verbose-build --no-examples --build-tests --doc-build-online --ignore-git $(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