diff -pruN 1.1.13-2/debian/changelog 1.1.13-3/debian/changelog
--- 1.1.13-2/debian/changelog	2019-09-13 07:53:52.000000000 +0000
+++ 1.1.13-3/debian/changelog	2025-10-28 17:14:06.000000000 +0000
@@ -1,3 +1,18 @@
+openhft-chronicle-wire (1.1.13-3) unstable; urgency=medium
+
+  * Team upload
+  * Raising Standards version to 4.7.2 (no change)
+  * Building against snakeyaml 2.x (Closes: #1117942)
+  * Rewriting d/watch with version 5, syntax changes
+  * Removing unneeded versioned B-D
+
+  [ Debian Janitor ]
+  * Use secure copyright file specification URI.
+  * Bump debhelper from old 11 to 13.
+  * Set debhelper-compat version in Build-Depends.
+
+ -- Pierre Gruet <pgt@debian.org>  Tue, 28 Oct 2025 18:14:06 +0100
+
 openhft-chronicle-wire (1.1.13-2) unstable; urgency=medium
 
   * Added the missing build dependency on libeasymock-java (Closes: #917759)
diff -pruN 1.1.13-2/debian/compat 1.1.13-3/debian/compat
--- 1.1.13-2/debian/compat	2019-09-13 07:53:29.000000000 +0000
+++ 1.1.13-3/debian/compat	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-11
diff -pruN 1.1.13-2/debian/control 1.1.13-3/debian/control
--- 1.1.13-2/debian/control	2019-09-13 07:53:29.000000000 +0000
+++ 1.1.13-3/debian/control	2025-10-28 17:08:40.000000000 +0000
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
 Uploaders: Emmanuel Bourg <ebourg@apache.org>
 Build-Depends:
- debhelper (>= 11),
+ debhelper-compat (= 13),
  default-jdk,
  junit4,
  libeasymock-java,
@@ -12,9 +12,9 @@ Build-Depends:
  libmaven-bundle-plugin-java,
  libopenhft-chronicle-bytes-java,
  libslf4j-java,
- libyaml-snake-java,
- maven-debian-helper (>= 2.1)
-Standards-Version: 4.4.0
+ libyaml-snake-java (>= 2.5+ds),
+ maven-debian-helper
+Standards-Version: 4.7.2
 Vcs-Git: https://salsa.debian.org/java-team/openhft-chronicle-wire.git
 Vcs-Browser: https://salsa.debian.org/java-team/openhft-chronicle-wire
 Homepage: https://github.com/OpenHFT/Chronicle-Wire
diff -pruN 1.1.13-2/debian/copyright 1.1.13-3/debian/copyright
--- 1.1.13-2/debian/copyright	2016-07-31 12:53:49.000000000 +0000
+++ 1.1.13-3/debian/copyright	2025-10-28 17:04:24.000000000 +0000
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: OpenHFT Chronicle Wire
 Source: https://github.com/OpenHFT/Chronicle-Wire
 
diff -pruN 1.1.13-2/debian/maven.rules 1.1.13-3/debian/maven.rules
--- 1.1.13-2/debian/maven.rules	2016-07-31 12:53:49.000000000 +0000
+++ 1.1.13-3/debian/maven.rules	2025-10-28 17:07:24.000000000 +0000
@@ -1,3 +1,3 @@
 
 junit junit * s/.*/4.x/ * *
-org.yaml snakeyaml * s/.*/1.x/ * *
+org.yaml snakeyaml * s/.*/2.x/ * *
diff -pruN 1.1.13-2/debian/watch 1.1.13-3/debian/watch
--- 1.1.13-2/debian/watch	2019-09-13 07:53:21.000000000 +0000
+++ 1.1.13-3/debian/watch	2025-10-28 17:05:53.000000000 +0000
@@ -1,3 +1,6 @@
-version=4
-opts="repack,compression=xz" \
-https://github.com/OpenHFT/Chronicle-Wire/tags .*/chronicle-wire-(.*).tar.gz
+Version: 5
+
+Source: https://github.com/OpenHFT/Chronicle-Wire/tags
+Matching-Pattern: .*/chronicle-wire-(.*).tar.gz
+Compression: xz
+Repack: yes
