[neon/qt6/qt6-imageformats/Neon/release] debian: bump versions

Carlos De Maine null at kde.org
Thu May 1 14:48:53 BST 2025


Git commit feead850fef95ef1e8e8f88aca9d1041f1e8c87f by Carlos De Maine.
Committed on 01/05/2025 at 13:48.
Pushed by carlosdem into branch 'Neon/release'.

bump versions

M  +3    -4    debian/control
M  +0    -11   debian/rules

https://invent.kde.org/neon/qt6/qt6-imageformats/-/commit/feead850fef95ef1e8e8f88aca9d1041f1e8c87f

diff --git a/debian/control b/debian/control
index fa188c9..a6eb0db 100644
--- a/debian/control
+++ b/debian/control
@@ -15,10 +15,9 @@ Build-Depends: cmake (>= 3.18~),
                ninja-build,
                pkgconf,
                pkg-kde-tools,
-               qt6-base-dev (>= 6.8.2~),
-Build-Depends-Indep: qt6-base-dev (>= 6.8~) <!nodoc>,
-                     qt6-documentation-tools (>= 6.8~) <!nodoc>,
-                     qt6-base-doc (>= 6.8~) <!nodoc>,
+               qt6-base-dev (>= 6.9.0~),
+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/
 Rules-Requires-Root: no
diff --git a/debian/rules b/debian/rules
index 7c724f3..3a3f07a 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