diff -Nru samtools-1.9/debian/changelog samtools-1.9/debian/changelog --- samtools-1.9/debian/changelog 2019-12-11 10:01:06.000000000 +0000 +++ samtools-1.9/debian/changelog 2020-01-10 22:58:15.000000000 +0000 @@ -1,3 +1,9 @@ +samtools (1.9-7+rpi1) bullseye-staging; urgency=medium + + * Disable testsuite. + + -- Peter Michael Green Fri, 10 Jan 2020 22:58:15 +0000 + samtools (1.9-7) unstable; urgency=medium * Team upload. diff -Nru samtools-1.9/debian/rules samtools-1.9/debian/rules --- samtools-1.9/debian/rules 2019-08-17 08:20:06.000000000 +0000 +++ samtools-1.9/debian/rules 2020-01-10 22:58:05.000000000 +0000 @@ -29,7 +29,7 @@ LDFLAGS="$$(dpkg-buildflags --get LDFLAGS)" override_dh_auto_test: -ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) +ifeq (testsuitedisabled,$(filter nocheck,$(DEB_BUILD_OPTIONS))) dh_auto_test -- \ BGZIP=/usr/bin/bgzip endif