r11874 - in packages/trunk/blockattack/debian: . patches

Paul Wise pabs at alioth.debian.org
Thu Mar 10 08:33:15 UTC 2011


Author: pabs
Date: 2011-03-10 08:33:10 +0000 (Thu, 10 Mar 2011)
New Revision: 11874

Modified:
   packages/trunk/blockattack/debian/changelog
   packages/trunk/blockattack/debian/patches/gcc44.diff
Log:
Refresh GCC 4.4 patch

Modified: packages/trunk/blockattack/debian/changelog
===================================================================
--- packages/trunk/blockattack/debian/changelog	2011-03-10 08:31:00 UTC (rev 11873)
+++ packages/trunk/blockattack/debian/changelog	2011-03-10 08:33:10 UTC (rev 11874)
@@ -3,6 +3,7 @@
   * Team upload.
   * New upstream release
     - Drop several patches no longer useful or included upstream
+    - Refresh GCC 4.4 patch
   * Clean up watch file
 
  -- Paul Wise <pabs at debian.org>  Thu, 10 Mar 2011 15:33:15 +0800

Modified: packages/trunk/blockattack/debian/patches/gcc44.diff
===================================================================
--- packages/trunk/blockattack/debian/patches/gcc44.diff	2011-03-10 08:31:00 UTC (rev 11873)
+++ packages/trunk/blockattack/debian/patches/gcc44.diff	2011-03-10 08:33:10 UTC (rev 11874)
@@ -1,12 +1,10 @@
-Index: blockattack-1.3.1/listFiles.h
-===================================================================
---- blockattack-1.3.1.orig/listFiles.h	2009-03-30 16:07:00.000000000 -0400
-+++ blockattack-1.3.1/listFiles.h	2009-03-30 16:07:34.000000000 -0400
+--- a/source/code/listFiles.h
++++ b/source/code/listFiles.h
 @@ -25,6 +25,7 @@
- 
- //listFiles.h - List files in a given dictory, 10 files at a time, at most 250 files
- #include <string.h>
-+#include <cstdio>
- #include <iostream>
- #if defined(_WIN32)
- #include <windows.h>
+ 
+ //listFiles.h - List files in a given directory, 10 files at a time, at most 250 files
+ #include <string.h>
++#include <cstdio>
+ #include <iostream>
+ #include <stdlib.h>
+ #if defined(_WIN32)




More information about the Pkg-games-commits mailing list