diff -Nru gedit-41.0/debian/changelog gedit-41.0/debian/changelog --- gedit-41.0/debian/changelog 2022-03-02 12:34:07.000000000 +0000 +++ gedit-41.0/debian/changelog 2022-03-30 21:36:59.000000000 +0000 @@ -1,3 +1,9 @@ +gedit (41.0-3+rpi1) bookworm-staging; urgency=medium + + * Disable testsuite. + + -- Peter Michael Green Wed, 30 Mar 2022 21:36:59 +0000 + gedit (41.0-3) unstable; urgency=medium * debian/patches/gitlab_openlinks_fix.patch: diff -Nru gedit-41.0/debian/control gedit-41.0/debian/control --- gedit-41.0/debian/control 2022-03-02 12:34:07.000000000 +0000 +++ gedit-41.0/debian/control 2022-03-30 21:36:59.000000000 +0000 @@ -6,7 +6,7 @@ Section: gnome Priority: optional Maintainer: Debian GNOME Maintainers -Uploaders: Iain Lane , Jeremy Bicha , Laurent Bigonville +Uploaders: Iain Lane , Laurent Bigonville , Michael Biebl Build-Depends: appstream-util , debhelper-compat (= 12), desktop-file-utils , diff -Nru gedit-41.0/debian/rules gedit-41.0/debian/rules --- gedit-41.0/debian/rules 2022-03-02 12:34:07.000000000 +0000 +++ gedit-41.0/debian/rules 2022-03-30 21:36:51.000000000 +0000 @@ -1,5 +1,6 @@ #!/usr/bin/make -f + export DEB_BUILD_MAINT_OPTIONS = hardening=+all export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs -Wl,-O1 @@ -32,3 +33,6 @@ override_dh_makeshlibs: dh_makeshlibs --no-scripts + +override_dh_auto_test: + echo testsuite disabled