[neon/qt6/qt6-positioning/Neon/release] debian: bump internal build deps

Carlos De Maine null at kde.org
Wed Apr 30 14:31:10 BST 2025


Git commit 7a90ffeb06ae2a3d2b7b789f0bdefe99fb8438d0 by Carlos De Maine.
Committed on 30/04/2025 at 13:12.
Pushed by carlosdem into branch 'Neon/release'.

bump internal build deps

M  +7    -7    debian/control
M  +0    -11   debian/rules

https://invent.kde.org/neon/qt6/qt6-positioning/-/commit/7a90ffeb06ae2a3d2b7b789f0bdefe99fb8438d0

diff --git a/debian/control b/debian/control
index 7cdd775..14f2c3a 100644
--- a/debian/control
+++ b/debian/control
@@ -14,17 +14,17 @@ Build-Depends: cmake,
                ninja-build,
                pkgconf,
                pkg-kde-tools,
-               qt6-base-dev (>= 6.8.2~),
-               qt6-declarative-dev (>= 6.8.2~),
-               qt6-serialport-dev (>= 6.8.2~),
-               qt6-svg-dev (>= 6.8.2~),
+               qt6-base-dev (>= 6.9.0~),
+               qt6-declarative-dev (>= 6.9.0~),
+               qt6-serialport-dev (>= 6.9.0~),
+               qt6-svg-dev (>= 6.9.0~),
                rapidjson-dev (>= 1.1.0),
                xauth <!nocheck>,
                xvfb <!nocheck>,
                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/
 Vcs-Browser: https://salsa.debian.org/qt-kde-team/qt6/qt6-positioning
diff --git a/debian/rules b/debian/rules
index 05206ab..c71dc83 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,22 +3,11 @@ include /usr/share/dpkg/architecture.mk
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all optimize=+lto
 
-#### uncomment when bootstrapping a new qt release ####
-#export DEB_BUILD_PROFILES := ${DEB_BUILD_PROFILES} nodoc
-
 # QT_HOST_PATH isn't passed in cross-builds
 ifneq ($(DEB_BUILD_ARCH),$(DEB_HOST_ARCH))
 	extra_cmake_args += -DQT_HOST_PATH=/usr
 endif
 
-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
-endif
-
 %:
 	dh $@ --with pkgkde_symbolshelper --buildsystem=cmake+ninja
 


More information about the Neon-commits mailing list