Author: beuc-guest
Date: 2008-09-29 19:23:25 +0000 (Mon, 29 Sep 2008)
New Revision: 8214

Modified:
   packages/trunk/torus-trooper/debian/changelog
   packages/trunk/torus-trooper/debian/patches/torus-trooper-pure.patch
Log:
Fixed 'torus-trooper-pure' patch: s/rand==null/rand is null/ and refreshed patch

Modified: packages/trunk/torus-trooper/debian/changelog
===================================================================
--- packages/trunk/torus-trooper/debian/changelog       2008-09-29 16:29:14 UTC 
(rev 8213)
+++ packages/trunk/torus-trooper/debian/changelog       2008-09-29 19:23:25 UTC 
(rev 8214)
@@ -2,6 +2,9 @@
 
   * NOT RELEASED YET
 
+  [ Sylvain Beucler]
+  * Fix D syntax error in optional torus-trooper-pure.patch
+
  -- Peter De Wachter <[EMAIL PROTECTED]>  Fri, 13 Jun 2008 18:35:20 +0200
 
 torus-trooper (0.22.dfsg1-3) unstable; urgency=low

Modified: packages/trunk/torus-trooper/debian/patches/torus-trooper-pure.patch
===================================================================
--- packages/trunk/torus-trooper/debian/patches/torus-trooper-pure.patch        
2008-09-29 16:29:14 UTC (rev 8213)
+++ packages/trunk/torus-trooper/debian/patches/torus-trooper-pure.patch        
2008-09-29 19:23:25 UTC (rev 8214)
@@ -87,20 +87,20 @@
 
 Index: torus-trooper-0.22.dfsg1/src/abagames/tt/barrage.d
 ===================================================================
---- torus-trooper-0.22.dfsg1.orig/src/abagames/tt/barrage.d    2007-09-05 
17:48:57.000000000 +0000
-+++ torus-trooper-0.22.dfsg1/src/abagames/tt/barrage.d 2007-09-05 
17:49:01.000000000 +0000
+--- torus-trooper-0.22.dfsg1.orig/src/abagames/tt/barrage.d    2005-01-01 
22:40:28.000000000 +0100
++++ torus-trooper-0.22.dfsg1/src/abagames/tt/barrage.d 2008-09-29 
19:46:20.000000000 +0200
 @@ -32,6 +32,7 @@
  
    public static this() {
      rand = new Rand;
-+      if(rand==null){}
++      if(rand is null){}
    }
  
    public static void setRandSeed(long seed) {
 Index: torus-trooper-0.22.dfsg1/src/abagames/tt/crystal.d
 ===================================================================
 --- /dev/null  1970-01-01 00:00:00.000000000 +0000
-+++ torus-trooper-0.22.dfsg1/src/abagames/tt/crystal.d 2007-09-05 
17:49:01.000000000 +0000
++++ torus-trooper-0.22.dfsg1/src/abagames/tt/crystal.d 2008-09-29 
19:43:13.000000000 +0200
 @@ -0,0 +1,112 @@
 +/*
 + * $Id: crystal.d,v 1.2 2005/07/17 11:02:45 kenta Exp $
@@ -217,8 +217,8 @@
 \ No newline at end of file
 Index: torus-trooper-0.22.dfsg1/src/abagames/tt/enemy.d
 ===================================================================
---- torus-trooper-0.22.dfsg1.orig/src/abagames/tt/enemy.d      2007-09-05 
17:48:57.000000000 +0000
-+++ torus-trooper-0.22.dfsg1/src/abagames/tt/enemy.d   2007-09-05 
17:49:01.000000000 +0000
+--- torus-trooper-0.22.dfsg1.orig/src/abagames/tt/enemy.d      2005-01-09 
13:50:00.000000000 +0100
++++ torus-trooper-0.22.dfsg1/src/abagames/tt/enemy.d   2008-09-29 
19:43:13.000000000 +0200
 @@ -23,6 +23,7 @@
  private import abagames.tt.particle;
  private import abagames.tt.shot;
@@ -308,8 +308,8 @@
      } else if (firstShield < 20) {
 Index: torus-trooper-0.22.dfsg1/src/abagames/tt/floatletter.d
 ===================================================================
---- torus-trooper-0.22.dfsg1.orig/src/abagames/tt/floatletter.d        
2007-09-05 17:48:57.000000000 +0000
-+++ torus-trooper-0.22.dfsg1/src/abagames/tt/floatletter.d     2007-09-05 
17:49:01.000000000 +0000
+--- torus-trooper-0.22.dfsg1.orig/src/abagames/tt/floatletter.d        
2005-01-01 22:40:28.000000000 +0100
++++ torus-trooper-0.22.dfsg1/src/abagames/tt/floatletter.d     2008-09-29 
19:43:13.000000000 +0200
 @@ -25,8 +25,10 @@
    float mx, my;
    float d;
@@ -365,8 +365,8 @@
    }
 Index: torus-trooper-0.22.dfsg1/src/abagames/tt/gamemanager.d
 ===================================================================
---- torus-trooper-0.22.dfsg1.orig/src/abagames/tt/gamemanager.d        
2007-09-05 17:48:57.000000000 +0000
-+++ torus-trooper-0.22.dfsg1/src/abagames/tt/gamemanager.d     2007-09-05 
17:49:01.000000000 +0000
+--- torus-trooper-0.22.dfsg1.orig/src/abagames/tt/gamemanager.d        
2005-01-09 13:50:00.000000000 +0100
++++ torus-trooper-0.22.dfsg1/src/abagames/tt/gamemanager.d     2008-09-29 
19:44:30.000000000 +0200
 @@ -23,6 +23,7 @@
  private import abagames.tt.bulletactor;
  private import abagames.tt.bulletactorpool;
@@ -562,8 +562,8 @@
        ship.draw();
 Index: torus-trooper-0.22.dfsg1/src/abagames/tt/ship.d
 ===================================================================
---- torus-trooper-0.22.dfsg1.orig/src/abagames/tt/ship.d       2007-09-05 
17:48:57.000000000 +0000
-+++ torus-trooper-0.22.dfsg1/src/abagames/tt/ship.d    2007-09-05 
17:49:01.000000000 +0000
+--- torus-trooper-0.22.dfsg1.orig/src/abagames/tt/ship.d       2005-01-09 
13:50:00.000000000 +0100
++++ torus-trooper-0.22.dfsg1/src/abagames/tt/ship.d    2008-09-29 
19:43:13.000000000 +0200
 @@ -44,6 +44,7 @@
    static const int RESTART_CNT = 268;
    static const int INVINCIBLE_CNT = 228;
@@ -857,8 +857,8 @@
      Letter.drawNum(cast(int) (pos.y * 1000000 / tunnel.getTorusLength()), 
230, 388, 8,
 Index: torus-trooper-0.22.dfsg1/src/abagames/tt/shot.d
 ===================================================================
---- torus-trooper-0.22.dfsg1.orig/src/abagames/tt/shot.d       2007-09-05 
17:48:57.000000000 +0000
-+++ torus-trooper-0.22.dfsg1/src/abagames/tt/shot.d    2007-09-05 
17:49:01.000000000 +0000
+--- torus-trooper-0.22.dfsg1.orig/src/abagames/tt/shot.d       2005-01-02 
15:49:32.000000000 +0100
++++ torus-trooper-0.22.dfsg1/src/abagames/tt/shot.d    2008-09-29 
19:43:13.000000000 +0200
 @@ -28,12 +28,12 @@
   private:
    static const float SPEED = 0.75;
@@ -894,8 +894,8 @@
      if (chargeShot) {
 Index: torus-trooper-0.22.dfsg1/src/abagames/tt/stagemanager.d
 ===================================================================
---- torus-trooper-0.22.dfsg1.orig/src/abagames/tt/stagemanager.d       
2007-09-05 17:48:57.000000000 +0000
-+++ torus-trooper-0.22.dfsg1/src/abagames/tt/stagemanager.d    2007-09-05 
17:49:01.000000000 +0000
+--- torus-trooper-0.22.dfsg1.orig/src/abagames/tt/stagemanager.d       
2005-01-09 13:50:00.000000000 +0100
++++ torus-trooper-0.22.dfsg1/src/abagames/tt/stagemanager.d    2008-09-29 
19:43:13.000000000 +0200
 @@ -516,8 +516,8 @@
    public void handleLimitY(inout float y, inout float limitY) {
      if (y > limitY)
@@ -909,8 +909,8 @@
  
 Index: torus-trooper-0.22.dfsg1/src/abagames/tt/tunnel.d
 ===================================================================
---- torus-trooper-0.22.dfsg1.orig/src/abagames/tt/tunnel.d     2007-09-05 
17:48:57.000000000 +0000
-+++ torus-trooper-0.22.dfsg1/src/abagames/tt/tunnel.d  2007-09-05 
17:49:01.000000000 +0000
+--- torus-trooper-0.22.dfsg1.orig/src/abagames/tt/tunnel.d     2005-01-02 
15:49:32.000000000 +0100
++++ torus-trooper-0.22.dfsg1/src/abagames/tt/tunnel.d  2008-09-29 
19:43:13.000000000 +0200
 @@ -846,7 +846,7 @@
    }
  
@@ -940,8 +940,8 @@
    public void blend(SliceState s1, SliceState s2, float ratio) {
 Index: torus-trooper-0.22.dfsg1/src/abagames/util/sdl/mainloop.d
 ===================================================================
---- torus-trooper-0.22.dfsg1.orig/src/abagames/util/sdl/mainloop.d     
2007-09-05 17:48:57.000000000 +0000
-+++ torus-trooper-0.22.dfsg1/src/abagames/util/sdl/mainloop.d  2007-09-05 
17:49:01.000000000 +0000
+--- torus-trooper-0.22.dfsg1.orig/src/abagames/util/sdl/mainloop.d     
2004-11-10 23:45:22.000000000 +0100
++++ torus-trooper-0.22.dfsg1/src/abagames/util/sdl/mainloop.d  2008-09-29 
19:43:13.000000000 +0200
 @@ -23,7 +23,7 @@
    const int INTERVAL_BASE = 16;
    int interval = INTERVAL_BASE;


_______________________________________________
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to