diff -Nru graphicsmagick-1.3.20/debian/changelog graphicsmagick-1.3.20/debian/changelog --- graphicsmagick-1.3.20/debian/changelog 2014-09-27 14:58:13.000000000 +0000 +++ graphicsmagick-1.3.20/debian/changelog 2014-11-08 11:15:01.000000000 +0000 @@ -1,3 +1,9 @@ +graphicsmagick (1.3.20-3+rpi1) jessie-staging; urgency=medium + + * Don't fail the build on testsuite failure. + + -- Peter Michael Green Sat, 08 Nov 2014 11:14:50 +0000 + graphicsmagick (1.3.20-3) unstable; urgency=medium * Use upstream fix for AnnotateImage() return value (closes: #759956). diff -Nru graphicsmagick-1.3.20/debian/rules graphicsmagick-1.3.20/debian/rules --- graphicsmagick-1.3.20/debian/rules 2014-08-24 03:17:53.000000000 +0000 +++ graphicsmagick-1.3.20/debian/rules 2014-11-08 11:14:36.000000000 +0000 @@ -16,7 +16,7 @@ gm_confflags += --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE) endif -ARCHS_CHECK_NOFAIL:=hppa sparc +ARCHS_CHECK_NOFAIL:=hppa sparc armhf ifneq (,$(findstring $(DEB_BUILD_ARCH),$(ARCHS_CHECK_NOFAIL))) CHECK_FAILED_ACTION:=echo "Ignoring testsuite failures on this architecture" else