[neon/qt6/qt6-tools/Neon/unstable] debian: nodoc bootstrap

Carlos De Maine null at kde.org
Sun Dec 8 04:44:08 GMT 2024


Git commit d9a8dceb871ead3d1f222f42c026e7895776820e by Carlos De Maine.
Committed on 08/12/2024 at 04:44.
Pushed by carlosdem into branch 'Neon/unstable'.

nodoc bootstrap

M  +4    -4    debian/control
M  +1    -1    debian/qt6-tools-doc.install
M  +3    -3    debian/rules

https://invent.kde.org/neon/qt6/qt6-tools/-/commit/d9a8dceb871ead3d1f222f42c026e7895776820e

diff --git a/debian/control b/debian/control
index ba3c75b..03a340e 100644
--- a/debian/control
+++ b/debian/control
@@ -22,10 +22,10 @@ Build-Depends: clang,
                pkgconf,
                pkg-kde-tools,
                qt6-base-dev (>= 6.8.0~),
-               qt6-declarative-dev (>= 6.8.0~)
-Build-Depends-Indep: qt6-base-dev (>= 6.8~) <!nodoc>,
-                     qt6-base-doc (>= 6.8~) <!nodoc>,
-                     qt6-documentation-tools (>= 6.8~) <!nodoc>,
+#               qt6-declarative-dev (>= 6.8.0~)
+#Build-Depends-Indep: qt6-base-dev (>= 6.8~) <!nodoc>,
+#                     qt6-base-doc (>= 6.8~) <!nodoc>,
+#                     qt6-documentation-tools (>= 6.8~) <!nodoc>,
 Standards-Version: 4.6.2
 Homepage: https://www.qt.io/developers/
 Vcs-Browser: https://salsa.debian.org/qt-kde-team/qt6/qt6-tools
diff --git a/debian/qt6-tools-doc.install b/debian/qt6-tools-doc.install
index 6a0b95c..d22b0e0 100644
--- a/debian/qt6-tools-doc.install
+++ b/debian/qt6-tools-doc.install
@@ -1 +1 @@
-usr/share/qt6/doc
+#usr/share/qt6/doc
diff --git a/debian/rules b/debian/rules
index 8429204..4f04afb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,14 +11,14 @@ export LLVM_INSTALL_DIR := $(shell llvm-config --prefix)
 #export DEB_BUILD_PROFILES := ${DEB_BUILD_PROFILES} nodoc
 
 #### 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