[neon/qt6/qt6-wayland/Neon/release] debian: bump 6.9 bits

Carlos De Maine null at kde.org
Thu May 1 14:08:58 BST 2025


Git commit 44a245a6f0f794150084dc8a36291aae12c88c44 by Carlos De Maine.
Committed on 01/05/2025 at 07:37.
Pushed by carlosdem into branch 'Neon/release'.

bump 6.9 bits

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

https://invent.kde.org/neon/qt6/qt6-wayland/-/commit/44a245a6f0f794150084dc8a36291aae12c88c44

diff --git a/debian/control b/debian/control
index bca8f4a..9f8e30e 100644
--- a/debian/control
+++ b/debian/control
@@ -20,15 +20,14 @@ Build-Depends: cmake,
                ninja-build,
                pkgconf,
                pkg-kde-tools,
-               qt6-base-dev (>= 6.8.2~),
-               qt6-declarative-dev (>= 6.8.2~),
+               qt6-base-dev (>= 6.9.0~),
+               qt6-declarative-dev (>= 6.9.0~),
 #               qt6-wayland-dev:native <cross>,
                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-tools (>= 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-wayland
@@ -43,8 +42,8 @@ Pre-Depends: ${misc:Pre-Depends}
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Breaks: libqt6waylandeglclienthwintegration6,
         libqt6waylandeglcompositorhwintegration6,
-Provides: qt6-waylandclient-private-abi (= 6.8.2),
-          qt6-waylandcompositor-private-abi (= 6.8.2),
+Provides: qt6-waylandclient-private-abi (= 6.9.0),
+          qt6-waylandcompositor-private-abi (= 6.9.0),
 Replaces: libqt6waylandclient6,
           libqt6waylandclient6t64,
           libqt6waylandcompositor6,
diff --git a/debian/rules b/debian/rules
index b626a70..e9ff52d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,17 +6,6 @@ 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
-
-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
-
 # QT_HOST_PATH isn't passed in cross-builds
 ifneq ($(DEB_BUILD_ARCH),$(DEB_HOST_ARCH))
 	cmake_extra_args += \


More information about the Neon-commits mailing list