diff -pruN 1.27.0-1/debian/changelog 1.27.0-2/debian/changelog
--- 1.27.0-1/debian/changelog	2025-08-12 09:57:45.000000000 +0000
+++ 1.27.0-2/debian/changelog	2025-08-24 08:44:50.000000000 +0000
@@ -1,3 +1,10 @@
+php-async-aws-core (1.27.0-2) unstable; urgency=medium
+
+  * Fix warning with recent PHPUnit
+  * Remove Rules-Requires-Root
+
+ -- David Prévot <taffit@debian.org>  Sun, 24 Aug 2025 10:44:50 +0200
+
 php-async-aws-core (1.27.0-1) unstable; urgency=medium
 
   * Upload to unstable now that trixie has been released
diff -pruN 1.27.0-1/debian/control 1.27.0-2/debian/control
--- 1.27.0-1/debian/control	2025-05-12 16:39:33.000000000 +0000
+++ 1.27.0-2/debian/control	2025-08-24 08:16:39.000000000 +0000
@@ -17,7 +17,6 @@ Standards-Version: 4.7.2
 Vcs-Git: https://salsa.debian.org/php-team/pear/php-async-aws-core.git
 Vcs-Browser: https://salsa.debian.org/php-team/pear/php-async-aws-core
 Homepage: https://async-aws.com/
-Rules-Requires-Root: no
 
 Package: php-async-aws-core
 Architecture: all
diff -pruN 1.27.0-1/debian/patches/0003-Compatibility-with-recent-PHPUnit-12.patch 1.27.0-2/debian/patches/0003-Compatibility-with-recent-PHPUnit-12.patch
--- 1.27.0-1/debian/patches/0003-Compatibility-with-recent-PHPUnit-12.patch	2025-08-12 09:57:09.000000000 +0000
+++ 1.27.0-2/debian/patches/0003-Compatibility-with-recent-PHPUnit-12.patch	2025-08-20 06:37:22.000000000 +0000
@@ -5,14 +5,14 @@ Subject: Compatibility with recent PHPUn
 ---
  tests/HttpClient/AwsRetryStrategyTest.php  | 2 ++
  tests/Unit/ConfigurationTest.php           | 2 ++
- tests/Unit/Signer/SignerV4Test.php         | 2 ++
+ tests/Unit/Signer/SignerV4Test.php         | 3 ++-
  tests/Unit/Stream/CallableStreamTest.php   | 4 ++++
  tests/Unit/Stream/FixedSizeStreamTest.php  | 5 +++++
  tests/Unit/Stream/IterableStreamTest.php   | 4 ++++
  tests/Unit/Stream/ResourceStreamTest.php   | 4 ++++
  tests/Unit/Stream/RewindableStreamTest.php | 4 ++++
  tests/Unit/Stream/StringStreamTest.php     | 4 ++++
- 9 files changed, 31 insertions(+)
+ 9 files changed, 31 insertions(+), 1 deletion(-)
 
 diff --git a/tests/HttpClient/AwsRetryStrategyTest.php b/tests/HttpClient/AwsRetryStrategyTest.php
 index bccae03..0315729 100644
@@ -55,7 +55,7 @@ index c5b96ca..90fb5b1 100644
      {
          foreach ($env as $key => $value) {
 diff --git a/tests/Unit/Signer/SignerV4Test.php b/tests/Unit/Signer/SignerV4Test.php
-index fe42964..1a4b1b8 100644
+index fe42964..e6218ca 100644
 --- a/tests/Unit/Signer/SignerV4Test.php
 +++ b/tests/Unit/Signer/SignerV4Test.php
 @@ -9,6 +9,7 @@ use AsyncAws\Core\Request;
@@ -74,6 +74,14 @@ index fe42964..1a4b1b8 100644
      public function testSignsRequests($rawRequest, $rawExpected)
      {
          $request = $this->parseRequest($rawRequest);
+@@ -130,7 +132,6 @@ class SignerV4Test extends TestCase
+             [
+                 "POST / HTTP/1.1\r\nHost: host.foo.com:443\r\nContent-Length: 4\r\n\r\nTest",
+                 "POST / HTTP/1.1\r\nHost: host.foo.com:443\r\nContent-Length: 4\r\nX-Amz-Date: 20110909T233600Z\r\nAuthorization: AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20110909/us-east-1/host/aws4_request, SignedHeaders=host;x-amz-date, Signature=e971be49c79358595ef6214f683ac9c0489d397a5d5d13b361291e751deeca03\r\n\r\nTest",
+-                "POST\n/\n\nhost:host.foo.com:443\n\nhost\n532eaabd9574880dbf76b9b8cc00832c20a6ec113d682299550d7a6e0f345e25",
+             ],
+             // DateHeader should be kept
+             [
 diff --git a/tests/Unit/Stream/CallableStreamTest.php b/tests/Unit/Stream/CallableStreamTest.php
 index dcfce89..0c5af79 100644
 --- a/tests/Unit/Stream/CallableStreamTest.php
