r10633 - in packages/trunk/rott/debian: . patches

Evgeni Golov evgeni at alioth.debian.org
Mon Dec 21 13:40:55 UTC 2009


Author: evgeni
Date: 2009-12-21 13:40:54 +0000 (Mon, 21 Dec 2009)
New Revision: 10633

Added:
   packages/trunk/rott/debian/patches/02-persistent-typo.patch
Modified:
   packages/trunk/rott/debian/changelog
   packages/trunk/rott/debian/patches/series
Log:
fix typo spotted by lintian


Modified: packages/trunk/rott/debian/changelog
===================================================================
--- packages/trunk/rott/debian/changelog	2009-12-21 13:32:20 UTC (rev 10632)
+++ packages/trunk/rott/debian/changelog	2009-12-21 13:40:54 UTC (rev 10633)
@@ -10,8 +10,10 @@
   [ Evgeni Golov ]
   * debian/control:
     + Standards-Version: 3.8.3, no changes needed.
+  * debian/patches/02-persistent-typo.patch:
+    + Fix typo spotted by lintian.
 
- -- Evgeni Golov <evgeni at debian.org>  Mon, 21 Dec 2009 14:31:11 +0100
+ -- Evgeni Golov <evgeni at debian.org>  Mon, 21 Dec 2009 14:38:16 +0100
 
 rott (1.1.1-2) unstable; urgency=low
 

Added: packages/trunk/rott/debian/patches/02-persistent-typo.patch
===================================================================
--- packages/trunk/rott/debian/patches/02-persistent-typo.patch	                        (rev 0)
+++ packages/trunk/rott/debian/patches/02-persistent-typo.patch	2009-12-21 13:40:54 UTC (rev 10633)
@@ -0,0 +1,18 @@
+Description: persistant -> persistent
+Forwarded: no
+Author: Evgeni Golov <evgeni at debian.org>
+Last-Update: 2009-12-21
+
+Index: rott-1.1.1/rott/rt_cfg.c
+===================================================================
+--- rott-1.1.1.orig/rott/rt_cfg.c	2009-12-21 14:36:44.000000000 +0100
++++ rott-1.1.1/rott/rt_cfg.c	2009-12-21 14:36:58.000000000 +0100
+@@ -1225,7 +1225,7 @@
+    SafeWriteString(file, "\n;\n"
+       "; These are the time in seconds of the various powerups.\n"
+       "; You could modify these to give you infinite Mercury mode,\n"
+-      "; stronger vests, or to make them persistant.\n;\n" );
++      "; stronger vests, or to make them persistent.\n;\n" );
+ 
+    WriteParameter( file, "GodModeTime                ", BattleSpecialsTimes.GodModeTime );
+    WriteParameter( file, "DogModeTime                ", BattleSpecialsTimes.DogModeTime );

Modified: packages/trunk/rott/debian/patches/series
===================================================================
--- packages/trunk/rott/debian/patches/series	2009-12-21 13:32:20 UTC (rev 10632)
+++ packages/trunk/rott/debian/patches/series	2009-12-21 13:40:54 UTC (rev 10633)
@@ -2,3 +2,4 @@
 #00-ludicrous-gibs.patch
 #00-registered-version.patch
 01-demo-datadir.patch
+02-persistent-typo.patch




More information about the Pkg-games-commits mailing list