diff -Nru supermin-5.2.0/debian/changelog supermin-5.2.0/debian/changelog --- supermin-5.2.0/debian/changelog 2020-08-30 20:29:40.000000000 +0000 +++ supermin-5.2.0/debian/changelog 2020-09-05 20:03:57.000000000 +0000 @@ -1,3 +1,16 @@ +supermin (5.2.0-2+rpi1) bullseye-staging; urgency=medium + + [changes brought forward from 5.1.11-1+rpi1 by Peter Michael Green at Fri, 28 Nov 2014 05:45:23 +0000] + * Build-depend on raspbian kernel rather than debian armmp kernel. + + [changes brought forward from 5.1.20-1+rpi2 by Peter Michael Green at Tue, 03 Dec 2019 01:42:22 +0000] + * Drop linux-image-rpi build-dependency, we currently don't have kernels + in raspbian bullseye. + * Disable testsuite. + * Fix clean target. + + -- Peter Michael Green Sat, 05 Sep 2020 20:03:57 +0000 + supermin (5.2.0-2) unstable; urgency=medium * Don't dwz supermin binary (Closes: #968476) diff -Nru supermin-5.2.0/debian/control supermin-5.2.0/debian/control --- supermin-5.2.0/debian/control 2020-08-23 15:16:41.000000000 +0000 +++ supermin-5.2.0/debian/control 2020-09-05 20:03:57.000000000 +0000 @@ -16,7 +16,6 @@ augeas-tools, libhivex-bin, linux-image-alpha-generic [alpha], linux-image-marvell [armel] | linux-image-versatile [armel], - linux-image-armmp [armhf], linux-image-arm64 [arm64], linux-image-4kc-malta [mips mipsel] | linux-image-5kc-malta [mips mipsel], linux-image-5kc-malta [mips64 mips64el], diff -Nru supermin-5.2.0/debian/rules supermin-5.2.0/debian/rules --- supermin-5.2.0/debian/rules 2020-08-30 20:28:03.000000000 +0000 +++ supermin-5.2.0/debian/rules 2020-09-05 20:03:57.000000000 +0000 @@ -20,11 +20,15 @@ dh_auto_build override_dh_auto_test: - dh_auto_test -- SKIP_TEST_EXECSTACK=1 + #dh_auto_test -- SKIP_TEST_EXECSTACK=1 override_dh_gencontrol: dh_gencontrol -- -Vmisc:Built-Using="$(shell dpkg-query -f '$${source:Package} (= $${source:Version}), ' -W $(if $(shell which musl-gcc),musl-tools,libc-dev-bin))" +override_dh_auto_clean: + dh_auto_clean + rm -f src/.depend src/pod2htmd.tmp + override_dh_dwz: dh_dwz -X/usr/bin/supermin