diff -pruN 0.9.13-2/debian/changelog 0.9.13-4/debian/changelog
--- 0.9.13-2/debian/changelog	2025-03-13 10:33:45.000000000 +0000
+++ 0.9.13-4/debian/changelog	2025-11-26 11:57:19.000000000 +0000
@@ -1,3 +1,20 @@
+python-ring-doorbell (0.9.13-4) unstable; urgency=medium
+
+  * Team upload.
+  * Replace transitional python3-tz with python3-pytz
+  * Rewrite d/watch in v5 format
+
+ -- Alexandre Detiste <tchet@debian.org>  Wed, 26 Nov 2025 12:57:19 +0100
+
+python-ring-doorbell (0.9.13-3) unstable; urgency=medium
+
+  * Team upload.
+  * d/control: Drop <!nocheck> from python3-myst-parser. Closes: #1116878.
+  * d/control: Drop "Rules-Requires-Root: no" (default).
+  * d/control: Update standards-version.
+
+ -- Santiago Vila <sanvila@debian.org>  Wed, 08 Oct 2025 01:20:00 +0200
+
 python-ring-doorbell (0.9.13-2) unstable; urgency=medium
 
   * Team upload.
diff -pruN 0.9.13-2/debian/control 0.9.13-4/debian/control
--- 0.9.13-2/debian/control	2025-03-13 10:33:45.000000000 +0000
+++ 0.9.13-4/debian/control	2025-11-26 11:56:41.000000000 +0000
@@ -5,7 +5,6 @@ Maintainer: Debian Python Team <team+pyt
 Uploaders:
  Carles Pina i Estany <carles@pina.cat>,
  Roland Mas <lolando@debian.org>,
-Rules-Requires-Root: no
 Build-Depends:
  debhelper-compat (= 13),
  dh-sequence-python3,
@@ -18,7 +17,7 @@ Build-Depends:
  python3-firebase-messaging <!nocheck>,
  python3-freezegun <!nocheck>,
  python3-hatchling,
- python3-myst-parser <!nocheck>,
+ python3-myst-parser,
  python3-oauthlib <!nocheck>,
  python3-poetry-core <!nocheck>,
  python3-pytest <!nocheck>,
@@ -26,13 +25,13 @@ Build-Depends:
  python3-pytest-freezer <!nocheck>,
  python3-pytest-mock <!nocheck>,
  python3-pytest-socket <!nocheck>,
+ python3-pytz <!nocheck>,
  python3-requests-oauthlib,
  python3-sphinx,
  python3-sphinx-rtd-theme,
  python3-typing-extensions <!nocheck>,
- python3-tz <!nocheck>,
  python3-websockets <!nocheck>,
-Standards-Version: 4.7.0
+Standards-Version: 4.7.2
 Homepage: https://github.com/tchellomello/python-ring-doorbell
 Vcs-Browser: https://salsa.debian.org/python-team/packages/python-ring-doorbell
 Vcs-Git: https://salsa.debian.org/python-team/packages/python-ring-doorbell.git
diff -pruN 0.9.13-2/debian/rules 0.9.13-4/debian/rules
--- 0.9.13-2/debian/rules	2025-03-13 10:33:45.000000000 +0000
+++ 0.9.13-4/debian/rules	2025-11-26 11:56:55.000000000 +0000
@@ -5,6 +5,5 @@ export PYBUILD_NAME=python-ring-doorbell
 %:
 	dh $@ --with sphinxdoc --buildsystem=pybuild
 
-override_dh_auto_build:
-	dh_auto_build
+execute_after_dh_auto_build:
 	PYTHONPATH=$(BUILDDIR3) sphinx-build docs/source build/sphinx/html
diff -pruN 0.9.13-2/debian/watch 0.9.13-4/debian/watch
--- 0.9.13-2/debian/watch	2025-03-13 10:33:45.000000000 +0000
+++ 0.9.13-4/debian/watch	2025-11-26 11:57:19.000000000 +0000
@@ -1,3 +1,5 @@
-version=4
-https://github.com/tchellomello/python-ring-doorbell/tags \
-  (?:.*?/)(\d+\.\d+\.\d+)@ARCHIVE_EXT@
+Version: 5
+
+Template: GitHub
+Owner: tchellomello
+Project: python-ring-doorbell
