[neon/qt6/qt6-tools/Neon/unstable] debian: back to full doc build
Carlos De Maine
null at kde.org
Mon Dec 9 00:27:45 GMT 2024
Git commit be17da4663003b92f8a2e088bdc6a74a55b66465 by Carlos De Maine.
Committed on 09/12/2024 at 00:26.
Pushed by carlosdem into branch 'Neon/unstable'.
back to full doc build
M +3 -3 debian/control
M +1 -1 debian/qt6-tools-doc.install
M +3 -3 debian/rules
https://invent.kde.org/neon/qt6/qt6-tools/-/commit/be17da4663003b92f8a2e088bdc6a74a55b66465
diff --git a/debian/control b/debian/control
index f367f97..ba3c75b 100644
--- a/debian/control
+++ b/debian/control
@@ -23,9 +23,9 @@ Build-Depends: clang,
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>,
+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 d22b0e0..6a0b95c 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 4f04afb..8429204 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
-ifneq (,$(filter nodoc,$(DEB_BUILD_PROFILES)),)
+ifeq (,$(filter nodoc,$(DEB_BUILD_PROFILES)),)
extra_build_args +=
extra_install_args +=
build_docs += false
More information about the Neon-commits
mailing list