diff -Nru librsvg-2.48.0/debian/changelog librsvg-2.48.0/debian/changelog --- librsvg-2.48.0/debian/changelog 2020-03-31 22:11:51.000000000 +0000 +++ librsvg-2.48.0/debian/changelog 2020-04-12 04:47:08.000000000 +0000 @@ -1,3 +1,9 @@ +librsvg (2.48.0-2+rpi1) bullseye-staging; urgency=medium + + * Disable testsuite. + + -- Peter Michael Green Sun, 12 Apr 2020 04:47:08 +0000 + librsvg (2.48.0-2) unstable; urgency=medium * Fix FTBFS in the tests due to missing link against libharfbuzz diff -Nru librsvg-2.48.0/debian/rules librsvg-2.48.0/debian/rules --- librsvg-2.48.0/debian/rules 2020-03-31 22:11:51.000000000 +0000 +++ librsvg-2.48.0/debian/rules 2020-04-12 04:47:08.000000000 +0000 @@ -58,21 +58,21 @@ # https://bugs.debian.org/895723 ifneq (,$(filter $(DEB_HOST_ARCH), ppc64el ppc64 powerpc)) override_dh_auto_test: - CARGO_INCREMENTAL=1 dh_auto_test -- TESTS=$(TESTS) + #CARGO_INCREMENTAL=1 dh_auto_test -- TESTS=$(TESTS) endif override_dh_auto_test-arch: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) - mkdir -p $(CURDIR)/debian/locales - localedef -i en_US -f UTF-8 $(CURDIR)/debian/locales/en - localedef -i en_US -f UTF-8 $(CURDIR)/debian/locales/en_US - localedef -i de_DE -f UTF-8 $(CURDIR)/debian/locales/de - LOCPATH=$(CURDIR)/debian/locales dh_auto_test -- TESTS=$(TESTS) - find debian -name '*.log' \ - -not -name config.log \ - -not -name test-suite.log \ - -print0 | xargs -0 tail -v -c1M + #mkdir -p $(CURDIR)/debian/locales + #localedef -i en_US -f UTF-8 $(CURDIR)/debian/locales/en + #localedef -i en_US -f UTF-8 $(CURDIR)/debian/locales/en_US + #localedef -i de_DE -f UTF-8 $(CURDIR)/debian/locales/de + #LOCPATH=$(CURDIR)/debian/locales dh_auto_test -- TESTS=$(TESTS) + #find debian -name '*.log' \ + # -not -name config.log \ + # -not -name test-suite.log \ + # -print0 | xargs -0 tail -v -c1M endif override_dh_auto_test-indep: - @: + #@: