r13762 - packages/trunk/nikki/debian/patches

Paul Wise pabs at alioth.debian.org
Wed Aug 15 22:36:08 UTC 2012


Author: pabs
Date: 2012-08-15 22:36:07 +0000 (Wed, 15 Aug 2012)
New Revision: 13762

Added:
   packages/trunk/nikki/debian/patches/fix-typo.patch
Modified:
   packages/trunk/nikki/debian/patches/series
Log:
Fix a typo

Added: packages/trunk/nikki/debian/patches/fix-typo.patch
===================================================================
--- packages/trunk/nikki/debian/patches/fix-typo.patch	                        (rev 0)
+++ packages/trunk/nikki/debian/patches/fix-typo.patch	2012-08-15 22:36:07 UTC (rev 13762)
@@ -0,0 +1,14 @@
+Description: fix a typo in part of the code
+Author: Paul Wise <pabs at debian.org>
+
+--- a/src/LevelServer/Configuration.hs
++++ b/src/LevelServer/Configuration.hs
+@@ -17,7 +17,7 @@ levelServerPort = case showVersion (prot
+     "0.1" -> 8143
+     "0.2" -> 8144
+     "0.3" -> 8145
+-    x -> error ("unkown version: " ++ x)
++    x -> error ("unknown version: " ++ x)
+ 
+ levelServerLicenseUrl :: String
+ levelServerLicenseUrl = "http://creativecommons.org/licenses/by/3.0/"

Modified: packages/trunk/nikki/debian/patches/series
===================================================================
--- packages/trunk/nikki/debian/patches/series	2012-08-15 22:29:08 UTC (rev 13761)
+++ packages/trunk/nikki/debian/patches/series	2012-08-15 22:36:07 UTC (rev 13762)
@@ -1 +1,2 @@
 No-FindBin-Dependency
+fix-typo.patch




More information about the Pkg-games-commits mailing list