Author: evgeni Date: 2012-05-14 20:00:47 +0000 (Mon, 14 May 2012) New Revision: 13553
Added: packages/trunk/sdl-ball/debian/patches/ packages/trunk/sdl-ball/debian/patches/gcc-4.7-ftbfs.patch packages/trunk/sdl-ball/debian/patches/series Modified: packages/trunk/sdl-ball/debian/changelog Log: Fix FTBFS with gcc 4.7 by fixing missing <unistd.h> include Modified: packages/trunk/sdl-ball/debian/changelog =================================================================== --- packages/trunk/sdl-ball/debian/changelog 2012-05-14 19:59:08 UTC (rev 13552) +++ packages/trunk/sdl-ball/debian/changelog 2012-05-14 20:00:47 UTC (rev 13553) @@ -1,11 +1,16 @@ sdl-ball (1.01-2) unstable; urgency=low + [ Evgeni Golov ] * Update my email address. * Use dh rules.tiny * format 3.0 (quilt) - -- Evgeni Golov <[email protected]> Mon, 14 May 2012 21:57:51 +0200 + [ Cyril Brulebois ] + * Fix FTBFS with gcc 4.7 by fixing missing <unistd.h> include + (Closes: #667368). + -- Evgeni Golov <[email protected]> Mon, 14 May 2012 21:59:56 +0200 + sdl-ball (1.01-1) unstable; urgency=low * New upstream release. Added: packages/trunk/sdl-ball/debian/patches/gcc-4.7-ftbfs.patch =================================================================== --- packages/trunk/sdl-ball/debian/patches/gcc-4.7-ftbfs.patch (rev 0) +++ packages/trunk/sdl-ball/debian/patches/gcc-4.7-ftbfs.patch 2012-05-14 20:00:47 UTC (rev 13553) @@ -0,0 +1,11 @@ +--- sdl-ball-1.01.orig/main.cpp ++++ sdl-ball-1.01/main.cpp +@@ -31,7 +31,7 @@ + #include <vector> + #include <sys/time.h> + #include <sys/stat.h> +- ++#include <unistd.h> + #include <dirent.h> + + #ifdef WIN32 Added: packages/trunk/sdl-ball/debian/patches/series =================================================================== --- packages/trunk/sdl-ball/debian/patches/series (rev 0) +++ packages/trunk/sdl-ball/debian/patches/series 2012-05-14 20:00:47 UTC (rev 13553) @@ -0,0 +1 @@ +gcc-4.7-ftbfs.patch _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

