Control: tags 959386 + patch Control: tags 959386 + pending Dear maintainer,
I've prepared an NMU for php-imagick (versioned as 3.4.4-4.1) and uploaded it to DELAYED/15. Please feel free to tell me if I should cancel it. cu Adrian
diff -Nru php-imagick-3.4.4/debian/changelog php-imagick-3.4.4/debian/changelog --- php-imagick-3.4.4/debian/changelog 2020-03-02 11:04:48.000000000 +0200 +++ php-imagick-3.4.4/debian/changelog 2020-06-14 12:26:18.000000000 +0300 @@ -1,3 +1,10 @@ +php-imagick (3.4.4-4.1) unstable; urgency=low + + * Non-maintainer upload. + * Skip tests that fail with PHP 7.4 on armel. (Closes: #959386) + + -- Adrian Bunk <b...@debian.org> Sun, 14 Jun 2020 12:26:18 +0300 + php-imagick (3.4.4-4) unstable; urgency=medium [ Ondřej Surý ] diff -Nru php-imagick-3.4.4/debian/patches/armel.patch php-imagick-3.4.4/debian/patches/armel.patch --- php-imagick-3.4.4/debian/patches/armel.patch 1970-01-01 02:00:00.000000000 +0200 +++ php-imagick-3.4.4/debian/patches/armel.patch 2020-06-14 12:26:18.000000000 +0300 @@ -0,0 +1,44 @@ +Description: Skip tests that fail with PHP 7.4 on armel +Author: Adrian Bunk <b...@debian.org> +Bug-Debian: https://bugs.debian.org/959386 + +--- php-imagick-3.4.4.orig/imagick-3.4.4/tests/064_cropThumbNailImage.phpt ++++ php-imagick-3.4.4/imagick-3.4.4/tests/064_cropThumbNailImage.phpt +@@ -2,6 +2,7 @@ + Test for round issues + --SKIPIF-- + <?php ++die('skip test fails with php7.4 on armel'); + require_once(dirname(__FILE__) . '/skipif.inc'); + if (getenv('SKIP_SLOW_TESTS')) die('skip slow tests excluded by request'); + ?> +--- php-imagick-3.4.4.orig/imagick-3.4.4/tests/072_Imagick_evaluateImage_basic.phpt ++++ php-imagick-3.4.4/imagick-3.4.4/tests/072_Imagick_evaluateImage_basic.phpt +@@ -2,6 +2,7 @@ + Test Imagick, evaluateImage + --SKIPIF-- + <?php ++die('skip test fails with php7.4 on armel'); + $imageMagickRequiredVersion=0x675; + require_once(dirname(__FILE__) . '/skipif.inc'); + checkFormatPresent('png'); +--- php-imagick-3.4.4.orig/imagick-3.4.4/tests/073_Imagick_forwardFourierTransformImage_basic.phpt ++++ php-imagick-3.4.4/imagick-3.4.4/tests/073_Imagick_forwardFourierTransformImage_basic.phpt +@@ -2,6 +2,7 @@ + Test Imagick, forwardFourierTransformImage + --SKIPIF-- + <?php ++die('skip test fails with php7.4 on armel'); + $imageMagickRequiredVersion=0x675; + + require_once(dirname(__FILE__) . '/skipif.inc'); +--- php-imagick-3.4.4.orig/imagick-3.4.4/tests/086_Imagick_forwardFourierTransformImage_basic.phpt ++++ php-imagick-3.4.4/imagick-3.4.4/tests/086_Imagick_forwardFourierTransformImage_basic.phpt +@@ -2,6 +2,7 @@ + Test Imagick, forwardFourierTransformImage + --SKIPIF-- + <?php ++die('skip test fails with php7.4 on armel'); + require_once(dirname(__FILE__) . '/skipif.inc'); + require_once(dirname(__FILE__) . '/skipprobefourier.inc'); + ?> diff -Nru php-imagick-3.4.4/debian/patches/series php-imagick-3.4.4/debian/patches/series --- php-imagick-3.4.4/debian/patches/series 2020-03-02 11:04:48.000000000 +0200 +++ php-imagick-3.4.4/debian/patches/series 2020-06-14 12:23:59.000000000 +0300 @@ -3,3 +3,4 @@ no-openmp-threads.patch 0003-Disable-test-014-which-fails-due-to-system-resources.patch 0004-Disable-remaining-tests-failing-with-7.4.patch +armel.patch