diff -pruN 0.2.2-2/debian/changelog 0.2.2-3/debian/changelog
--- 0.2.2-2/debian/changelog	2024-07-27 08:50:52.000000000 +0000
+++ 0.2.2-3/debian/changelog	2025-10-27 10:17:36.000000000 +0000
@@ -1,3 +1,15 @@
+python-async-property (0.2.2-3) unstable; urgency=medium
+
+  * Team Upload
+  * Add debian/salsa-ci.yml
+  * Apply Multi-Arch: hint
+  * Bump Standards-Version to 4.7.2
+  * Drop "Rules-Requires-Root: no": it is the default now
+  * This already uses dh-sequence-python3, drop duplicate "--with python3"
+  * Replace "py.test" with "pytest" in description
+
+ -- Alexandre Detiste <tchet@debian.org>  Mon, 27 Oct 2025 11:17:36 +0100
+
 python-async-property (0.2.2-2) unstable; urgency=low
 
   * Source-only upload to allow transition to testing.
diff -pruN 0.2.2-2/debian/control 0.2.2-3/debian/control
--- 0.2.2-2/debian/control	2024-07-27 08:50:52.000000000 +0000
+++ 0.2.2-3/debian/control	2025-10-27 10:17:15.000000000 +0000
@@ -13,11 +13,10 @@ Build-Depends:
  python3-pytest-asyncio,
  python3-setuptools,
  python3-sphinx,
-Standards-Version: 4.7.0
+Standards-Version: 4.7.2
 Homepage: https://github.com/ryananguiano/async_property
 Vcs-Browser: https://salsa.debian.org/python-team/packages/python-async-property
 Vcs-Git: https://salsa.debian.org/python-team/packages/python-async-property.git
-Rules-Requires-Root: no
 
 Package: python3-async-property
 Architecture: all
@@ -35,13 +34,14 @@ Description: decorator for async propert
   * Cached properties can be accessed multiple times without repeating
     function call.
   * Uses asyncio.Lock to ensure cached functions are called only once.
-  * Full test coverage with py.test.
+  * Full test coverage with pytest.
  .
  This package contains the Python 3 version of the library.
 
 Package: python-async-property-doc
 Section: doc
 Architecture: all
+Multi-Arch: foreign
 Depends:
  ${misc:Depends},
  ${sphinxdoc:Depends},
@@ -54,6 +54,6 @@ Description: decorator for async propert
   * Cached properties can be accessed multiple times without repeating
     function call.
   * Uses asyncio.Lock to ensure cached functions are called only once.
-  * Full test coverage with py.test.
+  * Full test coverage with pytest.
  .
  This package contains the documentation.
diff -pruN 0.2.2-2/debian/rules 0.2.2-3/debian/rules
--- 0.2.2-2/debian/rules	2024-07-27 08:50:52.000000000 +0000
+++ 0.2.2-3/debian/rules	2025-10-27 10:16:37.000000000 +0000
@@ -6,7 +6,7 @@
 export PYBUILD_NAME=async-property
 
 %:
-	dh $@ --with python3,sphinxdoc --buildsystem=pybuild
+	dh $@ --with sphinxdoc --buildsystem=pybuild
 
 execute_before_dh_sphinxdoc:
 ifeq (,$(findstring nodoc, $(DEB_BUILD_OPTIONS)))
diff -pruN 0.2.2-2/debian/salsa-ci.yml 0.2.2-3/debian/salsa-ci.yml
--- 0.2.2-2/debian/salsa-ci.yml	1970-01-01 00:00:00.000000000 +0000
+++ 0.2.2-3/debian/salsa-ci.yml	2025-10-27 10:15:19.000000000 +0000
@@ -0,0 +1,2 @@
+include:
+  - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml
diff -pruN 0.2.2-2/debian/tests/control 0.2.2-3/debian/tests/control
--- 0.2.2-2/debian/tests/control	2024-07-27 08:50:52.000000000 +0000
+++ 0.2.2-3/debian/tests/control	2025-10-27 10:17:36.000000000 +0000
@@ -1,6 +1,8 @@
-Tests: upstream
+Tests:
+ upstream,
 Depends:
  python3-all,
  @,
  @builddeps@,
-Restrictions: allow-stderr
+Restrictions:
+ allow-stderr,
