diff -pruN 0.9.2-4/debian/changelog 0.9.2-5/debian/changelog
--- 0.9.2-4/debian/changelog	2024-09-13 19:52:31.000000000 +0000
+++ 0.9.2-5/debian/changelog	2025-09-17 16:45:55.000000000 +0000
@@ -1,3 +1,12 @@
+qgnomeplatform (0.9.2-5) unstable; urgency=medium
+
+  [ Patrick Franz ]
+  * Team upload.
+  * Fix build failure with CMake 4 (Closes: #1113440).
+  * Bump Standards-Version to 4.7.2 (no changes needed).
+
+ -- Patrick Franz <deltaone@debian.org>  Wed, 17 Sep 2025 18:45:55 +0200
+
 qgnomeplatform (0.9.2-4) unstable; urgency=medium
 
   * Team upload.
diff -pruN 0.9.2-4/debian/control 0.9.2-5/debian/control
--- 0.9.2-4/debian/control	2024-09-13 19:49:44.000000000 +0000
+++ 0.9.2-5/debian/control	2025-09-17 16:45:38.000000000 +0000
@@ -22,7 +22,7 @@ Build-Depends: cmake (>= 3.0),
                libadwaitaqt6-dev (>= 1.4.2~),
                qt6-wayland-dev (>= 6.2.0~),
                qt6-wayland-private-dev (>= 6.2.0~),
-Standards-Version: 4.7.0
+Standards-Version: 4.7.2
 Homepage: https://github.com/FedoraQt/QGnomePlatform
 Vcs-Git: https://salsa.debian.org/qt-kde-team/extras/qgnomeplatform.git
 Vcs-Browser: https://salsa.debian.org/qt-kde-team/extras/qgnomeplatform
diff -pruN 0.9.2-4/debian/rules 0.9.2-5/debian/rules
--- 0.9.2-4/debian/rules	2024-09-13 19:43:36.000000000 +0000
+++ 0.9.2-5/debian/rules	2025-09-17 16:42:10.000000000 +0000
@@ -8,8 +8,8 @@ export DEB_BUILD_MAINT_OPTIONS = hardeni
 
 
 override_dh_auto_configure:
-	dh_auto_configure
-	dh_auto_configure --builddir=qt6-build -- -DUSE_QT6=true
+	dh_auto_configure -- -DCMAKE_POLICY_VERSION_MINIMUM=3.5
+	dh_auto_configure --builddir=qt6-build -- -DUSE_QT6=true -DCMAKE_POLICY_VERSION_MINIMUM=3.5
 
 override_dh_auto_build:
 	dh_auto_build
