diff -pruN 1.5.1-1/debian/changelog 1.5.1-2/debian/changelog
--- 1.5.1-1/debian/changelog	2025-04-20 03:52:20.000000000 +0000
+++ 1.5.1-2/debian/changelog	2025-09-24 13:48:37.000000000 +0000
@@ -1,3 +1,13 @@
+devolo-plc-api (1.5.1-2) unstable; urgency=medium
+
+  * New version of pytest-asyncio broke one test. Skip the failing test for
+    now, upstream has an unreleased fix. (Closes: #1115785)
+  * Remove 'Rules-Requires-Root: no', now the default.
+  * Update debian/watch to format version 5.
+  * Add debian/salsa-ci.yml.
+
+ -- Edward Betts <edward@4angle.com>  Wed, 24 Sep 2025 13:48:37 +0000
+
 devolo-plc-api (1.5.1-1) unstable; urgency=medium
 
   * New upstream release.
diff -pruN 1.5.1-1/debian/control 1.5.1-2/debian/control
--- 1.5.1-1/debian/control	2025-04-20 03:52:20.000000000 +0000
+++ 1.5.1-2/debian/control	2025-09-24 13:48:37.000000000 +0000
@@ -22,7 +22,6 @@ Build-Depends-Indep:
  python3-tenacity <!nocheck>,
  python3-typing-extensions <!nocheck>,
  python3-zeroconf <!nocheck>,
-Rules-Requires-Root: no
 Standards-Version: 4.7.2
 Homepage: https://github.com/2Fake/devolo_plc_api
 Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/devolo-plc-api
diff -pruN 1.5.1-1/debian/rules 1.5.1-2/debian/rules
--- 1.5.1-1/debian/rules	2025-04-20 03:52:20.000000000 +0000
+++ 1.5.1-2/debian/rules	2025-09-24 13:46:53.000000000 +0000
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
-export PYBUILD_TEST_ARGS=-k "not test_wrong_password_type" --snapshot-warn-unused
-export PYBUILD_AFTER_INSTALL=rm -rf {destdir}/usr/lib/python3*/dist-packages/devolo_plc_api-*.dist-info {destdir}/usr/lib/python3*/dist-packages/build
-
+export PYBUILD_TEST_ARGS=-k "not test_wrong_password_type and not test_disconnect" --snapshot-warn-unused
+export PYBUILD_AFTER_INSTALL=rm -rf {destdir}/usr/lib/python3*/dist-packages/devolo_plc_api-*.dist-info \
+									{destdir}/usr/lib/python3*/dist-packages/build \
+                                    {destdir}/usr/lib/*/*/debian
 %:
 	dh $@ --buildsystem=pybuild
diff -pruN 1.5.1-1/debian/salsa-ci.yml 1.5.1-2/debian/salsa-ci.yml
--- 1.5.1-1/debian/salsa-ci.yml	1970-01-01 00:00:00.000000000 +0000
+++ 1.5.1-2/debian/salsa-ci.yml	2025-09-05 11:40:35.000000000 +0000
@@ -0,0 +1,3 @@
+---
+include:
+  - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml
diff -pruN 1.5.1-1/debian/watch 1.5.1-2/debian/watch
--- 1.5.1-1/debian/watch	2025-04-20 03:52:20.000000000 +0000
+++ 1.5.1-2/debian/watch	2025-09-24 13:48:37.000000000 +0000
@@ -1,2 +1,5 @@
-version=4
-https://github.com/2Fake/devolo_plc_api/tags .*/v?(\d\S+)\.tar\.gz
+Version: 5
+
+Template: Github
+Owner: 2Fake
+Project: devolo_plc_api
