On 29/11/2024 17:26, Ondřej Surý wrote:
Thanks, feel free to do direct NMU if you have time. I finally gave in to all 
the various pathogens my kids brought home, so I might or might not fix this 
over weekend.

Or remove php-imagick from testing and I’ll fix that during php8.4 transition, 
so I am not blocking the imagemagick transition.

I have uploaded it with the attached debdiff.

Cheers,
Emilio
diff -Nru php-imagick-3.7.0/debian/changelog php-imagick-3.7.0/debian/changelog
--- php-imagick-3.7.0/debian/changelog	2024-11-16 08:19:20.000000000 +0100
+++ php-imagick-3.7.0/debian/changelog	2024-11-30 09:12:24.000000000 +0100
@@ -1,3 +1,10 @@
+php-imagick (3.7.0-9.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix test dependencies for imagemagick 7. Closes: #1088649.
+
+ -- Emilio Pozuelo Monfort <po...@debian.org>  Sat, 30 Nov 2024 09:12:24 +0100
+
 php-imagick (3.7.0-9) unstable; urgency=medium
 
   * Add dependency on libmagickwand7.q16-dev (Closes: #1086939)
diff -Nru php-imagick-3.7.0/debian/tests/control php-imagick-3.7.0/debian/tests/control
--- php-imagick-3.7.0/debian/tests/control	2024-11-16 08:19:20.000000000 +0100
+++ php-imagick-3.7.0/debian/tests/control	2024-11-30 09:11:40.000000000 +0100
@@ -1,7 +1,7 @@
 Test-Command: cd imagick-$(xml2 < package.xml  | sed -ne "s,/package/version/release=\(.*\),\1,p")/tests && phpunit --verbose .
 Depends: gsfonts,
-         imagemagick-6.q16,
-         libmagickcore-6.q16-6-extra,
+         imagemagick-7.q16,
+         libmagickcore-7.q16-10-extra,
          php-cli,
          php-imagick,
          phpunit,

Reply via email to