diff -Nru librsvg-2.44.10/debian/changelog librsvg-2.44.10/debian/changelog --- librsvg-2.44.10/debian/changelog 2018-12-11 21:02:52.000000000 +0000 +++ librsvg-2.44.10/debian/changelog 2018-12-20 03:39:53.000000000 +0000 @@ -1,3 +1,10 @@ +librsvg (2.44.10-1+rpi1) buster-staging; urgency=medium + + [changes brought forward from 2.44.9-1+rpi1 by Peter Michael Green at Sat, 24 Nov 2018 14:17:53 +0000] + * Disable testsuite. + + -- Raspbian forward porter Thu, 20 Dec 2018 03:39:53 +0000 + librsvg (2.44.10-1) unstable; urgency=medium * New upstream release diff -Nru librsvg-2.44.10/debian/rules librsvg-2.44.10/debian/rules --- librsvg-2.44.10/debian/rules 2018-12-11 21:02:52.000000000 +0000 +++ librsvg-2.44.10/debian/rules 2018-12-20 03:39:52.000000000 +0000 @@ -58,7 +58,7 @@ endif override_dh_auto_test-arch: -ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) +ifeq (testsuitedisabled,$(filter nocheck,$(DEB_BUILD_OPTIONS))) dh_auto_test find debian -name '*.log' \ -not -name config.log \ @@ -67,4 +67,4 @@ endif override_dh_auto_test-indep: - @: + #@: