[DHG_packages] 02/02: ghc: add previous changelog entries, cosmetic changes on rules file

Gianfranco Costamagna locutusofborg at moszumanska.debian.org
Sun Sep 17 11:03:29 UTC 2017


This is an automated email from the git hooks/post-receive script.

locutusofborg pushed a commit to branch experimental
in repository DHG_packages.

commit b416bc8f598ae1d85a2b5616b07d1a56c57f6511
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Sun Sep 17 13:02:46 2017 +0200

    ghc: add previous changelog entries, cosmetic changes on rules file
---
 p/ghc/debian/changelog | 13 +++++++++++++
 p/ghc/debian/rules     |  4 ++--
 2 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/p/ghc/debian/changelog b/p/ghc/debian/changelog
index 26a5268..f0f6ba0 100644
--- a/p/ghc/debian/changelog
+++ b/p/ghc/debian/changelog
@@ -58,6 +58,19 @@ ghc (8.0.2-6) unstable; urgency=medium
 
  -- Clint Adams <clint at debian.org>  Fri, 25 Aug 2017 08:36:53 -0400
 
+ghc (8.2.0~20170507-2) experimental; urgency=medium
+
+  * 8.2.1-rc2.
+    - Switches to LLVM 3.9.
+
+ -- Clint Adams <clint at debian.org>  Wed, 12 Jul 2017 17:51:16 -0400
+
+ghc (8.2.0~20170507-1) experimental; urgency=medium
+
+  * 8.2.1-rc2.
+
+ -- Clint Adams <clint at debian.org>  Wed, 12 Jul 2017 17:51:16 -0400
+
 ghc (8.0.2-5) unstable; urgency=medium
 
   * Patch from James Clarke to fix powerpc breakage caused by
diff --git a/p/ghc/debian/rules b/p/ghc/debian/rules
index 6e31cd3..247f60f 100755
--- a/p/ghc/debian/rules
+++ b/p/ghc/debian/rules
@@ -64,7 +64,7 @@ else
 	echo "BUILD_SPHINX_HTML := NO" >> mk/build.mk
 	echo "BUILD_SPHINX_PDF := NO" >> mk/build.mk
 endif
-ifneq (,$(filter armel armhf, $(DEB_HOST_ARCH)))
+ifneq (,$(filter arm64 armel armhf, $(DEB_HOST_ARCH)))
 	echo "SRC_HC_OPTS     += -optl-B/usr/bin/ld.gold" >> mk/build.mk
 endif
 ifeq (armhf,$(DEB_HOST_ARCH))
@@ -193,8 +193,8 @@ ifeq (NO,$(BUILD_CROSS))
 	    mkdir debian/tmp/usr/lib/ghc-doc/haddock/ghc/`basename $$f` ; \
 	    mv $$f/*.haddock debian/tmp/usr/lib/ghc-doc/haddock/ghc/`basename $$f` ; done
 	cd debian/tmp/usr/share/doc/ghc-doc/html/libraries/; ln -s ghc-$(ProjectVersion) ghc
-
 	install -Dm 644 debian/index.html debian/tmp/usr/share/doc/ghc-doc/index.html
+
 	# manpages
 	rm -f debian/*.1
 	echo ".so man1/ghc.1" > debian/ghc-$(ProjectVersion).1

-- 
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