[Git][haskell-team/DHG_packages][master] 2 commits: add ghc to ld.bfd architectures (Closes: #913878)

Gianfranco Costamagna gitlab at salsa.debian.org
Fri Jul 26 21:25:50 BST 2019



Gianfranco Costamagna pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
74ea4ba1 by Gianfranco Costamagna at 2019-07-26T20:15:50Z
add ghc to ld.bfd architectures (Closes: #913878)

- - - - -
cb2aa40d by Gianfranco Costamagna at 2019-07-26T20:25:14Z
ghc: add close of already fixed bugs

- - - - -


2 changed files:

- p/ghc/debian/changelog
- p/ghc/debian/rules


Changes:

=====================================
p/ghc/debian/changelog
=====================================
@@ -1,5 +1,6 @@
 ghc (8.6.5+dfsg1-2) unstable; urgency=medium
 
+  [ Ilias Tsitsimpis ]
   * Use ghc-8.4 as the bootstrap compiler and drop the
     fix-build-using-unregisterized-v8.2 patch (Closes: #921579)
   * Allow unregisterised ghc-8.4 to build newer GHC (Closes: #932941)
@@ -8,6 +9,13 @@ ghc (8.6.5+dfsg1-2) unstable; urgency=medium
     reporting this (Closes: #933009)
   * Backport upstream patch to fix a bug where an unregisterised GHC failed to
     compile some libraries (e.g., gloss, juicypixels) on 64-bit architectures.
+  * Add powerpc to ld.bdf linker architectures (Closes: #913878)
+
+  [ Gianfranco Costamagna ]
+  * Disable also ld.gold on powerpcspe (already done in previous uploads
+    Closes: #904915)
+  * Do not apply unregistered build patch, its already part of upstream
+    codebase (Closes: #890763)
 
  -- Ilias Tsitsimpis <iliastsi at debian.org>  Thu, 25 Jul 2019 17:59:31 +0300
 


=====================================
p/ghc/debian/rules
=====================================
@@ -50,7 +50,7 @@ endif
 # once #901947 has been fixed.
 # Do the same for powerpcspe, due to https://bugs.debian.org/904915
 # Do the same for sparc64, due to https://bugs.debian.org/908998
-ifneq (,$(filter mips mipsel powerpcspe sparc64, $(DEB_HOST_ARCH)))
+ifneq (,$(filter mips mipsel powerpc powerpcspe sparc64, $(DEB_HOST_ARCH)))
   EXTRA_CONFIGURE_FLAGS += --disable-ld-override
 endif
 



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/compare/4bbf400c33857e176a66813f2786854004b5678a...cb2aa40da134ecaf02f71d1630d9889a13c46e11

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/compare/4bbf400c33857e176a66813f2786854004b5678a...cb2aa40da134ecaf02f71d1630d9889a13c46e11
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20190726/25e2cbe9/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list