[Git][haskell-team/DHG_packages][master] haskell-zlib: from zhangdandan <zhangdandan at loongson.cn>
Gianfranco Costamagna (@locutusofborg)
gitlab at salsa.debian.org
Tue Aug 13 13:26:13 BST 2024
Gianfranco Costamagna pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
da22056c by Gianfranco Costamagna at 2024-08-13T14:25:40+02:00
haskell-zlib: from zhangdandan <zhangdandan at loongson.cn>
Use extra --ghc-options in d/rules on loong64 (Closes: #1071167)
- - - - -
2 changed files:
- p/haskell-zlib/debian/changelog
- p/haskell-zlib/debian/rules
Changes:
=====================================
p/haskell-zlib/debian/changelog
=====================================
@@ -1,3 +1,10 @@
+haskell-zlib (0.6.3.0-3) UNRELEASED; urgency=medium
+
+ [ zhangdandan <zhangdandan at loongson.cn> ]
+ * Use extra --ghc-options in d/rules on loong64 (Closes: #1071167)
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org> Tue, 13 Aug 2024 14:25:09 +0200
+
haskell-zlib (0.6.3.0-2) unstable; urgency=medium
* Declare compliance with Debian policy 4.6.1
=====================================
p/haskell-zlib/debian/rules
=====================================
@@ -4,3 +4,7 @@ DEB_BUILD_DEPENDENCIES = build-arch
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
+
+ifneq (,$(filter $(DEB_BUILD_ARCH),loong64))
+DEB_SETUP_GHC_CONFIGURE_ARGS += --ghc-options="-optc-mcmodel=medium"
+endif
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/da22056c32ae88ffb5cffc63fe48dfb0d1619e26
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/da22056c32ae88ffb5cffc63fe48dfb0d1619e26
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/20240813/092c98b6/attachment.htm>
More information about the Pkg-haskell-commits
mailing list