diff -pruN 3.2.0-2/debian/changelog 3.2.0-3/debian/changelog
--- 3.2.0-2/debian/changelog	2020-07-23 06:19:11.000000000 +0000
+++ 3.2.0-3/debian/changelog	2025-10-06 18:07:41.000000000 +0000
@@ -1,3 +1,14 @@
+kproperty (3.2.0-3) unstable; urgency=medium
+
+  * Drop Rules-Requires-Root: no, no more needed since Debian trixie.
+  * Bump Standards-Version to 4.7.2, no changes required.
+  * Pass -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to cmake so it builds with cmake 4
+    (hoping that everything works properly). (Closes: #1113083)
+  * Tweak watch file so it works with newer versions of uscan.
+  * Update symbols file.
+
+ -- Pino Toscano <pino@debian.org>  Mon, 06 Oct 2025 20:07:41 +0200
+
 kproperty (3.2.0-2) unstable; urgency=medium
 
   * Update symbols file for GCC 10. (Closes: #957410)
diff -pruN 3.2.0-2/debian/control 3.2.0-3/debian/control
--- 3.2.0-2/debian/control	2020-07-23 06:02:08.000000000 +0000
+++ 3.2.0-3/debian/control	2025-10-06 16:50:42.000000000 +0000
@@ -13,8 +13,7 @@ Build-Depends: cmake (>= 3.0),
                libkf5widgetsaddons-dev (>= 5.16.0),
                pkg-kde-tools (>= 0.15.16),
                qttools5-dev,
-Standards-Version: 4.5.0
-Rules-Requires-Root: no
+Standards-Version: 4.7.2
 Homepage: https://community.kde.org/KProperty
 Vcs-Git: https://salsa.debian.org/qt-kde-team/extras/kproperty.git
 Vcs-Browser: https://salsa.debian.org/qt-kde-team/extras/kproperty
diff -pruN 3.2.0-2/debian/libkpropertywidgets3-4.symbols 3.2.0-3/debian/libkpropertywidgets3-4.symbols
--- 3.2.0-2/debian/libkpropertywidgets3-4.symbols	2020-07-23 05:51:06.000000000 +0000
+++ 3.2.0-3/debian/libkpropertywidgets3-4.symbols	2025-10-06 17:22:40.000000000 +0000
@@ -1,4 +1,4 @@
-# SymbolsHelper-Confirmed: 3.2.0 amd64
+# SymbolsHelper-Confirmed: 3.2.0 amd64 i386
 libKPropertyWidgets3.so.4 libkpropertywidgets3-4 #MINVER#
 * Build-Depends-Package: libkproperty3-dev
  _ZN14KPropertyLabel10commitDataEP7QWidget@Base 3.0.0
@@ -512,6 +512,7 @@ libKPropertyWidgets3.so.4 libkpropertywi
  _ZNK31KPropertyLineStyleComboDelegate12createEditorEiP7QWidgetRK20QStyleOptionViewItemRK11QModelIndex@Base 3.0.0
  _ZNK31KPropertyLineStyleComboDelegate13valueToStringERK8QVariantRK7QLocale@Base 3.0.0
  _ZNK31KPropertyLineStyleComboDelegate5paintEP8QPainterRK20QStyleOptionViewItemRK11QModelIndex@Base 3.0.0
+ (optional=templinst)_ZNSt7__cxx114listI7QStringSaIS1_EE6uniqueEv@Base 3.2.0
  _ZTI14KPropertyLabel@Base 3.0.0
  _ZTI18KPropertyUrlEditor@Base 3.0.0
  _ZTI19KPropertyBoolEditor@Base 3.0.0
diff -pruN 3.2.0-2/debian/rules 3.2.0-3/debian/rules
--- 3.2.0-2/debian/rules	2020-07-23 06:03:03.000000000 +0000
+++ 3.2.0-3/debian/rules	2025-10-06 16:48:55.000000000 +0000
@@ -4,6 +4,8 @@
 	dh $@ --with kf5
 
 override_dh_auto_configure:
-	dh_auto_configure -Skf5 -- -DBUILD_TESTING=OFF
+	dh_auto_configure -Skf5 -- \
+		-DCMAKE_POLICY_VERSION_MINIMUM=3.5 \
+		-DBUILD_TESTING=OFF
 
 .PHONY: override_dh_auto_test
diff -pruN 3.2.0-2/debian/watch 3.2.0-3/debian/watch
--- 3.2.0-2/debian/watch	2018-03-08 10:43:00.000000000 +0000
+++ 3.2.0-3/debian/watch	2025-10-06 16:49:55.000000000 +0000
@@ -1,2 +1,2 @@
 version=4
-https://download.kde.org/stable/@PACKAGE@/src/@PACKAGE@-([\d.]+)\.tar\.xz
+https://download.kde.org/stable/kproperty/src/@PACKAGE@-([\d.]+)\.tar\.xz
