Author: christoph Date: 2011-05-28 18:44:54 +0000 (Sat, 28 May 2011) New Revision: 12436
Added: packages/trunk/raincat/debian/patches/ftbfs.patch Modified: packages/trunk/raincat/debian/changelog packages/trunk/raincat/debian/patches/series Log: Fix build with newer ghc, team upload Modified: packages/trunk/raincat/debian/changelog =================================================================== --- packages/trunk/raincat/debian/changelog 2011-05-28 00:17:53 UTC (rev 12435) +++ packages/trunk/raincat/debian/changelog 2011-05-28 18:44:54 UTC (rev 12436) @@ -1,9 +1,14 @@ -raincat (1.1-2) UNRELEASED; urgency=low +raincat (1.1-2) unstable; urgency=low + [ Paul Wise ] * Update Homepage (Closes: #622590) - -- Paul Wise <[email protected]> Wed, 13 Apr 2011 16:37:15 +0800 + [ Christoph Egger ] + * Team upload. + * Fix build with newer ghc (LP: #755978) + -- Christoph Egger <[email protected]> Sat, 28 May 2011 20:39:56 +0200 + raincat (1.1-1) unstable; urgency=low * Initial release. Closes: #567750 Added: packages/trunk/raincat/debian/patches/ftbfs.patch =================================================================== --- packages/trunk/raincat/debian/patches/ftbfs.patch (rev 0) +++ packages/trunk/raincat/debian/patches/ftbfs.patch 2011-05-28 18:44:54 UTC (rev 12436) @@ -0,0 +1,11 @@ +Index: raincat-1.1/src/Main.hs +=================================================================== +--- raincat-1.1.orig/src/Main.hs 2010-01-28 19:31:38.000000000 +0100 ++++ raincat-1.1/src/Main.hs 2011-05-28 20:43:13.640559007 +0200 +@@ -1,5 +1,5 @@ + module Main +- () where ++ (main) where + + import Graphics.UI.GLUT + import Data.Maybe Modified: packages/trunk/raincat/debian/patches/series =================================================================== --- packages/trunk/raincat/debian/patches/series 2011-05-28 00:17:53 UTC (rev 12435) +++ packages/trunk/raincat/debian/patches/series 2011-05-28 18:44:54 UTC (rev 12436) @@ -1 +1,2 @@ path.patch +ftbfs.patch _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

