diff -pruN 1.0.6-1.1/debian/changelog 1.0.6-2/debian/changelog
--- 1.0.6-1.1/debian/changelog	2025-02-16 14:37:01.000000000 +0000
+++ 1.0.6-2/debian/changelog	2025-11-17 19:01:04.000000000 +0000
@@ -1,9 +1,13 @@
-python-buienradar (1.0.6-1.1) unstable; urgency=medium
+python-buienradar (1.0.6-2) unstable; urgency=medium
 
-  * Non-maintainer upload.
-  * No change source-only upload.
+  * Team Upload
+  * Replace transitional python3-tz with python3-pytz
+  * Use dh-sequence-python3
 
- -- Boyuan Yang <byang@debian.org>  Sun, 16 Feb 2025 09:37:01 -0500
+  [ Thomas Goirand ]
+  * Add Buienradar / RTL. in d/copyright.
+
+ -- Alexandre Detiste <tchet@debian.org>  Mon, 17 Nov 2025 20:01:04 +0100
 
 python-buienradar (1.0.6-1) unstable; urgency=medium
 
diff -pruN 1.0.6-1.1/debian/control 1.0.6-2/debian/control
--- 1.0.6-1.1/debian/control	2025-02-16 14:36:54.000000000 +0000
+++ 1.0.6-2/debian/control	2025-11-17 19:00:57.000000000 +0000
@@ -6,7 +6,7 @@ Uploaders:
  Thomas Goirand <zigo@debian.org>,
 Build-Depends:
  debhelper-compat (= 11),
- dh-python,
+ dh-sequence-python3,
  openstack-pkg-tools,
  pybuild-plugin-pyproject,
  python3-all,
@@ -14,11 +14,11 @@ Build-Depends:
 Build-Depends-Indep:
  python3-pytest,
  python3-docopt,
- python3-tz,
+ python3-pytz,
  python3-requests,
  python3-xmltodict,
  python3-vincenty,
-Standards-Version: 4.6.1
+Standards-Version: 4.7.2
 Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/python-buienradar
 Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/python-buienradar.git
 Homepage: https://github.com/mjj4791/python-buienradar
@@ -27,7 +27,7 @@ Package: python3-buienradar
 Architecture: all
 Depends:
  python3-docopt,
- python3-tz,
+ python3-pytz,
  python3-requests,
  python3-xmltodict,
  python3-vincenty,
diff -pruN 1.0.6-1.1/debian/copyright 1.0.6-2/debian/copyright
--- 1.0.6-1.1/debian/copyright	2025-02-16 14:36:54.000000000 +0000
+++ 1.0.6-2/debian/copyright	2025-11-17 18:59:38.000000000 +0000
@@ -4,6 +4,7 @@ Source: https://github.com/mjj4791/pytho
 
 Files: *
 Copyright: (c) 2017-2024, mjj4791 <mjj4791@gmail.com>
+ (c) Buienradar / RTL.
 License: Expat
 
 Files: debian/*
diff -pruN 1.0.6-1.1/debian/rules 1.0.6-2/debian/rules
--- 1.0.6-1.1/debian/rules	2025-02-16 14:36:54.000000000 +0000
+++ 1.0.6-2/debian/rules	2025-11-17 19:00:51.000000000 +0000
@@ -6,4 +6,4 @@ include /usr/share/openstack-pkg-tools/p
 export PYBUILD_TEST_ARGS= -v tests -k 'not test_rain_data and not test_json_data and not test_rain_data and not test_xml_data'
 
 %:
-	dh $@ --buildsystem=pybuild --with python3
+	dh $@ --buildsystem=pybuild
