diff -pruN 1.3-1/debian/changelog 1.3-2/debian/changelog
--- 1.3-1/debian/changelog	2021-10-02 13:58:41.000000000 +0000
+++ 1.3-2/debian/changelog	2025-10-28 12:22:27.000000000 +0000
@@ -1,3 +1,15 @@
+python-text-unidecode (1.3-2) unstable; urgency=medium
+
+  * Team Upload
+  * Add debian/salsa-ci.yml
+  * Use dh-sequence-python3
+  * Drop "Rules-Requires-Root: no": it is the default now
+  * Replace usage of compat "py.test-3" with canonical "pytest"
+  * Bump Standards-Version to 4.7.2
+  * Rewrite d/watch in v5 format
+
+ -- Alexandre Detiste <tchet@debian.org>  Tue, 28 Oct 2025 13:22:27 +0100
+
 python-text-unidecode (1.3-1) unstable; urgency=medium
 
   * [1061c9e] d/README.source: Adding additional information
diff -pruN 1.3-1/debian/control 1.3-2/debian/control
--- 1.3-1/debian/control	2021-10-02 13:24:08.000000000 +0000
+++ 1.3-2/debian/control	2025-10-28 12:22:27.000000000 +0000
@@ -6,13 +6,11 @@ Section: python
 Priority: optional
 Build-Depends:
  debhelper-compat (= 13),
+ dh-sequence-python3,
  python3-all,
-Build-Depends-Indep:
- dh-python,
- python3-pytest,
+ python3-pytest <!nocheck>,
  python3-setuptools,
-Rules-Requires-Root: no
-Standards-Version: 4.6.0
+Standards-Version: 4.7.2
 Vcs-Browser: https://salsa.debian.org/python-team/packages/python-text-unidecode
 Vcs-Git: https://salsa.debian.org/python-team/packages/python-text-unidecode.git
 Homepage: https://github.com/kmike/text-unidecode
diff -pruN 1.3-1/debian/rules 1.3-2/debian/rules
--- 1.3-1/debian/rules	2021-10-02 13:47:26.000000000 +0000
+++ 1.3-2/debian/rules	2025-10-28 12:21:33.000000000 +0000
@@ -9,9 +9,9 @@ export PYBUILD_NAME=text-unidecode
 export PYBUILD_SYSTEM=distutils
 
 %:
-	dh $@ --with python3 --buildsystem=pybuild
+	dh $@ --buildsystem=pybuild
 
 override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-	PYTHONPATH=src py.test-3
+	PYTHONPATH=src pytest
 endif
diff -pruN 1.3-1/debian/salsa-ci.yml 1.3-2/debian/salsa-ci.yml
--- 1.3-1/debian/salsa-ci.yml	1970-01-01 00:00:00.000000000 +0000
+++ 1.3-2/debian/salsa-ci.yml	2025-10-28 12:20:17.000000000 +0000
@@ -0,0 +1,2 @@
+include:
+  - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml
diff -pruN 1.3-1/debian/watch 1.3-2/debian/watch
--- 1.3-1/debian/watch	2021-07-26 10:18:41.000000000 +0000
+++ 1.3-2/debian/watch	2025-10-28 12:22:27.000000000 +0000
@@ -1,10 +1,5 @@
-# watch file for python-text-unidecode
+Version: 5
 
-version=4
-
-opts="mode=git, \
-      filenamemangle=s/.+\/(\d\S*)\.tar\.gz/python-text-unidecode-$1.tar.gz/ \
-      uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\.?\d*)$/$1~$2/, \
-      dversionmangle=s/\+ds(\.?\d+)?$//" \
-https://github.com/kmike/text-unidecode.git \
-refs/tags/(\d+\.\d+|\d+\.\d+\.\d+)
+Template: GitHub
+Owner: kmike
+Project: text-unidecode
