diff -pruN 1.5.5-3/debian/changelog 1.5.5-4/debian/changelog
--- 1.5.5-3/debian/changelog	2025-07-07 21:16:27.000000000 +0000
+++ 1.5.5-4/debian/changelog	2025-11-16 12:44:20.000000000 +0000
@@ -1,3 +1,13 @@
+python-pkgconfig (1.5.5-4) unstable; urgency=medium
+
+  * Team upload.
+  * Drop "Rules-Requires-Root: no": it is the default now
+  * Use dh-sequence-python3
+  * Bump Standards-Version to 4.7.2
+  * Replace transitional pkg-config with pkgconf
+
+ -- Alexandre Detiste <tchet@debian.org>  Sun, 16 Nov 2025 13:44:20 +0100
+
 python-pkgconfig (1.5.5-3) unstable; urgency=medium
 
   * Team upload.
diff -pruN 1.5.5-3/debian/control 1.5.5-4/debian/control
--- 1.5.5-3/debian/control	2025-07-07 21:16:27.000000000 +0000
+++ 1.5.5-4/debian/control	2025-11-16 12:43:38.000000000 +0000
@@ -2,22 +2,25 @@ Source: python-pkgconfig
 Section: python
 Priority: optional
 Maintainer: Debian Python Team <team+python@tracker.debian.org>
-Uploaders: Josue Ortega <josue@debian.org>
-Build-Depends: debhelper-compat (= 13),
- dh-python,
+Uploaders:
+ Josue Ortega <josue@debian.org>,
+Build-Depends:
+ debhelper-compat (= 13),
+ dh-sequence-python3,
+ pkgconf,
  python3-all,
  python3-setuptools,
- pkg-config
-Standards-Version: 4.5.1
+Standards-Version: 4.7.2
 Homepage: https://github.com/matze/pkgconfig
 Vcs-Git: https://salsa.debian.org/python-team/packages/python-pkgconfig.git
 Vcs-Browser: https://salsa.debian.org/python-team/packages/python-pkgconfig
-Rules-Requires-Root: no
 
 Package: python3-pkgconfig
 Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends},
-  pkg-config
+Depends:
+ pkg-config,
+ ${misc:Depends},
+ ${python3:Depends},
 Description: Python interface to the pkg-config command line tool
  pkgconfig is a Python module to interface with the pkg-config command line tool
  and supports Python
diff -pruN 1.5.5-3/debian/rules 1.5.5-4/debian/rules
--- 1.5.5-3/debian/rules	2025-07-07 21:16:27.000000000 +0000
+++ 1.5.5-4/debian/rules	2025-11-16 12:42:34.000000000 +0000
@@ -5,4 +5,4 @@ DH_VERBOSE = 1
 export PYBUILD_NAME=pkgconfig
 
 %:
-	dh $@ --with python3 --buildsystem=pybuild
+	dh $@ --buildsystem=pybuild
diff -pruN 1.5.5-3/debian/tests/control 1.5.5-4/debian/tests/control
--- 1.5.5-3/debian/tests/control	2025-07-07 21:16:27.000000000 +0000
+++ 1.5.5-4/debian/tests/control	2025-11-16 12:43:38.000000000 +0000
@@ -1,2 +1,5 @@
-Tests: list-packages
-Depends: libmd-dev, python3-pkgconfig
+Tests:
+ list-packages,
+Depends:
+ libmd-dev,
+ python3-pkgconfig,
