diff -Nru flatpak-1.10.2/debian/changelog flatpak-1.10.2/debian/changelog --- flatpak-1.10.2/debian/changelog 2021-07-25 19:44:58.000000000 +0000 +++ flatpak-1.10.2/debian/changelog 2021-08-28 14:27:44.000000000 +0000 @@ -1,3 +1,9 @@ +flatpak (1.10.2-3+rpi1) bookworm-staging; urgency=medium + + * Disable testsuite, it fails on builders with older kernels. + + -- root Sat, 28 Aug 2021 14:27:44 +0000 + flatpak (1.10.2-3) unstable; urgency=medium * d/patches: Align with upstream flatpak-1.10.x branch, making this diff -Nru flatpak-1.10.2/debian/.gitignore flatpak-1.10.2/debian/.gitignore --- flatpak-1.10.2/debian/.gitignore 2021-07-25 19:44:58.000000000 +0000 +++ flatpak-1.10.2/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.10.2/debian/rules flatpak-1.10.2/debian/rules --- flatpak-1.10.2/debian/rules 2021-07-25 19:44:58.000000000 +0000 +++ flatpak-1.10.2/debian/rules 2021-08-28 14:27:07.000000000 +0000 @@ -70,7 +70,7 @@ dh_installsystemd --no-start override_dh_auto_test-arch: -ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) +ifeq (testsuitdisabled,$(filter nocheck,$(DEB_BUILD_OPTIONS))) debian/test.sh endif