Author: pabs Date: 2012-02-13 05:31:50 +0000 (Mon, 13 Feb 2012) New Revision: 13246
Modified: packages/trunk/nikki/debian/patches/No-FindBin-Dependency Log: Clean up cruft ih the patch Modified: packages/trunk/nikki/debian/patches/No-FindBin-Dependency =================================================================== --- packages/trunk/nikki/debian/patches/No-FindBin-Dependency 2012-02-13 05:29:07 UTC (rev 13245) +++ packages/trunk/nikki/debian/patches/No-FindBin-Dependency 2012-02-13 05:31:50 UTC (rev 13246) @@ -2,11 +2,10 @@ Paths in Debian are known in advance. Hard-Code that here. Author: Joachim Breitner <[email protected]> Forwarded: not-needed +Last-Updated: 2011-10-26 -Index: nikki/src/System/Environment/FindBin.hs -=================================================================== ---- /dev/null 1970-01-01 00:00:00.000000000 +0000 -+++ nikki/src/System/Environment/FindBin.hs 2011-10-26 17:06:55.000000000 +0200 +--- /dev/null ++++ b/src/System/Environment/FindBin.hs @@ -0,0 +1,9 @@ +-- | Dummy module to get rid of FindBin dependency +module System.Environment.FindBin where @@ -17,10 +16,8 @@ +getProgPath :: IO String +getProgPath = return __Bin__ + -Index: nikki/src/rootInstall/nikki.cabal -=================================================================== ---- nikki.orig/src/rootInstall/nikki.cabal 2011-10-26 16:50:24.000000000 +0200 -+++ nikki/src/rootInstall/nikki.cabal 2011-10-26 16:50:24.000000000 +0200 +--- a/src/rootInstall/nikki.cabal ++++ b/src/rootInstall/nikki.cabal @@ -115,7 +115,6 @@ , transformers , time _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

