[Git][haskell-team/DHG_packages][master] haskell-src-exts: also disable optimization on some low-memory architectures...

Gianfranco Costamagna gitlab at salsa.debian.org
Wed Sep 2 08:19:12 BST 2020



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


Commits:
4f4b54c7 by Gianfranco Costamagna at 2020-09-02T09:18:27+02:00
haskell-src-exts: also disable optimization on some low-memory architectures such as armhf (helping Ubuntu) and m68k

- - - - -


3 changed files:

- p/haskell-gi-harfbuzz/debian/changelog
- p/haskell-src-exts/debian/changelog
- p/haskell-src-exts/debian/rules


Changes:

=====================================
p/haskell-gi-harfbuzz/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-gi-harfbuzz (0.0.3-1~build1) groovy; urgency=medium
+
+  * Upload to groovy from Debian new queue
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Mon, 31 Aug 2020 00:42:14 +0200
+
 haskell-gi-harfbuzz (0.0.3-1) unstable; urgency=low
 
   * Initial release


=====================================
p/haskell-src-exts/debian/changelog
=====================================
@@ -1,3 +1,10 @@
+haskell-src-exts (1.23.1-2) unstable; urgency=medium
+
+  * Use `-optcggc-min-expand=10` on armhf (helping Ubuntu and some low-memory
+    builders, and on m68k
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Wed, 02 Sep 2020 00:19:37 +0200
+
 haskell-src-exts (1.23.1-1) unstable; urgency=medium
 
   * New upstream release


=====================================
p/haskell-src-exts/debian/rules
=====================================
@@ -18,7 +18,7 @@ DEB_SETUP_GHC_CONFIGURE_ARGS = --ghc-options="+RTS -V0 -RTS"
 #  -- Dejan Latinovic <Dejan.Latinovic at imgtec.com>
 DEB_BUILD_ARCH     ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
 
-ifneq (,$(filter $(DEB_BUILD_ARCH),mips mipsel hppa))
+ifneq (,$(filter $(DEB_BUILD_ARCH),armhf mips mipsel hppa m68k))
        DEB_SETUP_GHC_CONFIGURE_ARGS += --ghc-options="-O0 -optc--param -optcggc-min-expand=10"
 endif
 



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/4f4b54c7b6cd375d6f7ae17830313657d8eb4147

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/4f4b54c7b6cd375d6f7ae17830313657d8eb4147
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/20200902/ce598cc4/attachment.html>


More information about the Pkg-haskell-commits mailing list