r4071 - packages/trunk/val-and-rick/debian/patches

Miriam Ruiz baby-guest at alioth.debian.org
Wed Sep 5 07:49:46 UTC 2007


Author: baby-guest
Date: 2007-09-05 07:49:46 +0000 (Wed, 05 Sep 2007)
New Revision: 4071

Modified:
   packages/trunk/val-and-rick/debian/patches/directories.patch
   packages/trunk/val-and-rick/debian/patches/fixes.patch
   packages/trunk/val-and-rick/debian/patches/import.patch
   packages/trunk/val-and-rick/debian/patches/makefile.patch
   packages/trunk/val-and-rick/debian/patches/windowed.patch
Log:
Refreshed  patches



Modified: packages/trunk/val-and-rick/debian/patches/directories.patch
===================================================================
--- packages/trunk/val-and-rick/debian/patches/directories.patch	2007-09-05 07:45:48 UTC (rev 4070)
+++ packages/trunk/val-and-rick/debian/patches/directories.patch	2007-09-05 07:49:46 UTC (rev 4071)
@@ -3,8 +3,8 @@
 
 Index: val-and-rick-0.1a.dfsg1/src/abagames/vr/barrage.d
 ===================================================================
---- val-and-rick-0.1a.dfsg1.orig/src/abagames/vr/barrage.d	2007-09-04 14:10:19.000000000 +0000
-+++ val-and-rick-0.1a.dfsg1/src/abagames/vr/barrage.d	2007-09-04 14:10:56.000000000 +0000
+--- val-and-rick-0.1a.dfsg1.orig/src/abagames/vr/barrage.d	2007-09-05 07:48:37.000000000 +0000
++++ val-and-rick-0.1a.dfsg1/src/abagames/vr/barrage.d	2007-09-05 07:48:38.000000000 +0000
 @@ -25,7 +25,7 @@
   private:
    static BulletMLParserTinyXML *parser[char[]][char[]];
@@ -16,8 +16,8 @@
      char[][] dirs = listdir(BARRAGE_DIR_NAME);
 Index: val-and-rick-0.1a.dfsg1/src/abagames/util/sdl/texture.d
 ===================================================================
---- val-and-rick-0.1a.dfsg1.orig/src/abagames/util/sdl/texture.d	2007-09-04 14:20:14.000000000 +0000
-+++ val-and-rick-0.1a.dfsg1/src/abagames/util/sdl/texture.d	2007-09-04 14:20:46.000000000 +0000
+--- val-and-rick-0.1a.dfsg1.orig/src/abagames/util/sdl/texture.d	2007-09-05 07:48:37.000000000 +0000
++++ val-and-rick-0.1a.dfsg1/src/abagames/util/sdl/texture.d	2007-09-05 07:48:38.000000000 +0000
 @@ -16,7 +16,7 @@
   */
  public class Texture {
@@ -29,8 +29,8 @@
    GLuint num, maskNum;
 Index: val-and-rick-0.1a.dfsg1/src/abagames/util/sdl/sound.d
 ===================================================================
---- val-and-rick-0.1a.dfsg1.orig/src/abagames/util/sdl/sound.d	2007-09-04 14:21:21.000000000 +0000
-+++ val-and-rick-0.1a.dfsg1/src/abagames/util/sdl/sound.d	2007-09-04 14:21:42.000000000 +0000
+--- val-and-rick-0.1a.dfsg1.orig/src/abagames/util/sdl/sound.d	2005-03-14 01:15:04.000000000 +0000
++++ val-and-rick-0.1a.dfsg1/src/abagames/util/sdl/sound.d	2007-09-05 07:48:38.000000000 +0000
 @@ -67,7 +67,7 @@
  public class Music: Sound {
   public:

Modified: packages/trunk/val-and-rick/debian/patches/fixes.patch
===================================================================
--- packages/trunk/val-and-rick/debian/patches/fixes.patch	2007-09-05 07:45:48 UTC (rev 4070)
+++ packages/trunk/val-and-rick/debian/patches/fixes.patch	2007-09-05 07:49:46 UTC (rev 4071)
@@ -1,7 +1,7 @@
-Index: valandrick-0.1a/src/abagames/util/logger.d
+Index: val-and-rick-0.1a.dfsg1/src/abagames/util/logger.d
 ===================================================================
---- valandrick-0.1a.orig/src/abagames/util/logger.d	2007-09-03 19:16:32.000000000 +0000
-+++ valandrick-0.1a/src/abagames/util/logger.d	2007-09-03 19:17:52.000000000 +0000
+--- val-and-rick-0.1a.dfsg1.orig/src/abagames/util/logger.d	2005-03-14 01:15:04.000000000 +0000
++++ val-and-rick-0.1a.dfsg1/src/abagames/util/logger.d	2007-09-05 07:48:37.000000000 +0000
 @@ -5,7 +5,7 @@
   */
  module abagames.util.logger;
@@ -47,10 +47,10 @@
      if (e.next)
        error(e.next);
    }
-Index: valandrick-0.1a/src/abagames/util/sdl/luminous.d
+Index: val-and-rick-0.1a.dfsg1/src/abagames/util/sdl/luminous.d
 ===================================================================
---- valandrick-0.1a.orig/src/abagames/util/sdl/luminous.d	2007-09-03 19:16:31.000000000 +0000
-+++ valandrick-0.1a/src/abagames/util/sdl/luminous.d	2007-09-03 19:17:52.000000000 +0000
+--- val-and-rick-0.1a.dfsg1.orig/src/abagames/util/sdl/luminous.d	2005-03-14 01:15:04.000000000 +0000
++++ val-and-rick-0.1a.dfsg1/src/abagames/util/sdl/luminous.d	2007-09-05 07:48:37.000000000 +0000
 @@ -7,6 +7,7 @@
  
  private import std.math;
@@ -59,10 +59,10 @@
  private import opengl;
  private import abagames.util.actor;
  
-Index: valandrick-0.1a/src/abagames/util/sdl/texture.d
+Index: val-and-rick-0.1a.dfsg1/src/abagames/util/sdl/texture.d
 ===================================================================
---- valandrick-0.1a.orig/src/abagames/util/sdl/texture.d	2007-09-03 19:16:32.000000000 +0000
-+++ valandrick-0.1a/src/abagames/util/sdl/texture.d	2007-09-03 19:17:52.000000000 +0000
+--- val-and-rick-0.1a.dfsg1.orig/src/abagames/util/sdl/texture.d	2005-03-14 01:15:04.000000000 +0000
++++ val-and-rick-0.1a.dfsg1/src/abagames/util/sdl/texture.d	2007-09-05 07:48:48.000000000 +0000
 @@ -25,9 +25,7 @@
    Uint32[128 * 128] maskPixels;
  
@@ -74,10 +74,10 @@
        char[] fileName = imagesDir ~ name;
        SDL_Surface *s = SDL_LoadBMP(std.string.toStringz(fileName));
        if (!s)
-Index: valandrick-0.1a/src/abagames/vr/barrage.d
+Index: val-and-rick-0.1a.dfsg1/src/abagames/vr/barrage.d
 ===================================================================
---- valandrick-0.1a.orig/src/abagames/vr/barrage.d	2007-09-03 19:16:32.000000000 +0000
-+++ valandrick-0.1a/src/abagames/vr/barrage.d	2007-09-03 19:17:52.000000000 +0000
+--- val-and-rick-0.1a.dfsg1.orig/src/abagames/vr/barrage.d	2005-03-14 01:15:04.000000000 +0000
++++ val-and-rick-0.1a.dfsg1/src/abagames/vr/barrage.d	2007-09-05 07:48:48.000000000 +0000
 @@ -24,6 +24,7 @@
  public class BarrageManager {
   private:
@@ -113,10 +113,10 @@
    }
  
    public static BulletMLParserTinyXML*[] getInstanceList(char[] dirName) {
-Index: valandrick-0.1a/src/abagames/vr/stagemanager.d
+Index: val-and-rick-0.1a.dfsg1/src/abagames/vr/stagemanager.d
 ===================================================================
---- valandrick-0.1a.orig/src/abagames/vr/stagemanager.d	2007-09-03 19:16:32.000000000 +0000
-+++ valandrick-0.1a/src/abagames/vr/stagemanager.d	2007-09-03 19:17:52.000000000 +0000
+--- val-and-rick-0.1a.dfsg1.orig/src/abagames/vr/stagemanager.d	2005-03-14 01:15:04.000000000 +0000
++++ val-and-rick-0.1a.dfsg1/src/abagames/vr/stagemanager.d	2007-09-05 07:48:37.000000000 +0000
 @@ -264,14 +264,14 @@
        ebs.barrage = null;
        BulletMLParserTinyXML* bp = BarrageManager.getInstance("basic", "straight.xml");

Modified: packages/trunk/val-and-rick/debian/patches/import.patch
===================================================================
--- packages/trunk/val-and-rick/debian/patches/import.patch	2007-09-05 07:45:48 UTC (rev 4070)
+++ packages/trunk/val-and-rick/debian/patches/import.patch	2007-09-05 07:49:46 UTC (rev 4071)
@@ -2,10 +2,10 @@
 # Copyright (C) 2007  Miriam Ruiz <little_miry at yahoo.es>
 # Distributed under the same license as the game. See debian/copyright.
 
-Index: valandrick-0.1a/import/SDL.d
+Index: val-and-rick-0.1a.dfsg1/import/SDL.d
 ===================================================================
---- valandrick-0.1a.orig/import/SDL.d	2007-09-03 19:18:57.000000000 +0000
-+++ valandrick-0.1a/import/SDL.d	2007-09-03 19:19:01.000000000 +0000
+--- val-and-rick-0.1a.dfsg1.orig/import/SDL.d	2005-03-14 01:15:04.000000000 +0000
++++ val-and-rick-0.1a.dfsg1/import/SDL.d	2007-09-05 07:48:36.000000000 +0000
 @@ -20,18 +20,18 @@
      slouken at devolution.com
  */
@@ -37,10 +37,10 @@
  
  extern(C):
  
-Index: valandrick-0.1a/import/SDL_Version.d
+Index: val-and-rick-0.1a.dfsg1/import/SDL_Version.d
 ===================================================================
---- valandrick-0.1a.orig/import/SDL_Version.d	2007-09-03 19:18:57.000000000 +0000
-+++ valandrick-0.1a/import/SDL_Version.d	2007-09-03 19:19:01.000000000 +0000
+--- val-and-rick-0.1a.dfsg1.orig/import/SDL_Version.d	2005-03-14 01:15:04.000000000 +0000
++++ val-and-rick-0.1a.dfsg1/import/SDL_Version.d	2007-09-05 07:48:36.000000000 +0000
 @@ -22,7 +22,7 @@
  
  /* This header defines the current SDL version */
@@ -50,10 +50,10 @@
  
  extern(C):
  
-Index: valandrick-0.1a/import/SDL_active.d
+Index: val-and-rick-0.1a.dfsg1/import/SDL_active.d
 ===================================================================
---- valandrick-0.1a.orig/import/SDL_active.d	2007-09-03 19:18:57.000000000 +0000
-+++ valandrick-0.1a/import/SDL_active.d	2007-09-03 19:19:01.000000000 +0000
+--- val-and-rick-0.1a.dfsg1.orig/import/SDL_active.d	2005-03-14 01:15:04.000000000 +0000
++++ val-and-rick-0.1a.dfsg1/import/SDL_active.d	2007-09-05 07:48:36.000000000 +0000
 @@ -22,7 +22,7 @@
  
  /* Include file for SDL application focus event handling */
@@ -63,10 +63,10 @@
  
  extern(C):
  
-Index: valandrick-0.1a/import/SDL_audio.d
+Index: val-and-rick-0.1a.dfsg1/import/SDL_audio.d
 ===================================================================
---- valandrick-0.1a.orig/import/SDL_audio.d	2007-09-03 19:18:57.000000000 +0000
-+++ valandrick-0.1a/import/SDL_audio.d	2007-09-03 19:19:01.000000000 +0000
+--- val-and-rick-0.1a.dfsg1.orig/import/SDL_audio.d	2005-03-14 01:15:04.000000000 +0000
++++ val-and-rick-0.1a.dfsg1/import/SDL_audio.d	2007-09-05 07:48:36.000000000 +0000
 @@ -20,10 +20,10 @@
      slouken at devolution.com
  */
@@ -82,10 +82,10 @@
  
  extern(C):
  
-Index: valandrick-0.1a/import/SDL_cdrom.d
+Index: val-and-rick-0.1a.dfsg1/import/SDL_cdrom.d
 ===================================================================
---- valandrick-0.1a.orig/import/SDL_cdrom.d	2007-09-03 19:18:57.000000000 +0000
-+++ valandrick-0.1a/import/SDL_cdrom.d	2007-09-03 19:19:01.000000000 +0000
+--- val-and-rick-0.1a.dfsg1.orig/import/SDL_cdrom.d	2005-03-14 01:15:04.000000000 +0000
++++ val-and-rick-0.1a.dfsg1/import/SDL_cdrom.d	2007-09-05 07:48:36.000000000 +0000
 @@ -22,7 +22,7 @@
  
  /* This is the CD-audio control API for Simple DirectMedia Layer */
@@ -95,10 +95,10 @@
  
  extern(C):
  
-Index: valandrick-0.1a/import/SDL_endian.d
+Index: val-and-rick-0.1a.dfsg1/import/SDL_endian.d
 ===================================================================
---- valandrick-0.1a.orig/import/SDL_endian.d	2007-09-03 19:18:57.000000000 +0000
-+++ valandrick-0.1a/import/SDL_endian.d	2007-09-03 19:19:01.000000000 +0000
+--- val-and-rick-0.1a.dfsg1.orig/import/SDL_endian.d	2005-03-14 01:15:04.000000000 +0000
++++ val-and-rick-0.1a.dfsg1/import/SDL_endian.d	2007-09-05 07:48:36.000000000 +0000
 @@ -34,9 +34,9 @@
           and other data sources.
  */
@@ -112,10 +112,10 @@
  
  extern(C):
  
-Index: valandrick-0.1a/import/SDL_events.d
+Index: val-and-rick-0.1a.dfsg1/import/SDL_events.d
 ===================================================================
---- valandrick-0.1a.orig/import/SDL_events.d	2007-09-03 19:18:57.000000000 +0000
-+++ valandrick-0.1a/import/SDL_events.d	2007-09-03 19:19:01.000000000 +0000
+--- val-and-rick-0.1a.dfsg1.orig/import/SDL_events.d	2005-03-14 01:15:04.000000000 +0000
++++ val-and-rick-0.1a.dfsg1/import/SDL_events.d	2007-09-05 07:48:36.000000000 +0000
 @@ -22,12 +22,12 @@
  
  /* Include file for SDL event handling */
@@ -135,10 +135,10 @@
  
  extern(C):
  
-Index: valandrick-0.1a/import/SDL_joystick.d
+Index: val-and-rick-0.1a.dfsg1/import/SDL_joystick.d
 ===================================================================
---- valandrick-0.1a.orig/import/SDL_joystick.d	2007-09-03 19:18:57.000000000 +0000
-+++ valandrick-0.1a/import/SDL_joystick.d	2007-09-03 19:19:01.000000000 +0000
+--- val-and-rick-0.1a.dfsg1.orig/import/SDL_joystick.d	2005-03-14 01:15:04.000000000 +0000
++++ val-and-rick-0.1a.dfsg1/import/SDL_joystick.d	2007-09-05 07:48:36.000000000 +0000
 @@ -22,7 +22,7 @@
  
  /* Include file for SDL joystick event handling */
@@ -148,10 +148,10 @@
  
  extern(C):
  
-Index: valandrick-0.1a/import/SDL_keyboard.d
+Index: val-and-rick-0.1a.dfsg1/import/SDL_keyboard.d
 ===================================================================
---- valandrick-0.1a.orig/import/SDL_keyboard.d	2007-09-03 19:18:57.000000000 +0000
-+++ valandrick-0.1a/import/SDL_keyboard.d	2007-09-03 19:19:01.000000000 +0000
+--- val-and-rick-0.1a.dfsg1.orig/import/SDL_keyboard.d	2005-03-14 01:15:04.000000000 +0000
++++ val-and-rick-0.1a.dfsg1/import/SDL_keyboard.d	2007-09-05 07:48:36.000000000 +0000
 @@ -22,11 +22,11 @@
  
  /* Include file for SDL keyboard event handling */
@@ -166,10 +166,10 @@
  
  extern(C):
  
-Index: valandrick-0.1a/import/SDL_mixer.d
+Index: val-and-rick-0.1a.dfsg1/import/SDL_mixer.d
 ===================================================================
---- valandrick-0.1a.orig/import/SDL_mixer.d	2007-09-03 19:18:57.000000000 +0000
-+++ valandrick-0.1a/import/SDL_mixer.d	2007-09-03 19:19:01.000000000 +0000
+--- val-and-rick-0.1a.dfsg1.orig/import/SDL_mixer.d	2005-03-14 01:15:04.000000000 +0000
++++ val-and-rick-0.1a.dfsg1/import/SDL_mixer.d	2007-09-05 07:48:36.000000000 +0000
 @@ -22,9 +22,9 @@
  
  // convert to D by shinichiro.h
@@ -182,10 +182,10 @@
  
  extern (C) {
  
-Index: valandrick-0.1a/import/SDL_mouse.d
+Index: val-and-rick-0.1a.dfsg1/import/SDL_mouse.d
 ===================================================================
---- valandrick-0.1a.orig/import/SDL_mouse.d	2007-09-03 19:18:57.000000000 +0000
-+++ valandrick-0.1a/import/SDL_mouse.d	2007-09-03 19:19:01.000000000 +0000
+--- val-and-rick-0.1a.dfsg1.orig/import/SDL_mouse.d	2005-03-14 01:15:04.000000000 +0000
++++ val-and-rick-0.1a.dfsg1/import/SDL_mouse.d	2007-09-05 07:48:36.000000000 +0000
 @@ -22,8 +22,8 @@
  
  /* Include file for SDL mouse event handling */
@@ -197,10 +197,10 @@
  
  extern(C):
  
-Index: valandrick-0.1a/import/SDL_mutex.d
+Index: val-and-rick-0.1a.dfsg1/import/SDL_mutex.d
 ===================================================================
---- valandrick-0.1a.orig/import/SDL_mutex.d	2007-09-03 19:18:57.000000000 +0000
-+++ valandrick-0.1a/import/SDL_mutex.d	2007-09-03 19:19:01.000000000 +0000
+--- val-and-rick-0.1a.dfsg1.orig/import/SDL_mutex.d	2005-03-14 01:15:04.000000000 +0000
++++ val-and-rick-0.1a.dfsg1/import/SDL_mutex.d	2007-09-05 07:48:36.000000000 +0000
 @@ -25,7 +25,7 @@
  	These are independent of the other SDL routines.
  */
@@ -210,10 +210,10 @@
  
  extern(C):
  
-Index: valandrick-0.1a/import/SDL_quit.d
+Index: val-and-rick-0.1a.dfsg1/import/SDL_quit.d
 ===================================================================
---- valandrick-0.1a.orig/import/SDL_quit.d	2007-09-03 19:18:57.000000000 +0000
-+++ valandrick-0.1a/import/SDL_quit.d	2007-09-03 19:19:01.000000000 +0000
+--- val-and-rick-0.1a.dfsg1.orig/import/SDL_quit.d	2005-03-14 01:15:04.000000000 +0000
++++ val-and-rick-0.1a.dfsg1/import/SDL_quit.d	2007-09-05 07:48:36.000000000 +0000
 @@ -22,7 +22,7 @@
  
  /* Include file for SDL quit event handling */
@@ -223,10 +223,10 @@
  
  /* 
    An SDL_QUITEVENT is generated when the user tries to close the application
-Index: valandrick-0.1a/import/SDL_rwops.d
+Index: val-and-rick-0.1a.dfsg1/import/SDL_rwops.d
 ===================================================================
---- valandrick-0.1a.orig/import/SDL_rwops.d	2007-09-03 19:18:57.000000000 +0000
-+++ valandrick-0.1a/import/SDL_rwops.d	2007-09-03 19:19:01.000000000 +0000
+--- val-and-rick-0.1a.dfsg1.orig/import/SDL_rwops.d	2005-03-14 01:15:04.000000000 +0000
++++ val-and-rick-0.1a.dfsg1/import/SDL_rwops.d	2007-09-05 07:48:36.000000000 +0000
 @@ -24,7 +24,7 @@
     data sources.  It can easily be extended to files, memory, etc.
  */
@@ -236,10 +236,10 @@
  
  extern(C):
  
-Index: valandrick-0.1a/import/SDL_syswm.d
+Index: val-and-rick-0.1a.dfsg1/import/SDL_syswm.d
 ===================================================================
---- valandrick-0.1a.orig/import/SDL_syswm.d	2007-09-03 19:18:57.000000000 +0000
-+++ valandrick-0.1a/import/SDL_syswm.d	2007-09-03 19:19:01.000000000 +0000
+--- val-and-rick-0.1a.dfsg1.orig/import/SDL_syswm.d	2005-03-14 01:15:04.000000000 +0000
++++ val-and-rick-0.1a.dfsg1/import/SDL_syswm.d	2007-09-05 07:48:36.000000000 +0000
 @@ -22,7 +22,7 @@
  
  /* Include file for SDL custom system window manager hooks */
@@ -249,10 +249,10 @@
  
  extern(C):
  
-Index: valandrick-0.1a/import/SDL_thread.d
+Index: val-and-rick-0.1a.dfsg1/import/SDL_thread.d
 ===================================================================
---- valandrick-0.1a.orig/import/SDL_thread.d	2007-09-03 19:18:57.000000000 +0000
-+++ valandrick-0.1a/import/SDL_thread.d	2007-09-03 19:19:01.000000000 +0000
+--- val-and-rick-0.1a.dfsg1.orig/import/SDL_thread.d	2005-03-14 01:15:04.000000000 +0000
++++ val-and-rick-0.1a.dfsg1/import/SDL_thread.d	2007-09-05 07:48:36.000000000 +0000
 @@ -25,8 +25,8 @@
  	These are independent of the other SDL routines.
  */
@@ -264,10 +264,10 @@
  
  extern(C):
  
-Index: valandrick-0.1a/import/SDL_timer.d
+Index: val-and-rick-0.1a.dfsg1/import/SDL_timer.d
 ===================================================================
---- valandrick-0.1a.orig/import/SDL_timer.d	2007-09-03 19:18:57.000000000 +0000
-+++ valandrick-0.1a/import/SDL_timer.d	2007-09-03 19:19:01.000000000 +0000
+--- val-and-rick-0.1a.dfsg1.orig/import/SDL_timer.d	2005-03-14 01:15:04.000000000 +0000
++++ val-and-rick-0.1a.dfsg1/import/SDL_timer.d	2007-09-05 07:48:36.000000000 +0000
 @@ -20,7 +20,7 @@
      slouken at devolution.com
  */
@@ -277,10 +277,10 @@
  
  extern(C):
  
-Index: valandrick-0.1a/import/SDL_video.d
+Index: val-and-rick-0.1a.dfsg1/import/SDL_video.d
 ===================================================================
---- valandrick-0.1a.orig/import/SDL_video.d	2007-09-03 19:18:57.000000000 +0000
-+++ valandrick-0.1a/import/SDL_video.d	2007-09-03 19:19:01.000000000 +0000
+--- val-and-rick-0.1a.dfsg1.orig/import/SDL_video.d	2005-03-14 01:15:04.000000000 +0000
++++ val-and-rick-0.1a.dfsg1/import/SDL_video.d	2007-09-05 07:48:36.000000000 +0000
 @@ -22,9 +22,9 @@
  
  /* Header file for access to the SDL raw framebuffer window */
@@ -294,10 +294,10 @@
  
  extern(C):
  
-Index: valandrick-0.1a/import/opengl.d
+Index: val-and-rick-0.1a.dfsg1/import/opengl.d
 ===================================================================
---- valandrick-0.1a.orig/import/opengl.d	2007-09-03 19:19:10.000000000 +0000
-+++ valandrick-0.1a/import/opengl.d	2007-09-03 19:19:45.000000000 +0000
+--- val-and-rick-0.1a.dfsg1.orig/import/opengl.d	2005-03-14 01:15:04.000000000 +0000
++++ val-and-rick-0.1a.dfsg1/import/opengl.d	2007-09-05 07:48:36.000000000 +0000
 @@ -1,10 +1,4 @@
 -version (Win32) {
 -	private import std.c.windows.windows;
@@ -328,10 +328,10 @@
  void /*APIENTRY*/glStencilMask (GLuint mask);
  void /*APIENTRY*/glStencilOp (GLenum fail, GLenum zfail, GLenum zpass);
  void /*APIENTRY*/glTexCoord1d (GLdouble s);
-Index: valandrick-0.1a/import/openglu.d
+Index: val-and-rick-0.1a.dfsg1/import/openglu.d
 ===================================================================
---- valandrick-0.1a.orig/import/openglu.d	2007-09-03 19:19:13.000000000 +0000
-+++ valandrick-0.1a/import/openglu.d	2007-09-03 19:19:50.000000000 +0000
+--- val-and-rick-0.1a.dfsg1.orig/import/openglu.d	2005-03-14 01:15:04.000000000 +0000
++++ val-and-rick-0.1a.dfsg1/import/openglu.d	2007-09-05 07:48:36.000000000 +0000
 @@ -1,11 +1,6 @@
  import opengl;
  

Modified: packages/trunk/val-and-rick/debian/patches/makefile.patch
===================================================================
--- packages/trunk/val-and-rick/debian/patches/makefile.patch	2007-09-05 07:45:48 UTC (rev 4070)
+++ packages/trunk/val-and-rick/debian/patches/makefile.patch	2007-09-05 07:49:46 UTC (rev 4071)
@@ -4,7 +4,7 @@
 Index: val-and-rick-0.1a.dfsg1/Makefile
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ val-and-rick-0.1a.dfsg1/Makefile	2007-09-04 14:07:14.000000000 +0000
++++ val-and-rick-0.1a.dfsg1/Makefile	2007-09-05 07:48:37.000000000 +0000
 @@ -0,0 +1,36 @@
 +SOURCES=$(shell find src -name "*.d")
 +OBJS=$(SOURCES:.d=.o)

Modified: packages/trunk/val-and-rick/debian/patches/windowed.patch
===================================================================
--- packages/trunk/val-and-rick/debian/patches/windowed.patch	2007-09-05 07:45:48 UTC (rev 4070)
+++ packages/trunk/val-and-rick/debian/patches/windowed.patch	2007-09-05 07:49:46 UTC (rev 4071)
@@ -1,10 +1,10 @@
 # Copyright (C) 2007  Miriam Ruiz <little_miry at yahoo.es>
 # Distributed under the same license as the game. See debian/copyright.
 
-Index: valandrick-0.1a/src/abagames/util/sdl/screen3d.d
+Index: val-and-rick-0.1a.dfsg1/src/abagames/util/sdl/screen3d.d
 ===================================================================
---- valandrick-0.1a.orig/src/abagames/util/sdl/screen3d.d	2007-09-03 19:23:48.000000000 +0000
-+++ valandrick-0.1a/src/abagames/util/sdl/screen3d.d	2007-09-03 19:24:03.000000000 +0000
+--- val-and-rick-0.1a.dfsg1.orig/src/abagames/util/sdl/screen3d.d	2005-03-14 01:15:04.000000000 +0000
++++ val-and-rick-0.1a.dfsg1/src/abagames/util/sdl/screen3d.d	2007-09-05 07:48:38.000000000 +0000
 @@ -22,7 +22,7 @@
    float _nearPlane = 0.1;
    int _width = 640;
@@ -14,10 +14,10 @@
  
    protected abstract void init();
    protected abstract void close();
-Index: valandrick-0.1a/src/abagames/vr/boot.d
+Index: val-and-rick-0.1a.dfsg1/src/abagames/vr/boot.d
 ===================================================================
---- valandrick-0.1a.orig/src/abagames/vr/boot.d	2007-09-03 19:22:18.000000000 +0000
-+++ valandrick-0.1a/src/abagames/vr/boot.d	2007-09-03 19:22:46.000000000 +0000
+--- val-and-rick-0.1a.dfsg1.orig/src/abagames/vr/boot.d	2005-03-14 01:15:04.000000000 +0000
++++ val-and-rick-0.1a.dfsg1/src/abagames/vr/boot.d	2007-09-05 07:48:38.000000000 +0000
 @@ -133,6 +133,9 @@
      case "-window":
        screen.windowMode = true;




More information about the Pkg-games-commits mailing list