diff -pruN 1.10-4/debian/changelog 1.10-5/debian/changelog
--- 1.10-4/debian/changelog	2022-12-22 16:46:01.000000000 +0000
+++ 1.10-5/debian/changelog	2025-09-09 04:56:04.000000000 +0000
@@ -1,3 +1,15 @@
+python-async-generator (1.10-5) unstable; urgency=medium
+
+  * Update standards version
+  * Update copyright years
+  * Enable salsa continuous integration
+  * Remove obsolete Rules-Requires-Root control field
+  * Rules: simplify the override building documentation
+  * Update watch file format to version 5
+  * lintian-override: built-using-field-on-arch-all-package
+
+ -- Nicolas Boulenguez <nicolas@debian.org>  Tue, 09 Sep 2025 06:56:04 +0200
+
 python-async-generator (1.10-4) unstable; urgency=medium
 
   * Standards-Version: 4.6.2 (no changes).
diff -pruN 1.10-4/debian/control 1.10-5/debian/control
--- 1.10-4/debian/control	2022-12-22 16:46:01.000000000 +0000
+++ 1.10-5/debian/control	2025-09-09 04:56:04.000000000 +0000
@@ -16,8 +16,7 @@ Build-Depends:
  python3-sphinx-rtd-theme,
  python3-sphinxcontrib.trio,
 # docs/source/conf.py
-Standards-Version: 4.6.2
-Rules-Requires-Root: no
+Standards-Version: 4.7.2
 Homepage: https://github.com/python-trio/async_generator
 Vcs-Browser: https://salsa.debian.org/debian/python-async-generator
 Vcs-Git: https://salsa.debian.org/debian/python-async-generator.git
diff -pruN 1.10-4/debian/copyright 1.10-5/debian/copyright
--- 1.10-4/debian/copyright	2022-12-22 16:46:01.000000000 +0000
+++ 1.10-5/debian/copyright	2025-09-09 04:56:04.000000000 +0000
@@ -4,7 +4,7 @@ Source: https://github.com/python-trio/a
 
 Files: *
 Copyright: 2016-2018 Nathaniel J. Smith <njs@pobox.com>
-           2018-2022 Nicolas Boulenguez <nicolas@debian.org>
+           2018-2025 Nicolas Boulenguez <nicolas@debian.org>
 License: MIT or Apache-2.0
 
 License: Apache-2.0
diff -pruN 1.10-4/debian/rules 1.10-5/debian/rules
--- 1.10-4/debian/rules	2022-12-22 16:26:11.000000000 +0000
+++ 1.10-5/debian/rules	2025-09-09 04:56:04.000000000 +0000
@@ -5,9 +5,8 @@ export PYBUILD_NAME := async-generator
 %:
 	dh $@ --buildsystem=pybuild
 
-.PHONY: override_dh_auto_build
-override_dh_auto_build:
-	dh_auto_build --buildsystem=pybuild
-  ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS)))
+ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS)))
+  .PHONY: execute_after_dh_auto_build
+  execute_after_dh_auto_build:
 	$(MAKE) -C docs html
-  endif
+endif
diff -pruN 1.10-4/debian/salsa-ci.yml 1.10-5/debian/salsa-ci.yml
--- 1.10-4/debian/salsa-ci.yml	1970-01-01 00:00:00.000000000 +0000
+++ 1.10-5/debian/salsa-ci.yml	2025-09-09 04:56:04.000000000 +0000
@@ -0,0 +1,3 @@
+---
+include:
+  - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml
diff -pruN 1.10-4/debian/source/lintian-overrides 1.10-5/debian/source/lintian-overrides
--- 1.10-4/debian/source/lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ 1.10-5/debian/source/lintian-overrides	2025-09-09 04:56:04.000000000 +0000
@@ -0,0 +1,2 @@
+# #999785
+built-using-field-on-arch-all-package (in section for python3-async-generator-doc) Built-Using ${sphinxdoc:Built-Using} [debian/control:*]
diff -pruN 1.10-4/debian/watch 1.10-5/debian/watch
--- 1.10-4/debian/watch	2022-12-22 16:26:11.000000000 +0000
+++ 1.10-5/debian/watch	2025-09-09 04:56:04.000000000 +0000
@@ -1,9 +1,9 @@
-version=4
+Version: 5
 
 # Upstream develops on github but releases on pypi.
 # (the tarballs on github are blindly generated from tags)
 
 # The repetition replaces - with _ to match the href.
-opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
-https://pypi.debian.net/async-generator \
-  /async_generator/async_generator@ANY_VERSION@@ARCHIVE_EXT@
+Uversion-Mangle: s/(rc|a|b|c)/~$1/
+Source: https://pypi.debian.net/async-generator
+Matching-Pattern: /async_generator/async_generator@ANY_VERSION@@ARCHIVE_EXT@
