diff -Nru php-imagick-3.4.0~rc6/debian/changelog php-imagick-3.4.0~rc6/debian/changelog --- php-imagick-3.4.0~rc6/debian/changelog 2016-02-24 14:11:30.000000000 -0800 +++ php-imagick-3.4.0~rc6/debian/changelog 2016-03-03 16:34:16.000000000 -0800 @@ -1,3 +1,15 @@ +php-imagick (3.4.0~rc6-1ubuntu2) xenial; urgency=medium + + * Fix failures in autopkgtests (LP: #1549942) + - d/tests/control: run phpunit from tests/ subdirectory to pick up + the SKIP helper. + - d/tests/control: limit imagemagick to 1 thread to avoid openmp + related segfaults. + - d/tests/control: add gsfonts and libmagickcore-6.q16-2-extra as + test dependencies. + + -- Nishanth Aravamudan Wed, 24 Feb 2016 19:10:58 -0800 + php-imagick (3.4.0~rc6-1ubuntu1) xenial; urgency=medium * debian/tests/control: update for php7. diff -Nru php-imagick-3.4.0~rc6/debian/tests/control php-imagick-3.4.0~rc6/debian/tests/control --- php-imagick-3.4.0~rc6/debian/tests/control 2016-02-24 14:11:30.000000000 -0800 +++ php-imagick-3.4.0~rc6/debian/tests/control 2016-03-03 16:32:12.000000000 -0800 @@ -1,2 +1,2 @@ -Test-Command: cd imagick-* && phpunit --verbose tests -Depends: php-cli, php-imagick, phpunit +Test-Command: cd imagick-*/tests && MAGICK_THREAD_LIMIT=1 phpunit --verbose . +Depends: php-cli, php-imagick, gsfonts, libmagickcore-6.q16-2-extra, phpunit