[Git][haskell-team/DHG_packages][master] s/DEB_SETUP_GHC6_CONFIGURE_ARGS/DEB_SETUP_GHC_CONFIGURE_ARGS/
Clint Adams (@clint)
gitlab at salsa.debian.org
Mon Jan 5 03:06:17 GMT 2026
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
19dcd5f2 by Clint Adams at 2026-01-04T22:05:32-05:00
s/DEB_SETUP_GHC6_CONFIGURE_ARGS/DEB_SETUP_GHC_CONFIGURE_ARGS/
- - - - -
9 changed files:
- p/haskell-gluraw/debian/rules
- p/haskell-gtk3/debian/rules
- p/haskell-hopenpgp/debian/rules
- p/haskell-hxt-relaxng/debian/rules
- p/haskell-network/debian/rules
- p/haskell-openglraw/debian/rules
- p/haskell-regex-tdfa/debian/rules
- p/haskell-tagsoup/debian/rules
- p/xmonad-contrib/debian/rules
Changes:
=====================================
p/haskell-gluraw/debian/rules
=====================================
@@ -13,7 +13,7 @@
# -- Dejan Latinovic <Dejan.Latinovic at imgtec.com>
DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
ifneq (,$(filter $(DEB_BUILD_ARCH),mips mipsel))
- DEB_SETUP_GHC6_CONFIGURE_ARGS += --ghc-options="-optc--param -optcggc-min-expand=10"
+ DEB_SETUP_GHC_CONFIGURE_ARGS += --ghc-options="-optc--param -optcggc-min-expand=10"
endif
%:
=====================================
p/haskell-gtk3/debian/rules
=====================================
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
# Still needed?
-# DEB_SETUP_GHC6_CONFIGURE_ARGS = --ghc-options="+RTS -V0 -RTS"
+# DEB_SETUP_GHC_CONFIGURE_ARGS = --ghc-options="+RTS -V0 -RTS"
%:
dh $@
=====================================
p/haskell-hopenpgp/debian/rules
=====================================
@@ -3,7 +3,7 @@
export DEB_ENABLE_TESTS = yes
ifneq (,$(filter $(DEB_BUILD_ARCH),mips mipsel))
-DEB_SETUP_GHC6_CONFIGURE_ARGS += --ghc-options="-optc--param -optcggc-min-expand=10"
+DEB_SETUP_GHC_CONFIGURE_ARGS += --ghc-options="-optc--param -optcggc-min-expand=10"
endif
%:
=====================================
p/haskell-hxt-relaxng/debian/rules
=====================================
@@ -3,7 +3,7 @@
DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
ifneq (,$(filter $(DEB_BUILD_ARCH),mips mipsel))
- DEB_SETUP_GHC6_CONFIGURE_ARGS = --ghc-options="-optc--param -optcggc-min-expand=10"
+ DEB_SETUP_GHC_CONFIGURE_ARGS = --ghc-options="-optc--param -optcggc-min-expand=10"
endif
%:
=====================================
p/haskell-network/debian/rules
=====================================
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-DEB_SETUP_GHC6_CONFIGURE_ARGS := --constraint='parsec >=3'
+DEB_SETUP_GHC_CONFIGURE_ARGS := --constraint='parsec >=3'
%:
dh $@
=====================================
p/haskell-openglraw/debian/rules
=====================================
@@ -13,7 +13,7 @@
# -- Dejan Latinovic <Dejan.Latinovic at imgtec.com>
DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
ifneq (,$(filter $(DEB_BUILD_ARCH),mips mipsel))
- DEB_SETUP_GHC6_CONFIGURE_ARGS += --ghc-options="-optc--param -optcggc-min-expand=10"
+ DEB_SETUP_GHC_CONFIGURE_ARGS += --ghc-options="-optc--param -optcggc-min-expand=10"
endif
%:
=====================================
p/haskell-regex-tdfa/debian/rules
=====================================
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-DEB_SETUP_GHC6_CONFIGURE_ARGS = --ghc-options="+RTS -V0 -RTS"
+DEB_SETUP_GHC_CONFIGURE_ARGS = --ghc-options="+RTS -V0 -RTS"
%:
dh $@
=====================================
p/haskell-tagsoup/debian/rules
=====================================
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-export DEB_SETUP_GHC6_CONFIGURE_ARGS += -f download
+export DEB_SETUP_GHC_CONFIGURE_ARGS += -f download
%:
dh $@
=====================================
p/xmonad-contrib/debian/rules
=====================================
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-DEB_SETUP_GHC6_CONFIGURE_ARGS="-fuse_xft"
+DEB_SETUP_GHC_CONFIGURE_ARGS="-fuse_xft"
%:
dh $@
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/19dcd5f2ff4a30d7bdce96a63bb035eaae27732d
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/19dcd5f2ff4a30d7bdce96a63bb035eaae27732d
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/20260105/745f595f/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list