r10952 - in packages/branches/love/0.6/debian: . patches
Miriam Ruiz
miriam at alioth.debian.org
Sat Apr 24 23:19:49 UTC 2010
Author: miriam
Date: 2010-04-24 23:19:49 +0000 (Sat, 24 Apr 2010)
New Revision: 10952
Modified:
packages/branches/love/0.6/debian/changelog
packages/branches/love/0.6/debian/control
packages/branches/love/0.6/debian/patches/gcc-4.4.patch
Log:
New Upstream Release
Modified: packages/branches/love/0.6/debian/changelog
===================================================================
--- packages/branches/love/0.6/debian/changelog 2010-04-24 23:16:21 UTC (rev 10951)
+++ packages/branches/love/0.6/debian/changelog 2010-04-24 23:19:49 UTC (rev 10952)
@@ -1,3 +1,11 @@
+love0.6 (0.6.2-1) UNRELEASED; urgency=low
+
+ [ Miriam Ruiz ]
+ * New Upstream Release.
+ * Upgraded Standards-Version from 3.8.3 to 3.8.4
+
+ -- Miriam Ruiz <little_miry at yahoo.es> Sun, 25 Apr 2010 01:18:15 +0200
+
love0.6 (0.6.0-1) UNRELEASED; urgency=low
[ Miriam Ruiz ]
Modified: packages/branches/love/0.6/debian/control
===================================================================
--- packages/branches/love/0.6/debian/control 2010-04-24 23:16:21 UTC (rev 10951)
+++ packages/branches/love/0.6/debian/control 2010-04-24 23:19:49 UTC (rev 10952)
@@ -8,10 +8,10 @@
liblua5.1-0-dev, libphysfs-dev, libdevil-dev, libfreetype6-dev, libmng-dev,
libmodplug-dev, libmpg123-dev, libflac++-dev, libxpm-dev, libxcursor-dev,
libxxf86vm-dev, libtiff4-dev, libpng12-dev, lua5.1, liblua5.1-expat0
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
Homepage: http://love2d.org/
-Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/branches/love/0.6.0
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/branches/love/0.6.0/?op=log
+Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/branches/love/0.6
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/branches/love/0.6/?op=log
Package: love0.6
Architecture: any
Modified: packages/branches/love/0.6/debian/patches/gcc-4.4.patch
===================================================================
--- packages/branches/love/0.6/debian/patches/gcc-4.4.patch 2010-04-24 23:16:21 UTC (rev 10951)
+++ packages/branches/love/0.6/debian/patches/gcc-4.4.patch 2010-04-24 23:19:49 UTC (rev 10952)
@@ -3,11 +3,11 @@
--- a/src/modules/graphics/opengl/ImageFont.cpp
+++ b/src/modules/graphics/opengl/ImageFont.cpp
-@@ -21,6 +21,7 @@
- #include "ImageFont.h"
+@@ -22,6 +22,7 @@
+ #include <common/math.h>
#include <SDL_opengl.h>
+#include <cstdio>
- using std::string;
-
+ namespace love
+ {
More information about the Pkg-games-commits
mailing list