r3973 - packages/trunk/torus-trooper/debian/patches

Peter De Wachter pdewacht-guest at alioth.debian.org
Wed Aug 29 18:44:26 UTC 2007


Author: pdewacht-guest
Date: 2007-08-29 18:44:26 +0000 (Wed, 29 Aug 2007)
New Revision: 3973

Modified:
   packages/trunk/torus-trooper/debian/patches/fixes.patch
Log:
fix for gdc 0.24 new "version" semantics


Modified: packages/trunk/torus-trooper/debian/patches/fixes.patch
===================================================================
--- packages/trunk/torus-trooper/debian/patches/fixes.patch	2007-08-29 18:40:57 UTC (rev 3972)
+++ packages/trunk/torus-trooper/debian/patches/fixes.patch	2007-08-29 18:44:26 UTC (rev 3973)
@@ -1,7 +1,7 @@
 Index: torus-trooper-0.22.dfsg1/import/SDL.d
 ===================================================================
---- torus-trooper-0.22.dfsg1.orig/import/SDL.d	2007-08-29 19:41:27.000000000 +0200
-+++ torus-trooper-0.22.dfsg1/import/SDL.d	2007-08-29 19:41:30.000000000 +0200
+--- torus-trooper-0.22.dfsg1.orig/import/SDL.d	2007-08-29 20:43:39.000000000 +0200
++++ torus-trooper-0.22.dfsg1/import/SDL.d	2007-08-29 20:43:44.000000000 +0200
 @@ -20,18 +20,28 @@
      slouken at devolution.com
  */
@@ -66,8 +66,8 @@
 -+/
 Index: torus-trooper-0.22.dfsg1/import/SDL_events.d
 ===================================================================
---- torus-trooper-0.22.dfsg1.orig/import/SDL_events.d	2007-08-29 19:41:27.000000000 +0200
-+++ torus-trooper-0.22.dfsg1/import/SDL_events.d	2007-08-29 19:41:30.000000000 +0200
+--- torus-trooper-0.22.dfsg1.orig/import/SDL_events.d	2007-08-29 20:43:39.000000000 +0200
++++ torus-trooper-0.22.dfsg1/import/SDL_events.d	2007-08-29 20:43:44.000000000 +0200
 @@ -304,8 +304,8 @@
    If 'state' is set to SDL_QUERY, SDL_EventState() will return the 
    current processing state of the specified event.
@@ -84,7 +84,7 @@
 Index: torus-trooper-0.22.dfsg1/Makefile
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ torus-trooper-0.22.dfsg1/Makefile	2007-08-29 19:41:30.000000000 +0200
++++ torus-trooper-0.22.dfsg1/Makefile	2007-08-29 20:43:44.000000000 +0200
 @@ -0,0 +1,27 @@
 +DC=gdmd
 +#DC=gdc
@@ -115,8 +115,8 @@
 +
 Index: torus-trooper-0.22.dfsg1/src/abagames/util/logger.d
 ===================================================================
---- torus-trooper-0.22.dfsg1.orig/src/abagames/util/logger.d	2007-08-29 19:41:27.000000000 +0200
-+++ torus-trooper-0.22.dfsg1/src/abagames/util/logger.d	2007-08-29 19:41:30.000000000 +0200
+--- torus-trooper-0.22.dfsg1.orig/src/abagames/util/logger.d	2007-08-29 20:43:39.000000000 +0200
++++ torus-trooper-0.22.dfsg1/src/abagames/util/logger.d	2007-08-29 20:43:44.000000000 +0200
 @@ -5,7 +5,7 @@
   */
  module abagames.util.logger;
@@ -164,8 +164,8 @@
    }
 Index: torus-trooper-0.22.dfsg1/src/abagames/util/sdl/luminous.d
 ===================================================================
---- torus-trooper-0.22.dfsg1.orig/src/abagames/util/sdl/luminous.d	2007-08-29 19:41:27.000000000 +0200
-+++ torus-trooper-0.22.dfsg1/src/abagames/util/sdl/luminous.d	2007-08-29 19:41:30.000000000 +0200
+--- torus-trooper-0.22.dfsg1.orig/src/abagames/util/sdl/luminous.d	2007-08-29 20:43:39.000000000 +0200
++++ torus-trooper-0.22.dfsg1/src/abagames/util/sdl/luminous.d	2007-08-29 20:43:44.000000000 +0200
 @@ -9,6 +9,7 @@
  private import std.string;
  private import opengl;
@@ -185,8 +185,8 @@
      glGenTextures(1, &luminousTexture);
 Index: torus-trooper-0.22.dfsg1/src/abagames/tt/barrage.d
 ===================================================================
---- torus-trooper-0.22.dfsg1.orig/src/abagames/tt/barrage.d	2007-08-29 19:41:27.000000000 +0200
-+++ torus-trooper-0.22.dfsg1/src/abagames/tt/barrage.d	2007-08-29 19:41:30.000000000 +0200
+--- torus-trooper-0.22.dfsg1.orig/src/abagames/tt/barrage.d	2007-08-29 20:43:39.000000000 +0200
++++ torus-trooper-0.22.dfsg1/src/abagames/tt/barrage.d	2007-08-29 20:43:44.000000000 +0200
 @@ -98,6 +98,7 @@
    public static void load() {
      char[][] dirs = listdir(BARRAGE_DIR_NAME);
@@ -197,8 +197,8 @@
          if (getExt(fileName) != "xml")
 Index: torus-trooper-0.22.dfsg1/src/abagames/tt/camera.d
 ===================================================================
---- torus-trooper-0.22.dfsg1.orig/src/abagames/tt/camera.d	2007-08-29 19:41:27.000000000 +0200
-+++ torus-trooper-0.22.dfsg1/src/abagames/tt/camera.d	2007-08-29 19:41:30.000000000 +0200
+--- torus-trooper-0.22.dfsg1.orig/src/abagames/tt/camera.d	2007-08-29 20:43:39.000000000 +0200
++++ torus-trooper-0.22.dfsg1/src/abagames/tt/camera.d	2007-08-29 20:43:44.000000000 +0200
 @@ -155,10 +155,10 @@
      moveCnt--;
      if (moveCnt < 0) {
@@ -216,8 +216,8 @@
          zoomTrg = zoomMin;
 Index: torus-trooper-0.22.dfsg1/src/abagames/tt/shape.d
 ===================================================================
---- torus-trooper-0.22.dfsg1.orig/src/abagames/tt/shape.d	2007-08-29 19:41:27.000000000 +0200
-+++ torus-trooper-0.22.dfsg1/src/abagames/tt/shape.d	2007-08-29 19:41:30.000000000 +0200
+--- torus-trooper-0.22.dfsg1.orig/src/abagames/tt/shape.d	2007-08-29 20:43:39.000000000 +0200
++++ torus-trooper-0.22.dfsg1/src/abagames/tt/shape.d	2007-08-29 20:43:44.000000000 +0200
 @@ -248,21 +248,23 @@
                                    float wingD1, float wingD2, int color, int shp, int divNum,
                                    int rev, bool damaged = false) {
@@ -259,8 +259,8 @@
      for (int i = 0; i < wingNum; i++) {
 Index: torus-trooper-0.22.dfsg1/src/abagames/util/rand.d
 ===================================================================
---- torus-trooper-0.22.dfsg1.orig/src/abagames/util/rand.d	2007-08-29 19:41:27.000000000 +0200
-+++ torus-trooper-0.22.dfsg1/src/abagames/util/rand.d	2007-08-29 19:41:30.000000000 +0200
+--- torus-trooper-0.22.dfsg1.orig/src/abagames/util/rand.d	2007-08-29 20:43:39.000000000 +0200
++++ torus-trooper-0.22.dfsg1/src/abagames/util/rand.d	2007-08-29 20:43:44.000000000 +0200
 @@ -165,14 +165,14 @@
  
  void next_state()
@@ -280,9 +280,21 @@
          *p = p[M] ^ TWIST(p[0], p[1]);
 Index: torus-trooper-0.22.dfsg1/import/opengl.d
 ===================================================================
---- torus-trooper-0.22.dfsg1.orig/import/opengl.d	2007-08-29 19:41:36.000000000 +0200
-+++ torus-trooper-0.22.dfsg1/import/opengl.d	2007-08-29 19:41:52.000000000 +0200
-@@ -1116,7 +1116,7 @@
+--- torus-trooper-0.22.dfsg1.orig/import/opengl.d	2007-08-29 20:43:39.000000000 +0200
++++ torus-trooper-0.22.dfsg1/import/opengl.d	2007-08-29 20:43:55.000000000 +0200
+@@ -1,10 +1,4 @@
+-version (Win32) {
+-	private import std.c.windows.windows;
+-	extern(Windows):
+-}
+-version (linux) {
+-	extern(C):
+-}
++extern(C):
+ 
+ alias uint GLenum;
+ alias ubyte GLboolean;
+@@ -1116,7 +1110,7 @@
  /*************************************************************/
  
  void /*APIENTRY*/glAccum (GLenum op, GLfloat value);
@@ -291,7 +303,7 @@
  GLboolean /*APIENTRY*/glAreTexturesResident (GLsizei n, GLuint *textures, GLboolean *residences);
  void /*APIENTRY*/glArrayElement (GLint i);
  void /*APIENTRY*/glBegin (GLenum mode);
-@@ -1369,7 +1369,7 @@
+@@ -1369,7 +1363,7 @@
  void /*APIENTRY*/glScissor (GLint x, GLint y, GLsizei width, GLsizei height);
  void /*APIENTRY*/glSelectBuffer (GLsizei size, GLuint *buffer);
  void /*APIENTRY*/glShadeModel (GLenum mode);




More information about the Pkg-games-commits mailing list