[Pkg-haskell-commits] darcs: ghc: Do strip libHSghc, the breakage, hence #622731, is fixed in 7.0.4
Joachim Breitner
mail at joachim-breitner.de
Fri Jun 3 23:23:43 UTC 2011
Fri Jun 3 23:23:25 UTC 2011 Joachim Breitner <mail at joachim-breitner.de>
* Do strip libHSghc, the breakage, hence #622731, is fixed in 7.0.4
Ignore-this: 772ff1d0b90943c5456116aee9b9756d
M ./changelog -3
M ./rules -1 +1
Fri Jun 3 23:23:25 UTC 2011 Joachim Breitner <mail at joachim-breitner.de>
* Do strip libHSghc, the breakage, hence #622731, is fixed in 7.0.4
Ignore-this: 772ff1d0b90943c5456116aee9b9756d
diff -rN -u old-ghc//changelog new-ghc//changelog
--- old-ghc//changelog 2011-06-03 23:23:43.816882894 +0000
+++ new-ghc//changelog 2011-06-03 23:23:43.833285236 +0000
@@ -1,9 +1,6 @@
ghc (7.0.3-2) UNRELEASED; urgency=low
* Mention correct haddock version in package description.
- * Do not strip libHSghc to work around
- http://hackage.haskell.org/trac/ghc/ticket/5004, thanks to Vladimir
- Korolev for reporting and testing the fix. (Closes: #622731)
-- Joachim Breitner <nomeata at debian.org> Sun, 10 Apr 2011 00:08:06 +0530
diff -rN -u old-ghc//rules new-ghc//rules
--- old-ghc//rules 2011-06-03 23:23:43.829296525 +0000
+++ new-ghc//rules 2011-06-03 23:23:43.853278130 +0000
@@ -303,7 +303,7 @@
dh_install -a
dh_installmenu -a
dh_installman -a
- dh_strip -XlibHSghc
+ dh_strip
dh_link -a
dh_compress -X.haddock -a
dh_fixperms -a
More information about the Pkg-haskell-commits
mailing list