[Pkg-haskell-commits] darcs: ghc: Use a saner priority for the runhaskell alternative. (Closes: #676970). TODO for later: Consider removing the alternatives code altogether.
Joachim Breitner
mail at joachim-breitner.de
Sat Jun 16 15:22:50 UTC 2012
Sat Jun 16 10:48:11 UTC 2012 Joachim Breitner <mail at joachim-breitner.de>
* Use a saner priority for the runhaskell alternative. (Closes: #676970). TODO for later: Consider removing the alternatives code altogether.
Ignore-this: 2f9639a016ee67536238edf4b3ecad47
M ./changelog +2
M ./ghc.postinst -1 +1
Sat Jun 16 10:48:11 UTC 2012 Joachim Breitner <mail at joachim-breitner.de>
* Use a saner priority for the runhaskell alternative. (Closes: #676970). TODO for later: Consider removing the alternatives code altogether.
Ignore-this: 2f9639a016ee67536238edf4b3ecad47
diff -rN -u old-ghc//changelog new-ghc//changelog
--- old-ghc//changelog 2012-06-16 15:22:50.333328433 +0000
+++ new-ghc//changelog 2012-06-16 15:22:50.421328670 +0000
@@ -11,6 +11,8 @@
#677096)
* Make sure GHC is using ld.bfd, as it passes arguments not understood by
the gold linker (Closes: #673081)
+ * Use a saner priority for the runhaskell alternative. (Closes: #676970).
+ TODO for later: Consider removing the alternatives code altogether.
-- Erik de Castro Lopo <erikd at mega-nerd.com> Sat, 16 Jun 2012 11:03:31 +1000
diff -rN -u old-ghc//ghc.postinst new-ghc//ghc.postinst
--- old-ghc//ghc.postinst 2012-06-16 15:22:50.333328433 +0000
+++ new-ghc//ghc.postinst 2012-06-16 15:22:50.377326622 +0000
@@ -30,7 +30,7 @@
configure|abort-upgrade|abort-remove|abort-deconfigure)
if $libdir/bin/ghc --info | grep '"Have interpreter","YES"' >/dev/null ; then
update-alternatives \
- --install $execdir/runhaskell runhaskell $execdir/runghc 8600000600 \
+ --install $execdir/runhaskell runhaskell $execdir/runghc 600 \
--slave $mandir/man1/runhaskell.1.gz runhaskell.1.gz $mandir/man1/runghc.1.gz
fi
update-alternatives \
More information about the Pkg-haskell-commits
mailing list