From: Raspbian forward pporter Date: Mon, 4 Sep 2017 14:21:07 +0000 (+0100) Subject: Merge version 8.0.1-17+rpi1 and 8.0.2-9 to produce 8.0.2-9+rpi1 X-Git-Tag: raspbian/8.0.2-9+rpi1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=16dadf2eb0152ab0b9315d7aaa2063d5988e6e64;p=ghc.git Merge version 8.0.1-17+rpi1 and 8.0.2-9 to produce 8.0.2-9+rpi1 --- 98af92f08e32d1e95932507c2e3d4caefb8654e0 diff --cc debian/changelog index 16228b38,8cf97519..b8a2cf69 --- a/debian/changelog +++ b/debian/changelog @@@ -1,15 -1,75 +1,88 @@@ - ghc (8.0.1-17+rpi1) stretch-staging; urgency=medium ++ghc (8.0.2-9+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 + * Force llvm cpu and float abi options + [changes introduced in 7.8.4-9+rpi1 by Peter Michael Green] + * no longer set Option "-float-abi=hard" in force-llc-settings, ghc now + sets it without help and setting it twice makes llc fail. + [changed introduced in 7.10.3-2+rpi1 by Peter Michael Green] + * Add call to dh_autoreconf_clean + - -- Raspbian forward porter Fri, 30 Dec 2016 02:30:41 +0000 ++ -- Raspbian forward porter Mon, 04 Sep 2017 14:21:06 +0000 ++ + ghc (8.0.2-9) unstable; urgency=medium + + * Team upload. + * Patch arm64 before autoreconf. + + -- Gianfranco Costamagna Sat, 26 Aug 2017 19:04:27 +0200 + + ghc (8.0.2-8) unstable; urgency=high + + * Team upload + * Try arm64 with my Ubuntu patch. + + -- Gianfranco Costamagna Sat, 26 Aug 2017 10:54:27 +0200 + + ghc (8.0.2-7) unstable; urgency=medium + + * Only apply arm64 linker patch on arm64, to avoid conflict with + armel-only patch. + + -- Clint Adams Fri, 25 Aug 2017 11:19:17 -0400 + + ghc (8.0.2-6) unstable; urgency=medium + + * Switch arm64 linker to bfd, since gold is garbage. + + -- Clint Adams Fri, 25 Aug 2017 08:36:53 -0400 + + ghc (8.0.2-5) unstable; urgency=medium + + * Patch from James Clarke to fix powerpc breakage caused by + powerpcspe patch. + + -- Clint Adams Tue, 27 Jun 2017 07:50:03 -0400 + + ghc (8.0.2-4) unstable; urgency=medium + + * Revert cross-compilation patch. + + -- Clint Adams Sun, 25 Jun 2017 12:38:02 -0400 + + ghc (8.0.2-3) unstable; urgency=medium + + [ John Paul Adrian Glaubitz ] + * Build with --enable-unregisterised on powerpcspe. closes: #861806. + * Support building ghc without building haddock, for cross-compilation. + closes: #853285, #853773. + + [ Helmut Grohne ] + * Do not run tests under DEB_BUILD_OPTIONS=nocheck (Closes: #853743). + + [ Clint Adams ] + * Conflict with libghc-cabal-dev (<< 1.24.2.1) to avoid wanna-build + confusion. + + -- Clint Adams Sun, 25 Jun 2017 10:21:43 -0400 + + ghc (8.0.2-1) unstable; urgency=medium + + * Team upload + * New upstream release, remove patches addressed upstream + -add-missing-MO_WriteBarrier + -no-pie + -find-tycon-panic + -get-linker-flags-correctly + -fix-ppc-lwa-generation + -smp-arm-fix.patch + -R_X86_64_REX_GOTPCRELX + * Remove old prof_scc.png link on ghc-doc (Closes: #855627) + * Bump std-version to 4.0.0 + * Bump compat level to 10, dropping autoreconf + + -- Gianfranco Costamagna Tue, 21 Feb 2017 17:07:37 +0100 ghc (8.0.1-17) unstable; urgency=medium diff --cc debian/patches/series index 30e53139,869c9874..ef50c707 --- a/debian/patches/series +++ b/debian/patches/series @@@ -5,14 -5,6 +5,7 @@@ hurd.dif buildpath-abi-stability.patch reproducible-tmp-names do-not-use-SHELL - add-missing-MO_WriteBarrier - no-pie - find-tycon-panic compiler-cmm-PprC-sparc-alignment.patch - get-linker-flags-correctly x32-use-native-x86_64-insn.patch - fix-ppc-lwa-generation osdecommitmemory-compat.patch - smp-arm-fix.patch - R_X86_64_REX_GOTPCRELX +force-llc-settings