diff -Nru flatpak-1.8.3/debian/changelog flatpak-1.8.3/debian/changelog --- flatpak-1.8.3/debian/changelog 2020-11-24 12:01:18.000000000 +0000 +++ flatpak-1.8.3/debian/changelog 2020-12-14 21:41:29.000000000 +0000 @@ -1,3 +1,9 @@ +flatpak (1.8.3-2+rpi1) bullseye-staging; urgency=medium + + * Disable testsuite. + + -- Peter Michael Green Mon, 14 Dec 2020 21:41:29 +0000 + flatpak (1.8.3-2) unstable; urgency=medium * Preferentially build-depend on libgdk-pixbuf-2.0-dev. diff -Nru flatpak-1.8.3/debian/.gitignore flatpak-1.8.3/debian/.gitignore --- flatpak-1.8.3/debian/.gitignore 2020-11-24 12:01:18.000000000 +0000 +++ flatpak-1.8.3/debian/.gitignore 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -/*.debhelper -/*.substvars -/flatpak-tests/ -/flatpak/ -/gir1.2-flatpak-1.0/ -/libflatpak-dev/ -/libflatpak-doc/ -/libflatpak0/ diff -Nru flatpak-1.8.3/debian/rules flatpak-1.8.3/debian/rules --- flatpak-1.8.3/debian/rules 2020-11-24 12:01:18.000000000 +0000 +++ flatpak-1.8.3/debian/rules 2020-12-14 21:41:29.000000000 +0000 @@ -69,7 +69,7 @@ dh_installsystemd --no-start override_dh_auto_test-arch: -ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) +ifeq (testsuitedisabled,$(filter nocheck,$(DEB_BUILD_OPTIONS))) debian/test.sh endif