diff -pruN 1.0.5-1/debian/changelog 1.0.5-2/debian/changelog
--- 1.0.5-1/debian/changelog	2025-02-14 14:39:34.000000000 +0000
+++ 1.0.5-2/debian/changelog	2025-09-25 23:38:29.000000000 +0000
@@ -1,3 +1,12 @@
+microsocks (1.0.5-2) unstable; urgency=medium
+
+  * Declare compliance with Policy 4.7.2 with no changes.
+  * Convert the watch file to version 5 of the format.
+  * Run some more checks in Salsa CI.
+  * Drop the version in the python3-test-tunnel dependency.
+
+ -- Peter Pentchev <roam@debian.org>  Fri, 26 Sep 2025 02:38:29 +0300
+
 microsocks (1.0.5-1) unstable; urgency=medium
 
   * Add Salsa CI configuration.
diff -pruN 1.0.5-1/debian/control 1.0.5-2/debian/control
--- 1.0.5-1/debian/control	2025-02-14 14:39:34.000000000 +0000
+++ 1.0.5-2/debian/control	2025-09-25 23:38:29.000000000 +0000
@@ -8,9 +8,9 @@ Build-Depends:
  dh-sequence-single-binary,
  dpkg-build-api (= 1),
  python3 <!nocheck>,
- python3-test-tunnel (>> 0.1.1-2~) <!nocheck>,
+ python3-test-tunnel <!nocheck>,
 X-DH-Compat: 14
-Standards-Version: 4.7.0
+Standards-Version: 4.7.2
 Vcs-Git: https://salsa.debian.org/debian/microsocks.git
 Vcs-Browser: https://salsa.debian.org/debian/microsocks
 Homepage: https://github.com/rofl0r/microsocks
diff -pruN 1.0.5-1/debian/salsa-ci.yml 1.0.5-2/debian/salsa-ci.yml
--- 1.0.5-1/debian/salsa-ci.yml	2025-02-14 14:39:34.000000000 +0000
+++ 1.0.5-2/debian/salsa-ci.yml	2025-09-25 23:38:29.000000000 +0000
@@ -1,3 +1,9 @@
 ---
 include:
   - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml
+
+variables:
+  SALSA_CI_DISABLE_BUILD_PACKAGE_TWICE: 0
+  SALSA_CI_DISABLE_EXPORTORIG_FALLBACK: 1
+  SALSA_CI_REPROTEST_ENABLE_DIFFOSCOPE: 1
+  SALSA_CI_AUTOPKGTEST_ALLOWED_EXIT_STATUS: '0'
diff -pruN 1.0.5-1/debian/tests/control 1.0.5-2/debian/tests/control
--- 1.0.5-1/debian/tests/control	2025-02-14 14:39:34.000000000 +0000
+++ 1.0.5-2/debian/tests/control	2025-09-25 23:38:29.000000000 +0000
@@ -1,7 +1,7 @@
 Test-Command: python3 -B -u -m test_tunnel.cmd_test.microsocks -v -p /usr/bin/microsocks
 Depends:
  python3,
- python3-test-tunnel (>> 0.1.1-2~),
+ python3-test-tunnel,
  @,
 Restrictions:
  allow-stderr,
diff -pruN 1.0.5-1/debian/watch 1.0.5-2/debian/watch
--- 1.0.5-1/debian/watch	2025-02-14 14:39:34.000000000 +0000
+++ 1.0.5-2/debian/watch	2025-09-25 23:38:29.000000000 +0000
@@ -1,4 +1,5 @@
-version=4
-opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*@ARCHIVE_EXT@)%@PACKAGE@-$1%" \
-https://github.com/rofl0r/microsocks/tags \
- (?:.*?/)?v?@ANY_VERSION@@ARCHIVE_EXT@
+Version: 5
+
+Source: https://github.com/rofl0r/microsocks/tags
+Matching-Pattern: (?:.*?/)?v?@ANY_VERSION@@ARCHIVE_EXT@
+Filename-Mangle: s%(?:.*?)?v?(\d[\d.]*@ARCHIVE_EXT@)%@PACKAGE@-$1%
