diff -Nru ghc-8.8.3/debian/changelog ghc-8.8.3/debian/changelog --- ghc-8.8.3/debian/changelog 2020-07-31 15:48:26.000000000 +0000 +++ ghc-8.8.3/debian/changelog 2020-08-12 23:11:38.000000000 +0000 @@ -1,3 +1,12 @@ +ghc (8.8.3-3+rpi1) bullseye-staging; urgency=medium + + [changes brought forward from 7.6.3-21+rpi1 by Peter Michael Green at Sun, 19 Apr 2015 14:00:16 +0000] + * Change compiler defaults for armv6 + [changed introduced in 7.10.3-2+rpi1 by Peter Michael Green] + * Add call to dh_autoreconf_clean + + -- Raspbian forward porter Wed, 12 Aug 2020 23:11:38 +0000 + ghc (8.8.3-3) unstable; urgency=medium * Reupload due to bad debian/rules merge diff -Nru ghc-8.8.3/debian/patches/ARM-VFPv3D16 ghc-8.8.3/debian/patches/ARM-VFPv3D16 --- ghc-8.8.3/debian/patches/ARM-VFPv3D16 2020-05-26 16:44:32.000000000 +0000 +++ ghc-8.8.3/debian/patches/ARM-VFPv3D16 2020-08-12 23:11:38.000000000 +0000 @@ -13,9 +13,10 @@ @@ -454,7 +454,7 @@ )], [changequote(, )dnl - ARM_ISA=ARMv7 +- ARM_ISA=ARMv7 ++ ARM_ISA=ARMv6 - ARM_ISA_EXT="[VFPv3,NEON]" -+ ARM_ISA_EXT="[VFPv3D16,NEON]" ++ ARM_ISA_EXT="[VFPv2]" changequote([, ])dnl ]) ]) diff -Nru ghc-8.8.3/debian/rules ghc-8.8.3/debian/rules --- ghc-8.8.3/debian/rules 2020-07-31 15:48:17.000000000 +0000 +++ ghc-8.8.3/debian/rules 2020-08-12 23:11:38.000000000 +0000 @@ -290,6 +290,8 @@ rm -f utils/ghc-pwd/dist-boot/Main.o rm -f utils/ghc-pwd/dist-boot/ghc-pwd + dh_autoreconf_clean + rm -f libraries/haskeline/a.out rm -rf utils/ghctags/dist-install