[Pkg-haskell-commits] darcs: ghc: Import of ghc6_6.4.2-1.dsc
Ian Lynagh (wibble)
igloo at debian.org
Sat Jan 15 06:07:01 UTC 2011
Mon Jun 19 21:43:02 UTC 2006 Ian Lynagh (wibble) <igloo at debian.org>
* Import of ghc6_6.4.2-1.dsc
M ./changelog +9
M ./copyright -1 +1
M ./rules +2
Mon Jun 19 21:43:02 UTC 2006 Ian Lynagh (wibble) <igloo at debian.org>
* Import of ghc6_6.4.2-1.dsc
diff -rN -u old-ghc/changelog new-ghc/changelog
--- old-ghc/changelog 2011-01-15 06:07:01.243162523 +0000
+++ new-ghc/changelog 2011-01-15 06:07:01.379169686 +0000
@@ -1,3 +1,12 @@
+ghc6 (6.4.2-1) unstable; urgency=low
+
+ * New upstream release. Closes: #369947.
+ * Add --nonet to XSLTPROC_OPTS.
+ * Add GhcWithInterpreter=NO on arches we don't build registerised
+ due to http://hackage.haskell.org/trac/ghc/ticket/631
+
+ -- Ian Lynagh (wibble) <igloo at debian.org> Mon, 19 Jun 2006 22:43:02 +0100
+
ghc6 (6.4.1-2.1) unstable; urgency=high
* Non-maintainer upload.
diff -rN -u old-ghc/copyright new-ghc/copyright
--- old-ghc/copyright 2011-01-15 06:07:01.243162523 +0000
+++ new-ghc/copyright 2011-01-15 06:07:01.375169475 +0000
@@ -4,7 +4,7 @@
released into the public domain.
It was downloaded from
-http://www.haskell.org/ghc/dist/6.4.1/ghc-6.4.1-src.tar.bz2
+http://www.haskell.org/ghc/dist/6.4.2/ghc-6.4.2-src.tar.bz2
Upstream Authors: The GHC team
Simon Peyton Jones <simonpj at microsoft.com>
diff -rN -u old-ghc/rules new-ghc/rules
--- old-ghc/rules 2011-01-15 06:07:01.243162523 +0000
+++ new-ghc/rules 2011-01-15 06:07:01.375169475 +0000
@@ -35,9 +35,11 @@
echo "XMLDocWays := html" > mk/build.mk
echo "GhcRTSWays += debug_p thr_debug thr_debug_p" >> mk/build.mk
+ echo "XSLTPROC_OPTS += --nonet" >> mk/build.mk
ifeq '$(findstring $(shell dpkg-architecture -qDEB_HOST_ARCH), i386 amd64)' ''
echo "GhcUnregisterised=YES" >> mk/build.mk
echo "GhcWithNativeCodeGen=NO" >> mk/build.mk
+ echo "GhcWithInterpreter=NO" >> mk/build.mk
echo "SplitObjs=NO" >> mk/build.mk
endif
ifneq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
More information about the Pkg-haskell-commits
mailing list