Control: reopen -1 Control: found -1 2.2.3-1 Hi!
On Mon, 2016-07-25 at 11:51:26 +0000, Debian Bug Tracking System wrote: > This is an automatic notification regarding your Bug report > which was filed against the src:libgd2 package: > > #832390: libgd2: FTBFS on *i386: FAIL: gdimagerotate/bug00067 > > It has been closed by Ondřej Surý <ond...@debian.org>. > Format: 1.8 > Source: libgd2 > Binary: libgd-tools libgd-dev libgd3 libgd-dbg […] > Changes: > libgd2 (2.2.2-43-g22cba39-2) unstable; urgency=medium > . > * Use DEB_HOST_ARCH instead of DEB_HOST_GNU_CPU to detect i386 > (Closes: #832390) This fix is not correct. That should have been DEB_HOST_ARCH_CPU, because it seems to affect *-i386. Although fixing the test suite would be better of course. :) > Date: Sun, 24 Jul 2016 23:57:35 +0200 > From: Aurelien Jarno <aure...@debian.org> > To: Debian Bug Tracking System <sub...@bugs.debian.org> > Subject: libgd2: FTBFS on *i386: FAIL: gdimagerotate/bug00067 > > Source: libgd2 > Version: 2.2.2-43-g22cba39-1 > Severity: serious > Your package fails to build on i386, kfreebsd-i386 and hurd-i386 with > the same testsuite failure, while it builds fine everywhere else: But in any case given that the override is misnamed this does not even cover the i386 arch. The override should be override_dh_auto_test, and the command dh_auto_test (notice the singular “test”). Thanks, Guillem