diff -Nru graphicsmagick-1.4+really1.3.36+hg16481/debian/changelog graphicsmagick-1.4+really1.3.36+hg16481/debian/changelog --- graphicsmagick-1.4+really1.3.36+hg16481/debian/changelog 2021-07-24 09:42:42.000000000 +0000 +++ graphicsmagick-1.4+really1.3.36+hg16481/debian/changelog 2021-08-07 19:20:27.000000000 +0000 @@ -1,3 +1,10 @@ +graphicsmagick (1.4+really1.3.36+hg16481-2+rpi1) bullseye-staging; urgency=medium + + [changes brought forward from 1.4+really1.3.36-1+rpi1 by Peter Michael Green at Wed, 30 Dec 2020 03:11:26 +0000] + * Ignore test failures, the tests fail on 64-bit kernels. + + -- Raspbian forward porter Sat, 07 Aug 2021 19:20:27 +0000 + graphicsmagick (1.4+really1.3.36+hg16481-2) unstable; urgency=medium * Backport fix for use appropriate memory deallocator for memory returned diff -Nru graphicsmagick-1.4+really1.3.36+hg16481/debian/rules graphicsmagick-1.4+really1.3.36+hg16481/debian/rules --- graphicsmagick-1.4+really1.3.36+hg16481/debian/rules 2021-01-23 09:10:54.000000000 +0000 +++ graphicsmagick-1.4+really1.3.36+hg16481/debian/rules 2021-08-07 19:20:27.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