[Pkg-haskell-commits] darcs: xmonad: Don't run GenerateManpage with runghc at build time, fixes FTBFS on architectures without ghci

Ryan Kavanagh rak at debian.org
Sat Nov 10 18:52:42 UTC 2012


Sat Nov 10 13:08:55 UTC 2012  Ryan Kavanagh <rak at debian.org>
  * Don't run GenerateManpage with runghc at build time, fixes FTBFS on architectures without ghci
  Ignore-this: cc54161ecd27db88583e40e76f33b4a1

    M ./changelog +5
    M ./rules -1 +5

Sat Nov 10 13:08:55 UTC 2012  Ryan Kavanagh <rak at debian.org>
  * Don't run GenerateManpage with runghc at build time, fixes FTBFS on architectures without ghci
  Ignore-this: cc54161ecd27db88583e40e76f33b4a1
diff -rN -u old-xmonad//changelog new-xmonad//changelog
--- old-xmonad//changelog	2012-11-10 18:52:42.606846820 +0000
+++ new-xmonad//changelog	2012-11-10 18:52:42.618742421 +0000
@@ -1,7 +1,12 @@
 xmonad (0.10.1~darcs20120707-3) UNRELEASED; urgency=low
 
+  [ Joachim Breitner ]
   * Change VCS fields back to regular
 
+  [ Ryan Kavanagh ]
+  * Don't run GenerateManpage with runghc at build time, fixes FTBFS on
+    architectures without ghci.
+
  -- Joachim Breitner <nomeata at debian.org>  Tue, 16 Oct 2012 10:01:23 +0200
 
 xmonad (0.10.1~darcs20120707-2) experimental; urgency=low
diff -rN -u old-xmonad//rules new-xmonad//rules
--- old-xmonad//rules	2012-11-10 18:52:42.587734907 +0000
+++ new-xmonad//rules	2012-11-10 18:52:42.626722901 +0000
@@ -4,7 +4,8 @@
 include /usr/share/cdbs/1/class/hlibrary.mk
 
 build/xmonad::
-	runghc util/GenerateManpage.hs
+	ghc util/GenerateManpage.hs
+	util/GenerateManpage
 
 install/xmonad::
 	dh_installwm
@@ -20,3 +21,6 @@
 
 clean::
 	rm -f man/xmonad.1 man/xmonad.1.html
+	rm -f util/GenerateManpage \
+	    util/GenerateManpage.o \
+	    util/GenerateManpage.hi





More information about the Pkg-haskell-commits mailing list