diff -Nru ghc-8.4.4+dfsg1/debian/changelog ghc-8.4.4+dfsg1/debian/changelog --- ghc-8.4.4+dfsg1/debian/changelog 2018-11-30 10:11:18.000000000 +0000 +++ ghc-8.4.4+dfsg1/debian/changelog 2018-12-27 14:28:53.000000000 +0000 @@ -1,3 +1,12 @@ +ghc (8.4.4+dfsg1-1+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 + + -- Raspbian forward porter Thu, 27 Dec 2018 14:28:53 +0000 + ghc (8.4.4+dfsg1-1) unstable; urgency=medium * New upstream release diff -Nru ghc-8.4.4+dfsg1/debian/patches/ARM-VFPv3D16 ghc-8.4.4+dfsg1/debian/patches/ARM-VFPv3D16 --- ghc-8.4.4+dfsg1/debian/patches/ARM-VFPv3D16 2018-11-30 10:11:18.000000000 +0000 +++ ghc-8.4.4+dfsg1/debian/patches/ARM-VFPv3D16 2018-12-27 14:28:53.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.4+dfsg1/debian/rules ghc-8.4.4+dfsg1/debian/rules --- ghc-8.4.4+dfsg1/debian/rules 2018-09-26 09:08:46.000000000 +0000 +++ ghc-8.4.4+dfsg1/debian/rules 2018-12-27 14:28:53.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