Author: evgeni Date: 2014-11-15 11:23:22 +0000 (Sat, 15 Nov 2014) New Revision: 15321
Removed: packages/trunk/sdl-ball/debian/patches/gcc-4.7-ftbfs.patch packages/trunk/sdl-ball/debian/patches/gcc-4.8-ftbfs.patch packages/trunk/sdl-ball/debian/sdl-ball.desktop Modified: packages/trunk/sdl-ball/debian/ packages/trunk/sdl-ball/debian/changelog packages/trunk/sdl-ball/debian/patches/series packages/trunk/sdl-ball/debian/sdl-ball.install Log: import sdl-ball 1.02 Property changes on: packages/trunk/sdl-ball/debian ___________________________________________________________________ Modified: svn-bp:origUrl - http://pkg-games.alioth.debian.org/tarballs/sdl-ball_1.01.orig.tar.gz + http://pkg-games.alioth.debian.org/tarballs/sdl-ball_1.02.orig.tar.bz2 Modified: packages/trunk/sdl-ball/debian/changelog =================================================================== --- packages/trunk/sdl-ball/debian/changelog 2014-11-15 10:41:18 UTC (rev 15320) +++ packages/trunk/sdl-ball/debian/changelog 2014-11-15 11:23:22 UTC (rev 15321) @@ -1,3 +1,9 @@ +sdl-ball (1.02-1) UNRELEASED; urgency=medium + + * New upstream release. + + -- Evgeni Golov <[email protected]> Sat, 15 Nov 2014 11:50:08 +0100 + sdl-ball (1.01-4) unstable; urgency=low * Fix FTBFS with gcc 4.8 due to stray ‘,’. Deleted: packages/trunk/sdl-ball/debian/patches/gcc-4.7-ftbfs.patch =================================================================== --- packages/trunk/sdl-ball/debian/patches/gcc-4.7-ftbfs.patch 2014-11-15 10:41:18 UTC (rev 15320) +++ packages/trunk/sdl-ball/debian/patches/gcc-4.7-ftbfs.patch 2014-11-15 11:23:22 UTC (rev 15321) @@ -1,15 +0,0 @@ -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 @@ - #include <vector> - #include <sys/time.h> - #include <sys/stat.h> -- -+#include <unistd.h> - #include <dirent.h> - - #ifdef WIN32 Deleted: packages/trunk/sdl-ball/debian/patches/gcc-4.8-ftbfs.patch =================================================================== --- packages/trunk/sdl-ball/debian/patches/gcc-4.8-ftbfs.patch 2014-11-15 10:41:18 UTC (rev 15320) +++ packages/trunk/sdl-ball/debian/patches/gcc-4.8-ftbfs.patch 2014-11-15 11:23:22 UTC (rev 15321) @@ -1,16 +0,0 @@ -Description: Fix FTBFS with gcc-4.8 by removing stray ‘,’ -Author: Juhani Numminen <[email protected]> -Bug-Debian: http://bugs.debian.org/701355 -Last-Update: 2013-06-06 - ---- sdl-ball-1.01.orig/main.cpp -+++ sdl-ball-1.01/main.cpp -@@ -1420,7 +1420,7 @@ int LinesCross(float x0,float y0,float x - //Leaves an trail of the ball - class tracer { - private: -- GLfloat x[100], y[100], r[100], g[100], b[100], a[100],s[100], cr,cg,cb,; -+ GLfloat x[100], y[100], r[100], g[100], b[100], a[100],s[100], cr,cg,cb; - bool active[100]; - int color; - GLfloat lastX, lastY; //Last position where we spawned one Modified: packages/trunk/sdl-ball/debian/patches/series =================================================================== --- packages/trunk/sdl-ball/debian/patches/series 2014-11-15 10:41:18 UTC (rev 15320) +++ packages/trunk/sdl-ball/debian/patches/series 2014-11-15 11:23:22 UTC (rev 15321) @@ -1,4 +1,2 @@ -gcc-4.7-ftbfs.patch -gcc-4.8-ftbfs.patch typo.patch honour-cppflags.patch Deleted: packages/trunk/sdl-ball/debian/sdl-ball.desktop =================================================================== --- packages/trunk/sdl-ball/debian/sdl-ball.desktop 2014-11-15 10:41:18 UTC (rev 15320) +++ packages/trunk/sdl-ball/debian/sdl-ball.desktop 2014-11-15 11:23:22 UTC (rev 15321) @@ -1,9 +0,0 @@ -[Desktop Entry] -Name=SDL-Ball -Exec=sdl-ball -Icon=sdl-ball -GenericName=Breakout Game -Terminal=false -Type=Application -Categories=Game;ArcadeGame; -Keywords=DX-Ball;MegaBall;Breakout;Arkanoid;Arcade;Puzzle; Modified: packages/trunk/sdl-ball/debian/sdl-ball.install =================================================================== --- packages/trunk/sdl-ball/debian/sdl-ball.install 2014-11-15 10:41:18 UTC (rev 15320) +++ packages/trunk/sdl-ball/debian/sdl-ball.install 2014-11-15 11:23:22 UTC (rev 15321) @@ -1,2 +1,2 @@ sdl-ball usr/games -debian/sdl-ball.desktop usr/share/applications +sdl-ball.desktop usr/share/applications _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

