diff -pruN 3.6.0-1/debian/changelog 3.6.0-2/debian/changelog
--- 3.6.0-1/debian/changelog	2025-05-28 10:51:07.000000000 +0000
+++ 3.6.0-2/debian/changelog	2025-10-21 12:02:48.000000000 +0000
@@ -1,3 +1,11 @@
+php-symfony-contracts (3.6.0-2) unstable; urgency=medium
+
+  * Upload to unstable now that Trixie has been released
+  * Remove Rules-Requires-Root
+  * debian/control: Document nocheck flags
+
+ -- David Prévot <taffit@debian.org>  Tue, 21 Oct 2025 14:02:48 +0200
+
 php-symfony-contracts (3.6.0-1) experimental; urgency=medium
 
   * New upstream release
diff -pruN 3.6.0-1/debian/control 3.6.0-2/debian/control
--- 3.6.0-1/debian/control	2025-05-28 10:48:47.000000000 +0000
+++ 3.6.0-2/debian/control	2025-10-21 11:58:51.000000000 +0000
@@ -6,17 +6,16 @@ Uploaders: David Prévot <taffit@debian.
 Build-Depends: debhelper-compat (= 13),
                dh-sequence-phpcomposer,
                jq,
-               php-intl,
-               php-psr-cache,
-               php-psr-container,
-               php-psr-event-dispatcher,
+               php-intl <!nocheck>,
+               php-psr-cache <!nocheck>,
+               php-psr-container <!nocheck>,
+               php-psr-event-dispatcher <!nocheck>,
                phpab,
-               phpunit
+               phpunit <!nocheck>
 Standards-Version: 4.7.2
 Homepage: https://symfony.com/components/Contracts
 Vcs-Git: https://salsa.debian.org/php-team/pear/php-symfony-contracts.git
 Vcs-Browser: https://salsa.debian.org/php-team/pear/php-symfony-contracts
-Rules-Requires-Root: no
 
 Package: php-symfony-contracts
 Architecture: all
diff -pruN 3.6.0-1/debian/tests/control 3.6.0-2/debian/tests/control
--- 3.6.0-1/debian/tests/control	2024-05-21 06:27:58.000000000 +0000
+++ 3.6.0-2/debian/tests/control	2025-10-21 11:56:35.000000000 +0000
@@ -1,3 +1,3 @@
 Test-Command: mkdir --parents vendor && phpab --output vendor/autoload.php --template debian/autoload.tests.php.tpl Tests && phpunit
-Restrictions: rw-build-tree, allow-stderr
+Restrictions: allow-stderr, rw-build-tree
 Depends: php-intl, phpab, phpunit, @
