diff -Nru jemalloc-5.2.1/debian/changelog jemalloc-5.2.1/debian/changelog --- jemalloc-5.2.1/debian/changelog 2022-08-20 15:09:00.000000000 +0000 +++ jemalloc-5.2.1/debian/changelog 2022-09-01 18:14:39.000000000 +0000 @@ -1,3 +1,9 @@ +jemalloc (5.2.1-5+rpi1) bookworm-staging; urgency=medium + + * Disable testsuite. + + -- Peter Michael Green Thu, 01 Sep 2022 18:14:39 +0000 + jemalloc (5.2.1-5) unstable; urgency=high * Urgency high for a targeted RC bug fix. diff -Nru jemalloc-5.2.1/debian/rules jemalloc-5.2.1/debian/rules --- jemalloc-5.2.1/debian/rules 2021-01-10 00:04:12.000000000 +0000 +++ jemalloc-5.2.1/debian/rules 2022-09-01 18:14:28.000000000 +0000 @@ -55,3 +55,6 @@ override_dh_auto_build: make all dist sed -i 's;#!\s*/usr/bin/env perl;#!/usr/bin/perl;' $(CURDIR)/bin/jeprof + +oerride_dh_auto_test: + echo testsuite disabled