Author: ansgar-guest
Date: 2008-05-29 18:27:55 +0000 (Thu, 29 May 2008)
New Revision: 7189

Added:
   packages/trunk/tecnoballz/debian/patches/011_gcc-4.3-fixes.diff
Modified:
   packages/trunk/tecnoballz/debian/changelog
   packages/trunk/tecnoballz/debian/control
   packages/trunk/tecnoballz/debian/patches/series
Log:
import NMU changes

Modified: packages/trunk/tecnoballz/debian/changelog
===================================================================
--- packages/trunk/tecnoballz/debian/changelog  2008-05-29 18:14:06 UTC (rev 
7188)
+++ packages/trunk/tecnoballz/debian/changelog  2008-05-29 18:27:55 UTC (rev 
7189)
@@ -1,3 +1,10 @@
+tecnoballz (0.92-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fixed gcc-4.3 FTBFS, patch by KiBi (Closes: #455319)
+
+ -- Marc 'HE' Brockschmidt <[EMAIL PROTECTED]>  Sun, 16 Mar 2008 18:20:34 +0100
+
 tecnoballz (0.92-2) unstable; urgency=low
 
   * Added a build-depends to libsdl-image1.2-dev so the package can autobuild.

Modified: packages/trunk/tecnoballz/debian/control
===================================================================
--- packages/trunk/tecnoballz/debian/control    2008-05-29 18:14:06 UTC (rev 
7188)
+++ packages/trunk/tecnoballz/debian/control    2008-05-29 18:27:55 UTC (rev 
7189)
@@ -1,8 +1,7 @@
 Source: tecnoballz
 Section: games
 Priority: optional
-Maintainer: Debian Games Team <[EMAIL PROTECTED]>
-Uploaders: Alexis Sukrieh <[EMAIL PROTECTED]>
+Maintainer: Alexis Sukrieh <[EMAIL PROTECTED]>
 Build-Depends: debhelper (>= 4.0.0), libsdl-mixer1.2-dev, 
                libmikmod2-dev, libxext-dev, libvorbis-dev, 
                libogg-dev, libsmpeg-dev, libxxf86dga-dev, 

Added: packages/trunk/tecnoballz/debian/patches/011_gcc-4.3-fixes.diff
===================================================================
--- packages/trunk/tecnoballz/debian/patches/011_gcc-4.3-fixes.diff             
                (rev 0)
+++ packages/trunk/tecnoballz/debian/patches/011_gcc-4.3-fixes.diff     
2008-05-29 18:27:55 UTC (rev 7189)
@@ -0,0 +1,11 @@
+--- a/include/surface_sdl.h
++++ b/include/surface_sdl.h
+@@ -46,7 +46,7 @@
+   ~surface_sdl ();
+   SDL_Surface* get_surface ();
+   char* get_pixel_data ();
+-  char* get_pixel_data (Uint32 coord_x, Uint32 coord_x);
++  char* get_pixel_data (Uint32 coord_x1, Uint32 coord_x2);
+   Uint32 get_row_size ();
+   Uint32 get_offset (Uint32 xcoord, Uint32 ycoord);
+   void clear (Uint32 color = 0);

Modified: packages/trunk/tecnoballz/debian/patches/series
===================================================================
--- packages/trunk/tecnoballz/debian/patches/series     2008-05-29 18:14:06 UTC 
(rev 7188)
+++ packages/trunk/tecnoballz/debian/patches/series     2008-05-29 18:27:55 UTC 
(rev 7189)
@@ -1 +1,2 @@
 010_scorefile_path.diff
+011_gcc-4.3-fixes.diff


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to