[neon/qt6/qt6-base/Neon/release] debian: bump internal versions && back to non-bootstrap build

Carlos De Maine null at kde.org
Wed Apr 30 13:36:18 BST 2025


Git commit 6681b14f24dd28743e2f66b6a4243e60037ed667 by Carlos De Maine.
Committed on 30/04/2025 at 12:35.
Pushed by carlosdem into branch 'Neon/release'.

bump internal versions && back to non-bootstrap build

M  +1    -1    debian/binary_indep.yaml
M  +3    -3    debian/control
M  +9    -2    debian/rules

https://invent.kde.org/neon/qt6/qt6-base/-/commit/6681b14f24dd28743e2f66b6a4243e60037ed667

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 67badba..a738ddb 100644
--- a/debian/control
+++ b/debian/control
@@ -101,9 +101,9 @@ Build-Depends: cmake,
                shared-mime-info,
                unixodbc-dev,
                zlib1g-dev,
-Build-Depends-Indep: qt6-base-dev (>=6.8~) <!nodoc>,
-                     qt6-documentation-tools (>=6.8~) <!nodoc>,
-                     qt6-base-doc (>=6.8~) <!nodoc>,
+Build-Depends-Indep: qt6-base-dev (>=6.9~) <!nodoc>,
+                     qt6-documentation-tools (>=6.9~) <!nodoc>,
+                     qt6-base-doc (>=6.9~) <!nodoc>,
 Standards-Version: 4.6.2
 Homepage: https://www.qt.io/developers/
 Rules-Requires-Root: no
diff --git a/debian/rules b/debian/rules
index 673ae19..6e1fba5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,7 +32,6 @@ endif
 
 # -DFEATURE_lttng=ON \ still not working with DQT_UNITY_BUILD
 
-
 override_dh_auto_configure:
 	dh_auto_configure -- \
 		-DCMAKE_BUILD_TYPE=RelWithDebInfo \
@@ -117,6 +116,13 @@ execute_after_dh_auto_install-arch:
 	sed -i 's,lib/qt6/bin/qtpaths,bin/$(DEB_HOST_GNU_TYPE)-qtpaths6,' \
 		debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/cmake/Qt6CoreTools/Qt6CoreToolsTargets-none.cmake
 
+ifeq ($(filter nodoc,$(DEB_BUILD_PROFILES)),)
+override_dh_auto_build-indep:
+	dh_auto_build
+
+override_dh_auto_install-indep:
+	DESTDIR=$(CURDIR)/debian/tmp dh_auto_build -- install
+else
 override_dh_auto_build-indep:
 	dh_auto_build -- docs
 
@@ -124,7 +130,8 @@ override_dh_auto_install-indep:
 	DESTDIR=$(CURDIR)/debian/tmp dh_auto_build -- install_docs
 	# Remove build path from index files.
 	find $(CURDIR)/debian/tmp/usr/share/qt6/doc -type f -name *.index -exec \
-		sed -i 's@$(CURDIR)/@@g' {} \;
+                sed -i 's@$(CURDIR)/@@g' {} \;
+endif
 
 override_dh_makeshlibs:
 	dh_makeshlibs -XlibQt6EglFSDeviceIntegration -XlibQt6EglFsKmsGbmSupport -XlibQt6EglFsKmsSupport -XlibQt6XcbQpa


More information about the Neon-commits mailing list