diff -Nru ghc-8.4.3+dfsg1/debian/changelog ghc-8.4.3+dfsg1/debian/changelog --- ghc-8.4.3+dfsg1/debian/changelog 2018-10-19 10:09:22.000000000 +0000 +++ ghc-8.4.3+dfsg1/debian/changelog 2018-11-28 06:00:51.000000000 +0000 @@ -1,3 +1,12 @@ +ghc (8.4.3+dfsg1-4+rpi1) buster-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 + + -- Peter Michael green Wed, 28 Nov 2018 06:00:51 +0000 + ghc (8.4.3+dfsg1-4) unstable; urgency=medium * Add missing Breaks+Replaces+Provides (Closes: #910480). diff -Nru ghc-8.4.3+dfsg1/debian/patches/ARM-VFPv3D16 ghc-8.4.3+dfsg1/debian/patches/ARM-VFPv3D16 --- ghc-8.4.3+dfsg1/debian/patches/ARM-VFPv3D16 2018-09-28 16:31:11.000000000 +0000 +++ ghc-8.4.3+dfsg1/debian/patches/ARM-VFPv3D16 2018-11-28 06:00:51.000000000 +0000 @@ -13,9 +13,10 @@ @@ -423,7 +423,7 @@ AC_DEFUN([GET_ARM_ISA], )], [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.4.3+dfsg1/debian/rules ghc-8.4.3+dfsg1/debian/rules --- ghc-8.4.3+dfsg1/debian/rules 2018-09-26 09:08:46.000000000 +0000 +++ ghc-8.4.3+dfsg1/debian/rules 2018-11-28 06:00:51.000000000 +0000 @@ -274,6 +274,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