diff -Nru qtlocation-opensource-src-5.12.5+dfsg/debian/changelog qtlocation-opensource-src-5.12.5+dfsg/debian/changelog --- qtlocation-opensource-src-5.12.5+dfsg/debian/changelog 2020-02-10 14:19:18.000000000 +0000 +++ qtlocation-opensource-src-5.12.5+dfsg/debian/changelog 2020-06-07 20:03:50.000000000 +0000 @@ -1,3 +1,9 @@ +qtlocation-opensource-src (5.12.5+dfsg-5+rpi1) bullseye-staging; urgency=medium + + * Disable testsuite. + + -- Peter Michael Green Sun, 07 Jun 2020 20:03:50 +0000 + qtlocation-opensource-src (5.12.5+dfsg-5) unstable; urgency=medium * Brow paperbag upload: the last upload should have gone to unstable. diff -Nru qtlocation-opensource-src-5.12.5+dfsg/debian/rules qtlocation-opensource-src-5.12.5+dfsg/debian/rules --- qtlocation-opensource-src-5.12.5+dfsg/debian/rules 2020-02-09 18:33:56.000000000 +0000 +++ qtlocation-opensource-src-5.12.5+dfsg/debian/rules 2020-06-07 20:03:39.000000000 +0000 @@ -23,7 +23,7 @@ dh_missing --fail-missing override_dh_auto_test-arch: -ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) +ifeq (testsuitedisabled,$(filter nocheck,$(DEB_BUILD_OPTIONS))) $(MAKE) install -Csrc/imports INSTALL_ROOT=$(CURDIR)/test_root # Qt QML engine is broken on several architectures: # mips* (#868745), sparc64 (#894726), ia64 (#929682), hppa (no bug).