[neon/qt6/qt6-declarative/Neon/release] debian: back to normal doc build

Carlos De Maine null at kde.org
Thu May 1 05:47:32 BST 2025


Git commit 2e9adcaa482fb39bce3b84f59854f74342c2531e by Carlos De Maine.
Committed on 01/05/2025 at 04:47.
Pushed by carlosdem into branch 'Neon/release'.

back to normal doc build

M  +1    -1    debian/binary_indep.yaml
M  +8    -8    debian/control
M  +6    -6    debian/qt6-declarative-dev.install
M  +1    -1    debian/qt6-declarative.install
M  +1    -1    debian/rules

https://invent.kde.org/neon/qt6/qt6-declarative/-/commit/2e9adcaa482fb39bce3b84f59854f74342c2531e

diff --git a/debian/binary_indep.yaml b/debian/binary_indep.yaml
index 687b2fd..eb4c61d 100644
--- a/debian/binary_indep.yaml
+++ b/debian/binary_indep.yaml
@@ -1,2 +1,2 @@
 # binary_indep qt6 bootstrap build - true or false
-- 'true'
+- 'false'
diff --git a/debian/control b/debian/control
index f90f996..ea8873d 100644
--- a/debian/control
+++ b/debian/control
@@ -18,14 +18,14 @@ Build-Depends: cmake,
                qt6-base-dev (>=6.9.0~),
 #               qt6-declarative-dev:native <cross>,
                qt6-languageserver-dev (>=6.9.0~),
-               qt6-location-dev (>=6.8.3~),
-               qt6-positioning-dev (>=6.8.3~),
-               qt6-shadertools-dev (>=6.8.3~),
-               qt6-svg-dev (>=6.8.3~),
-               qt6-tools-dev (>=6.8.3~),
-Build-Depends-Indep: qt6-base-dev (>=6.8~) <!nodoc>,
-                     qt6-base-doc (>=6.8~) <!nodoc>,
-                     qt6-documentation-tools (>=6.8~) <!nodoc>,
+               qt6-location-dev (>=6.9.0~),
+               qt6-positioning-dev (>=6.9.0~),
+               qt6-shadertools-dev (>=6.9.0~),
+               qt6-svg-dev (>=6.9.0~),
+               qt6-tools-dev (>=6.9.0~),
+Build-Depends-Indep: qt6-base-dev (>=6.9~) <!nodoc>,
+                     qt6-base-doc (>=6.9~) <!nodoc>,
+                     qt6-tools (>=6.9~) <!nodoc>,
 Standards-Version: 4.6.2
 Homepage: https://www.qt.io/developers/
 Vcs-Git: https://salsa.debian.org/qt-kde-team/qt6/qt6-declarative.git
diff --git a/debian/qt6-declarative-dev.install b/debian/qt6-declarative-dev.install
index c17bfe2..7edfee3 100755
--- a/debian/qt6-declarative-dev.install
+++ b/debian/qt6-declarative-dev.install
@@ -6,23 +6,23 @@ usr/lib/${DEB_HOST_MULTIARCH}/*.so
 usr/lib/${DEB_HOST_MULTIARCH}/cmake/
 usr/lib/${DEB_HOST_MULTIARCH}/objects-*/
 usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig/
-usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/ <nodoc>
+usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/ <!nodoc>
 usr/lib/${DEB_HOST_MULTIARCH}/qt6/metatypes/
 usr/lib/${DEB_HOST_MULTIARCH}/qt6/mkspecs/
 usr/lib/${DEB_HOST_MULTIARCH}/qt6/modules/*.json
 usr/lib/${DEB_HOST_MULTIARCH}/qt6/sbom/
 usr/lib/qt6/bin/qmldom
-usr/lib/qt6/bin/qmleasing <nodoc>
+usr/lib/qt6/bin/qmleasing <!nodoc>
 usr/lib/qt6/bin/qmlformat
 usr/lib/qt6/bin/qmllint
 usr/lib/qt6/bin/qmlls
-usr/lib/qt6/bin/qmlplugindump <nodoc>
+usr/lib/qt6/bin/qmlplugindump <!nodoc>
 usr/lib/qt6/bin/qmlpreview
 usr/lib/qt6/bin/qmlprofiler
 usr/lib/qt6/bin/qmltc
-usr/lib/qt6/bin/qmltestrunner <nodoc>
-usr/lib/qt6/bin/qmltime <nodoc>
-usr/lib/qt6/bin/svgtoqml <nodoc>
+usr/lib/qt6/bin/qmltestrunner <!nodoc>
+usr/lib/qt6/bin/qmltime <!nodoc>
+usr/lib/qt6/bin/svgtoqml <!nodoc>
 usr/lib/qt6/libexec/qmlaotstats
 usr/lib/qt6/libexec/qmlcachegen
 usr/lib/qt6/libexec/qmlimportscanner
diff --git a/debian/qt6-declarative.install b/debian/qt6-declarative.install
index 392a71a..d9327e7 100755
--- a/debian/qt6-declarative.install
+++ b/debian/qt6-declarative.install
@@ -3,5 +3,5 @@ usr/lib/${DEB_HOST_MULTIARCH}/libQt6*.so.*
 usr/lib/${DEB_HOST_MULTIARCH}/qt6/plugins/
 usr/lib/${DEB_HOST_MULTIARCH}/qt6/qml/
 usr/lib/qt6/bin/qml
-usr/lib/qt6/bin/qmlscene <nodoc>
+usr/lib/qt6/bin/qmlscene <!nodoc>
 usr/lib/qt6/libexec/qmljsrootgen
diff --git a/debian/rules b/debian/rules
index 51295bd..594c3e2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -43,7 +43,7 @@ override_dh_makeshlibs:
 #override_dh_qmldeps:
 #	LD_LIBRARY_PATH=debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/ dh_qmldeps
 
-ifeq ($(filter nodoc,$(DEB_BUILD_PROFILES)),)
+ifeq ($(filter !nodoc,$(DEB_BUILD_PROFILES)),)
 override_dh_auto_build-indep:
 	dh_auto_build
 


More information about the Neon-commits mailing list