Author: evgeni Date: 2012-05-15 05:21:57 +0000 (Tue, 15 May 2012) New Revision: 13574
Modified: packages/trunk/sdl-ball/debian/patches/gcc-4.7-ftbfs.patch packages/trunk/sdl-ball/debian/patches/typo.patch Log: add dep3 headers to patches Modified: packages/trunk/sdl-ball/debian/patches/gcc-4.7-ftbfs.patch =================================================================== --- packages/trunk/sdl-ball/debian/patches/gcc-4.7-ftbfs.patch 2012-05-15 05:09:49 UTC (rev 13573) +++ packages/trunk/sdl-ball/debian/patches/gcc-4.7-ftbfs.patch 2012-05-15 05:21:57 UTC (rev 13574) @@ -1,3 +1,7 @@ +From: Cyril Brulebois <[email protected]> +Subject: Fix FTBFS with gcc 4.7 by fixing missing <unistd.h> include +Last-Modified: 2012-04-04 + --- sdl-ball-1.01.orig/main.cpp +++ sdl-ball-1.01/main.cpp @@ -31,7 +31,7 @@ Modified: packages/trunk/sdl-ball/debian/patches/typo.patch =================================================================== --- packages/trunk/sdl-ball/debian/patches/typo.patch 2012-05-15 05:09:49 UTC (rev 13573) +++ packages/trunk/sdl-ball/debian/patches/typo.patch 2012-05-15 05:21:57 UTC (rev 13574) @@ -1,5 +1,7 @@ -diff --git a/main.cpp b/main.cpp -index 483d4f5..ccd0f5a 100644 +From: Evgeni Golov <[email protected]> +Subject: Fix a small typo (Dont → Don't) +Last-Update: 2012-05-15 + --- a/main.cpp +++ b/main.cpp @@ -3095,7 +3095,7 @@ void coldet(brick & br, ball &ba, pos & p, effectManager & fxMan) _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

