[neon/qt6/qt6-declarative/Neon/release] debian: nodoc build

Carlos De Maine null at kde.org
Sat Dec 7 04:13:28 GMT 2024


Git commit 725e13f77dfed92703c14178a167aed20595ceea by Carlos De Maine.
Committed on 07/12/2024 at 03:13.
Pushed by carlosdem into branch 'Neon/release'.

nodoc build

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

https://invent.kde.org/neon/qt6/qt6-declarative/-/commit/725e13f77dfed92703c14178a167aed20595ceea

diff --git a/debian/qt6-declarative-doc.install b/debian/qt6-declarative-doc.install
index 36c01e0..8536ff4 100644
--- a/debian/qt6-declarative-doc.install
+++ b/debian/qt6-declarative-doc.install
@@ -1 +1 @@
-#usr/share/qt6/doc/
+usr/share/qt6/doc/
diff --git a/debian/rules b/debian/rules
index 9952c7b..6046f27 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,12 +6,12 @@ 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
 
 # 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