Your message dated Thu, 19 Jan 2017 15:18:12 -0500
with message-id 
<caaajcmbp03+5bhuh3rotfkjpv4g-vev1ase_dqhp4csh4ix...@mail.gmail.com>
and subject line Re: php-imagick: update d/tests/control
has caused the Debian Bug report #816724,
regarding php-imagick: update d/tests/control
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
816724: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=816724
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: php-imagick
Version: 3.4.0~rc6-2
Severity: important
Tags: patch

Dear Maintainer,

php-imagick's autopkgtests currently fail, due to some missing steps to
properly run phpunit and missing test dependencies.

P.S. Additionally, two imagemagick bugs need fixing in order to fully pass
the tests  (#811308 which is marked fixed but the included backport is
missing key fixes from upstream; and a bug I just filed to backport a
fix for a segfault [will update this bug with that # once I've received
it].
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-29 13:17:05.000000000 -0800
+++ php-imagick-3.4.0~rc6/debian/changelog	2016-03-04 08:56:40.000000000 -0800
@@ -1,3 +1,15 @@
+php-imagick (3.4.0~rc6-3) unstable; 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 <[email protected]>  Fri, 04 Mar 2016 08:55:49 -0800
+
 php-imagick (3.4.0~rc6-2) unstable; urgency=medium
 
   * Force rebuild with dh_php >= 0.7
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-29 13:17:05.000000000 -0800
+++ php-imagick-3.4.0~rc6/debian/tests/control	2016-03-04 08:55:08.000000000 -0800
@@ -1,2 +1,2 @@
-Test-Command: cd imagick-* && phpunit --verbose tests
-Depends: php5-cli, php5-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

--- End Message ---
--- Begin Message ---
Version: 3.4.0-1

This bug was fixed last year:

php-imagick (3.4.0-1) unstable; urgency=medium

  * Imported Upstream version 3.4.0
  * 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.

 -- Ondřej Surý   Mon, 07 Mar 2016 12:47:48 +0100

--- End Message ---

Reply via email to