[DHG_packages] 01/01: Patch arm64 before autoreconf
Gianfranco Costamagna
locutusofborg at moszumanska.debian.org
Sat Aug 26 17:15:58 UTC 2017
This is an automated email from the git hooks/post-receive script.
locutusofborg pushed a commit to branch master
in repository DHG_packages.
commit 4ead5c4af89a67c248b4d159f0053c50b9fba3fe
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date: Sat Aug 26 19:15:01 2017 +0200
Patch arm64 before autoreconf
---
p/ghc/debian/changelog | 7 +++++++
p/ghc/debian/rules | 6 +++---
2 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/p/ghc/debian/changelog b/p/ghc/debian/changelog
index c5eb4dc..8cf9751 100644
--- a/p/ghc/debian/changelog
+++ b/p/ghc/debian/changelog
@@ -1,3 +1,10 @@
+ghc (8.0.2-9) unstable; urgency=medium
+
+ * Team upload.
+ * Patch arm64 before autoreconf.
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org> Sat, 26 Aug 2017 19:04:27 +0200
+
ghc (8.0.2-8) unstable; urgency=high
* Team upload
diff --git a/p/ghc/debian/rules b/p/ghc/debian/rules
index 70f6514..f8d30d6 100755
--- a/p/ghc/debian/rules
+++ b/p/ghc/debian/rules
@@ -46,6 +46,9 @@ endif
dh $@
override_dh_autoreconf:
+ifeq (arm64,$(DEB_HOST_ARCH))
+ patch -p1 < debian/patches/arm64-no-gold
+endif
dh_autoreconf perl -- boot
override_dh_auto_configure:
@@ -62,9 +65,6 @@ endif
ifeq (armel,$(DEB_HOST_ARCH))
patch -p1 < debian/patches/armel-revert-ghci-fixes.patch
endif
-ifeq (arm64,$(DEB_HOST_ARCH))
- patch -p1 < debian/patches/arm64-no-gold
-endif
ifneq (,$(filter mips mipsel, $(DEB_HOST_ARCH)))
echo "SRC_HC_OPTS += -optc--param -optcggc-min-expand=10" >> mk/build.mk
endif
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git
More information about the Pkg-haskell-commits
mailing list