diff -pruN 1.0.1-3/debian/changelog 1.0.1-4/debian/changelog
--- 1.0.1-3/debian/changelog	2025-09-01 18:16:23.000000000 +0000
+++ 1.0.1-4/debian/changelog	2026-01-01 12:23:08.000000000 +0000
@@ -1,3 +1,15 @@
+python-nuheat (1.0.1-4) unstable; urgency=medium
+
+  * Team Upload
+  * Trim d/rules
+  * Drop "Rules-Requires-Root: no:" it is the default now
+  * Bump Standards-Version to 4.7.3, drop the now extraneous Priority: tag
+  * Apply Multi-Arch: hint
+  * Rewrite d/watch in v5 format
+  * Disable useless Salsa CI tests
+
+ -- Alexandre Detiste <tchet@debian.org>  Thu, 01 Jan 2026 13:23:08 +0100
+
 python-nuheat (1.0.1-3) unstable; urgency=medium
 
   * Remove dependency on old external mock. Thanks Alexandre Detiste!
diff -pruN 1.0.1-3/debian/control 1.0.1-4/debian/control
--- 1.0.1-3/debian/control	2025-09-01 18:16:23.000000000 +0000
+++ 1.0.1-4/debian/control	2026-01-01 12:21:12.000000000 +0000
@@ -4,7 +4,6 @@ Uploaders:
  Edward Betts <edward@4angle.com>,
  Tianyu Chen <billchenchina2001@gmail.com>,
 Section: python
-Priority: optional
 Build-Depends:
  debhelper-compat (= 13),
  dh-sequence-python3,
@@ -15,14 +14,14 @@ Build-Depends-Indep:
  python3-pytest <!nocheck>,
  python3-pytest-cov <!nocheck>,
  python3-responses <!nocheck>,
-Rules-Requires-Root: no
-Standards-Version: 4.7.0
+Standards-Version: 4.7.3
 Homepage: https://github.com/broox/python-nuheat
 Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/python-nuheat
 Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/python-nuheat.git
 
 Package: python3-nuheat
 Architecture: all
+Multi-Arch: foreign
 Depends:
  ${misc:Depends},
  ${python3:Depends},
diff -pruN 1.0.1-3/debian/rules 1.0.1-4/debian/rules
--- 1.0.1-3/debian/rules	2025-09-01 18:16:23.000000000 +0000
+++ 1.0.1-4/debian/rules	2026-01-01 12:20:04.000000000 +0000
@@ -1,11 +1,9 @@
 #!/usr/bin/make -f
 
 export PYBUILD_NAME=nuheat
-export PYBUILD_TEST_PYTEST=1
 
 %:
 	dh $@ --buildsystem=pybuild
 
-override_dh_auto_clean:
-	dh_auto_clean
+execute_after_dh_auto_clean:
 	rm -rf nuheat.egg-info/
diff -pruN 1.0.1-3/debian/salsa-ci.yml 1.0.1-4/debian/salsa-ci.yml
--- 1.0.1-3/debian/salsa-ci.yml	2025-09-01 18:16:23.000000000 +0000
+++ 1.0.1-4/debian/salsa-ci.yml	2026-01-01 12:22:50.000000000 +0000
@@ -1,3 +1,7 @@
 ---
 include:
   - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml
+
+variables:
+  SALSA_CI_DISABLE_BUILD_PACKAGE_ALL: 1
+  SALSA_CI_DISABLE_BUILD_PACKAGE_ANY: 1
diff -pruN 1.0.1-3/debian/watch 1.0.1-4/debian/watch
--- 1.0.1-3/debian/watch	2025-09-01 18:16:23.000000000 +0000
+++ 1.0.1-4/debian/watch	2026-01-01 12:21:55.000000000 +0000
@@ -1,3 +1,5 @@
-version=4
-opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/python-nuheat-$1\.tar\.gz/ \
-  https://github.com/broox/python-nuheat/tags .*/v?(\d\S+)\.tar\.gz
\ No newline at end of file
+Version: 5
+
+Template: GitHub
+Owner: broox
+Project: python-nuheat
