diff -pruN 4.0.0-1/debian/changelog 4.0.0-2/debian/changelog
--- 4.0.0-1/debian/changelog	2025-02-08 18:29:48.000000000 +0000
+++ 4.0.0-2/debian/changelog	2025-09-29 06:29:19.000000000 +0000
@@ -1,3 +1,11 @@
+phpunit-lines-of-code (4.0.0-2) unstable; urgency=medium
+
+  * Upload to unstable in sync with PHPunit
+  * Update Standards-Version to 4.7.2
+  * Remove Rules-Requires-Root
+
+ -- David Prévot <taffit@debian.org>  Mon, 29 Sep 2025 08:29:19 +0200
+
 phpunit-lines-of-code (4.0.0-1) experimental; urgency=medium
 
   * Upload new major to experimental
diff -pruN 4.0.0-1/debian/control 4.0.0-2/debian/control
--- 4.0.0-1/debian/control	2024-07-14 14:11:11.000000000 +0000
+++ 4.0.0-2/debian/control	2025-09-29 06:27:45.000000000 +0000
@@ -3,17 +3,16 @@ Section: php
 Priority: optional
 Maintainer: Debian PHP PEAR Maintainers <pkg-php-pear@lists.alioth.debian.org>
 Uploaders: David Prévot <taffit@debian.org>
-Build-Depends: ant,
-               debhelper-compat (= 13),
+Build-Depends: debhelper-compat (= 13),
                dh-sequence-phpcomposer,
+               ant,
                php-parser,
                phpab,
-               phpunit (>= 10) <!nocheck>
-Standards-Version: 4.6.2
+               phpunit <!nocheck>
+Standards-Version: 4.7.2
 Homepage: https://github.com/sebastianbergmann/lines-of-code
 Vcs-Git: https://salsa.debian.org/php-team/pear/phpunit-lines-of-code.git
 Vcs-Browser: https://salsa.debian.org/php-team/pear/phpunit-lines-of-code
-Rules-Requires-Root: no
 
 Package: phpunit-lines-of-code
 Architecture: all
diff -pruN 4.0.0-1/debian/tests/control 4.0.0-2/debian/tests/control
--- 4.0.0-1/debian/tests/control	2025-02-08 18:26:36.000000000 +0000
+++ 4.0.0-2/debian/tests/control	2025-05-04 18:38:34.000000000 +0000
@@ -1,3 +1,3 @@
 Test-Command: mkdir -p vendor && phpabtpl --require sebastian/lines-of-code > debian/autoload.tests.php.tpl && phpab -o vendor/autoload.php -t debian/autoload.tests.php.tpl tests && phpunit
-Restrictions: rw-build-tree, allow-stderr
+Restrictions: allow-stderr, rw-build-tree
 Depends: phpab, phpunit, pkg-php-tools, @
