[Pkg-haskell-commits] darcs: ghc: Import of ghc6_6.8.2-2.dsc

Ian Lynagh (wibble) igloo at debian.org
Sat Jan 15 06:07:15 UTC 2011


Wed Feb 20 17:32:52 UTC 2008  Ian Lynagh (wibble) <igloo at debian.org>
  * Import of ghc6_6.8.2-2.dsc

    M ./changelog +17
    M ./control -2 +2
    M ./copyright -1 +1
    M ./ghc6.postinst.in +1

Wed Feb 20 17:32:52 UTC 2008  Ian Lynagh (wibble) <igloo at debian.org>
  * Import of ghc6_6.8.2-2.dsc
diff -rN -u old-ghc/changelog new-ghc/changelog
--- old-ghc/changelog	2011-01-15 06:07:15.619919665 +0000
+++ new-ghc/changelog	2011-01-15 06:07:15.735925775 +0000
@@ -1,3 +1,20 @@
+ghc6 (6.8.2-2) unstable; urgency=low
+
+  * Apply upstream patch:
+        Tweak the splitter
+        Ian Lynagh <igloo at earth.li>**20080116195612
+        We were generating a label ".LnLC7", which the splitter was confusing
+        with a literal constant (LC). The end result was the assembler tripping
+        up on ".Ln.text".
+    Closes: #466262.
+  * Make an hpc symlink in /usr/bin. Closes: #461146.
+  * Add a dep and build-dep on gcc >= 4:4.2 as we need the
+    -fno-toplevel-reorder flag. Closes: #461332.
+  * Put the right upstream source URL in debian/copyright.
+    Closes: #465058.
+
+ -- Ian Lynagh (wibble) <igloo at debian.org>  Wed, 20 Feb 2008 17:32:52 +0000
+
 ghc6 (6.8.2-1) unstable; urgency=low
 
   * Strengthen haddock dep and build-dep to 0.8-2 as we need the
diff -rN -u old-ghc/control new-ghc/control
--- old-ghc/control	2011-01-15 06:07:15.615919455 +0000
+++ new-ghc/control	2011-01-15 06:07:15.731925564 +0000
@@ -3,11 +3,11 @@
 Priority: optional
 Maintainer: Ian Lynagh (wibble) <igloo at debian.org>
 Standards-Version: 3.7.3
-Build-Depends: debhelper (>= 4), libgmp3-dev, xsltproc, libreadline5-dev | libreadline-dev, devscripts, haddock (>= 0.8-2), hscolour, ghc6, grep-dctrl, autotools-dev, docbook-xsl, docbook-xml
+Build-Depends: debhelper (>= 4), libgmp3-dev, xsltproc, libreadline5-dev | libreadline-dev, devscripts, haddock (>= 0.8-2), hscolour, ghc6, grep-dctrl, autotools-dev, docbook-xsl, docbook-xml, gcc (>= 4:4.2)
 
 Package: ghc6
 Architecture: any
-Depends: haskell-utils, perl | perl5, gcc, libgmp3-dev, ${shlibs:Depends}, ${misc:Depends}, ${readline}
+Depends: haskell-utils, perl | perl5, gcc (>= 4:4.2), libgmp3-dev, ${shlibs:Depends}, ${misc:Depends}, ${readline}
 Provides: haskell-compiler, ghc, ${provided-devs}
 Conflicts: ghc4 (<= 4.08.1-4)
 Suggests: ghc6-prof, ghc6-doc, haskell-doc
diff -rN -u old-ghc/copyright new-ghc/copyright
--- old-ghc/copyright	2011-01-15 06:07:15.615919455 +0000
+++ new-ghc/copyright	2011-01-15 06:07:15.723925143 +0000
@@ -4,7 +4,7 @@
 released into the public domain.
 
 It was downloaded from
-http://www.haskell.org/ghc/dist/6.6/ghc-6.6-src.tar.bz2
+http://www.haskell.org/ghc/dist/6.8.2/ghc-6.8.2-src.tar.bz2
 
 Upstream Authors: The GHC team
     Simon Peyton Jones	<simonpj at microsoft.com>
diff -rN -u old-ghc/ghc6.postinst.in new-ghc/ghc6.postinst.in
--- old-ghc/ghc6.postinst.in	2011-01-15 06:07:15.615919455 +0000
+++ new-ghc/ghc6.postinst.in	2011-01-15 06:07:15.723925143 +0000
@@ -41,6 +41,7 @@
             --slave $execdir/ghci ghci $bindir/ghci \
             --slave $execdir/hsc2hs hsc2hs $bindir/hsc2hs \
             --slave $execdir/hp2ps hp2ps $bindir/hp2ps \
+            --slave $execdir/hpc hpc $bindir/hpc \
             --slave $mandir/man1/hp2ps.1.gz hp2ps.1.gz $mandir/man1/hp2ps-ghc6.1.gz \
             --slave $mandir/man1/ghc.1.gz ghc.1.gz $mandir/man1/ghc6.1.gz \
             --slave $mandir/man1/ghci.1.gz ghci.1.gz $mandir/man1/ghc6.1.gz \





More information about the Pkg-haskell-commits mailing list