diff -pruN 1.5.3+dfsg-3/debian/changelog 1.5.3+dfsg-4/debian/changelog
--- 1.5.3+dfsg-3/debian/changelog	2022-11-01 19:13:24.000000000 +0000
+++ 1.5.3+dfsg-4/debian/changelog	2025-10-16 08:31:34.000000000 +0000
@@ -1,3 +1,14 @@
+berkeley-express (1.5.3+dfsg-4) unstable; urgency=medium
+
+  * Team upload.
+  * d/watch: version=5
+  * Fix build with CMake 4
+    Closes: #1112724
+  * Standards-Version: 4.7.2 (routine-update)
+  * debputy lint --auto-fix (routine-update)
+
+ -- Andreas Tille <tille@debian.org>  Thu, 16 Oct 2025 10:31:34 +0200
+
 berkeley-express (1.5.3+dfsg-3) unstable; urgency=medium
 
   * Team upload.
diff -pruN 1.5.3+dfsg-3/debian/control 1.5.3+dfsg-4/debian/control
--- 1.5.3+dfsg-3/debian/control	2022-11-01 19:13:24.000000000 +0000
+++ 1.5.3+dfsg-4/debian/control	2025-10-16 08:31:34.000000000 +0000
@@ -1,21 +1,23 @@
 Source: berkeley-express
+Standards-Version: 4.7.2
 Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
-Uploaders: Michael R. Crusoe <crusoe@debian.org>
+Uploaders:
+ Michael R. Crusoe <crusoe@debian.org>,
 Section: science
 Priority: optional
-Build-Depends: debhelper-compat (= 13),
-               libboost-thread-dev,
-               libboost-system-dev,
-               libboost-filesystem-dev,
-               libboost-program-options-dev,
-               libboost-date-time-dev,
-               libbamtools-dev,
-               libboost-tools-dev,
-               libgoogle-perftools-dev [amd64 arm64 armel armhf i386 powerpc ppc64el],
-               cmake,
-               libprotobuf-dev,
-               protobuf-compiler
-Standards-Version: 4.6.1
+Build-Depends:
+ debhelper-compat (= 13),
+ libboost-thread-dev,
+ libboost-system-dev,
+ libboost-filesystem-dev,
+ libboost-program-options-dev,
+ libboost-date-time-dev,
+ libbamtools-dev,
+ libboost-tools-dev,
+ libgoogle-perftools-dev [amd64 arm64 armel armhf i386 powerpc ppc64el],
+ cmake,
+ libprotobuf-dev,
+ protobuf-compiler,
 Vcs-Browser: https://salsa.debian.org/med-team/berkeley-express
 Vcs-Git: https://salsa.debian.org/med-team/berkeley-express.git
 Homepage: http://bio.math.berkeley.edu/eXpress/index.html
@@ -23,9 +25,11 @@ Rules-Requires-Root: no
 
 Package: berkeley-express
 Architecture: any
-Depends: ${shlibs:Depends},
-         ${misc:Depends}
-Recommends: med-config
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+Recommends:
+ med-config,
 Description: Streaming quantification for high-throughput sequencing
  eXpress is a streaming tool for quantifying the abundances of a set of
  target sequences from sampled subsequences. Example applications include
@@ -71,7 +75,8 @@ Package: berkeley-express-doc
 Architecture: all
 Multi-Arch: foreign
 Section: doc
-Depends: ${misc:Depends}
+Depends:
+ ${misc:Depends},
 Description: Documentation for RNA-Seq tool eXpress
  This package provides a PDF with the documentation for eXpress.
  .
diff -pruN 1.5.3+dfsg-3/debian/rules 1.5.3+dfsg-4/debian/rules
--- 1.5.3+dfsg-3/debian/rules	2022-11-01 19:13:24.000000000 +0000
+++ 1.5.3+dfsg-4/debian/rules	2025-10-16 08:31:34.000000000 +0000
@@ -9,6 +9,8 @@ DH_VERBOSE := 1
 %:
 	dh $@
 
+override_dh_auto_configure:
+	dh_auto_configure -- -DCMAKE_POLICY_VERSION_MINIMUM=3.5
 
 override_dh_compress:
 	dh_compress --exclude=express-doc.pdf
diff -pruN 1.5.3+dfsg-3/debian/watch 1.5.3+dfsg-4/debian/watch
--- 1.5.3+dfsg-3/debian/watch	2022-11-01 19:13:24.000000000 +0000
+++ 1.5.3+dfsg-4/debian/watch	2025-10-16 08:31:34.000000000 +0000
@@ -1,4 +1,7 @@
-version=4
+Version: 5
 
-opts="repacksuffix=+dfsg,dversionmangle=s/\+dfsg//g,filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE@-$1.tar.gz%" \
-  https://github.com/adarob/eXpress/tags .*/@ANY_VERSION@@ARCHIVE_EXT@
+Template: Github
+Owner: adarob
+Project: eXpress
+Repack-Suffix: +dfsg
+Dversion-Mangle: auto
