[neon/qt6/qt6-base/Neon/unstable] debian: Reapply "doc bootstrap build"

Carlos De Maine null at kde.org
Sun Dec 8 03:24:21 GMT 2024


Git commit 82987e2e1345011d192908605ac46efdd3d3c742 by Carlos De Maine.
Committed on 08/12/2024 at 03:24.
Pushed by carlosdem into branch 'Neon/unstable'.

Reapply "doc bootstrap build"

This reverts commit 302e9ef6b7462a263b506e1d4b0bbf5bfd3ddecb.

M  +1    -1    debian/qt6-base-doc.install
M  +3    -3    debian/rules

https://invent.kde.org/neon/qt6/qt6-base/-/commit/82987e2e1345011d192908605ac46efdd3d3c742

diff --git a/debian/qt6-base-doc.install b/debian/qt6-base-doc.install
index 1379c86..164be57 100644
--- a/debian/qt6-base-doc.install
+++ b/debian/qt6-base-doc.install
@@ -1 +1 @@
-usr/share/qt6/doc/q*
+#usr/share/qt6/doc/q*
diff --git a/debian/rules b/debian/rules
index c21fb57..b721e81 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,14 +7,14 @@ include /usr/share/dpkg/architecture.mk
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all optimize=+lto
 
 #### uncomment when bootstrapping a new qt release ####
-#DEB_BUILD_PROFILES="nodoc"
-#export DEB_BUILD_PROFILES
+DEB_BUILD_PROFILES="nodoc"
+export DEB_BUILD_PROFILES
 
 sslpkgname := $(shell dpkg-query --show '--showformat=$${Depends}' libssl-dev | cut -d ' ' -f1)
 
 # the next statement obviously has to have inverted logic (ifneq instad of ifeq) to work
 # for a nodoc build as nodoc is not being added to DEB_BUILD_PROFILES for some reason
-ifeq (,$(filter nodoc,$(DEB_BUILD_PROFILES)),)
+ifneq (,$(filter nodoc,$(DEB_BUILD_PROFILES)),)
 	extra_build_args +=
 	extra_install_args +=
 	build_docs += false



More information about the Neon-commits mailing list