r4500 - in packages/trunk/excellent-bifurcation/debian: . patches

Miriam Ruiz baby-guest at alioth.debian.org
Tue Oct 30 20:01:00 UTC 2007


Author: baby-guest
Date: 2007-10-30 20:01:00 +0000 (Tue, 30 Oct 2007)
New Revision: 4500

Modified:
   packages/trunk/excellent-bifurcation/debian/patches/directories.patch
   packages/trunk/excellent-bifurcation/debian/patches/windowed.patch
   packages/trunk/excellent-bifurcation/debian/rules
Log:
Fixed patches to prevent SEGFAULT



Modified: packages/trunk/excellent-bifurcation/debian/patches/directories.patch
===================================================================
--- packages/trunk/excellent-bifurcation/debian/patches/directories.patch	2007-10-30 03:13:20 UTC (rev 4499)
+++ packages/trunk/excellent-bifurcation/debian/patches/directories.patch	2007-10-30 20:01:00 UTC (rev 4500)
@@ -3,8 +3,8 @@
 
 Index: excellent-bifurcation-0.0.20071015/src/display_init.c
 ===================================================================
---- excellent-bifurcation-0.0.20071015.orig/src/display_init.c	2007-10-26 16:19:38.000000000 +0000
-+++ excellent-bifurcation-0.0.20071015/src/display_init.c	2007-10-26 16:19:46.000000000 +0000
+--- excellent-bifurcation-0.0.20071015.orig/src/display_init.c	2007-10-26 23:01:59.000000000 +0200
++++ excellent-bifurcation-0.0.20071015/src/display_init.c	2007-10-26 23:02:09.000000000 +0200
 @@ -169,7 +169,7 @@
   set_clip_rect(display[1], 0, 0, 320, 480);
  
@@ -106,8 +106,8 @@
  
 Index: excellent-bifurcation-0.0.20071015/src/menu.c
 ===================================================================
---- excellent-bifurcation-0.0.20071015.orig/src/menu.c	2007-10-26 16:19:38.000000000 +0000
-+++ excellent-bifurcation-0.0.20071015/src/menu.c	2007-10-26 16:19:46.000000000 +0000
+--- excellent-bifurcation-0.0.20071015.orig/src/menu.c	2007-10-26 23:01:59.000000000 +0200
++++ excellent-bifurcation-0.0.20071015/src/menu.c	2007-10-26 23:02:09.000000000 +0200
 @@ -371,7 +371,7 @@
  void loading_screen(void)
  {
@@ -137,8 +137,8 @@
   {
 Index: excellent-bifurcation-0.0.20071015/src/sound.c
 ===================================================================
---- excellent-bifurcation-0.0.20071015.orig/src/sound.c	2007-10-26 16:19:38.000000000 +0000
-+++ excellent-bifurcation-0.0.20071015/src/sound.c	2007-10-26 16:21:04.000000000 +0000
+--- excellent-bifurcation-0.0.20071015.orig/src/sound.c	2007-10-26 23:01:59.000000000 +0200
++++ excellent-bifurcation-0.0.20071015/src/sound.c	2007-10-26 23:08:36.000000000 +0200
 @@ -45,6 +45,8 @@
  #include "math.h"
  #include "stuff.h"
@@ -160,9 +160,12 @@
   strcat(sfile_name, sfile);
   strcat(sfile_name, ".wav");
  
-@@ -1091,7 +1093,7 @@
+@@ -1089,9 +1091,9 @@
+ void load_new_ambi_in(int samp, const char *sfile)
+ {
  
-  char sfile_name [50];
+- char sfile_name [50];
++ char sfile_name [PATH_MAX];
  
 - strcpy(sfile_name, ".//wavs//ambi//");
 + strcpy(sfile_name, DATA_DIR "/wavs/ambi/");

Modified: packages/trunk/excellent-bifurcation/debian/patches/windowed.patch
===================================================================
--- packages/trunk/excellent-bifurcation/debian/patches/windowed.patch	2007-10-30 03:13:20 UTC (rev 4499)
+++ packages/trunk/excellent-bifurcation/debian/patches/windowed.patch	2007-10-30 20:01:00 UTC (rev 4500)
@@ -3,8 +3,8 @@
 
 Index: excellent-bifurcation-0.0.20071015/src/main.c
 ===================================================================
---- excellent-bifurcation-0.0.20071015.orig/src/main.c	2007-10-23 09:10:30.000000000 +0000
-+++ excellent-bifurcation-0.0.20071015/src/main.c	2007-10-23 09:10:38.000000000 +0000
+--- excellent-bifurcation-0.0.20071015.orig/src/main.c	2007-10-26 23:01:59.000000000 +0200
++++ excellent-bifurcation-0.0.20071015/src/main.c	2007-10-26 23:02:09.000000000 +0200
 @@ -175,7 +175,7 @@
     srand(randseed);
  

Modified: packages/trunk/excellent-bifurcation/debian/rules
===================================================================
--- packages/trunk/excellent-bifurcation/debian/rules	2007-10-30 03:13:20 UTC (rev 4499)
+++ packages/trunk/excellent-bifurcation/debian/rules	2007-10-30 20:01:00 UTC (rev 4500)
@@ -3,7 +3,7 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-CFLAGS = -Wall -ggdb
+CFLAGS = -Wall -g
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
         CFLAGS += -O0




More information about the Pkg-games-commits mailing list