diff -Nru supermin-5.2.2/debian/changelog supermin-5.2.2/debian/changelog --- supermin-5.2.2/debian/changelog 2022-03-05 09:14:07.000000000 +0000 +++ supermin-5.2.2/debian/changelog 2022-03-11 13:11:27.000000000 +0000 @@ -1,3 +1,16 @@ +supermin (5.2.2-1+rpi1) bookworm-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. + + -- Raspbian forward porter Fri, 11 Mar 2022 13:11:27 +0000 + supermin (5.2.2-1) unstable; urgency=medium * New upstream version 5.2.2 diff -Nru supermin-5.2.2/debian/control supermin-5.2.2/debian/control --- supermin-5.2.2/debian/control 2022-03-05 09:13:30.000000000 +0000 +++ supermin-5.2.2/debian/control 2022-03-11 13:11:27.000000000 +0000 @@ -17,7 +17,6 @@ libguestfs-tools , 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.2/debian/rules supermin-5.2.2/debian/rules --- supermin-5.2.2/debian/rules 2022-03-05 09:13:30.000000000 +0000 +++ supermin-5.2.2/debian/rules 2022-03-11 13:11:27.000000000 +0000 @@ -24,11 +24,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