This is an automated email from the git hooks/post-receive script. detiste-guest pushed a commit to branch master in repository love.
commit ef4cf997e40356a4387cfcd37ac78f91807fde5d Author: Alexandre Detiste <[email protected]> Date: Wed Dec 21 16:33:23 2016 +0100 refresh freetype patch --- debian/patches/fix-freetype-includes.patch | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/debian/patches/fix-freetype-includes.patch b/debian/patches/fix-freetype-includes.patch index 8c04214..bc8b9f4 100644 --- a/debian/patches/fix-freetype-includes.patch +++ b/debian/patches/fix-freetype-includes.patch @@ -2,12 +2,10 @@ Description: Fix build failure with freetype 2.5.1 Author: Juhani Numminen <[email protected]> Bug-Debian: http://bugs.debian.org/733357 -Index: love-0.9.1/src/modules/font/freetype/Font.h -=================================================================== ---- love-0.9.1.orig/src/modules/font/freetype/Font.h 2014-04-11 17:46:04.143947394 +0200 -+++ love-0.9.1/src/modules/font/freetype/Font.h 2014-04-11 17:46:04.143947394 +0200 -@@ -32,6 +32,8 @@ - #endif +--- a/src/modules/font/freetype/Font.h ++++ b/src/modules/font/freetype/Font.h +@@ -28,6 +28,8 @@ + #include <ft2build.h> #include FT_FREETYPE_H #include FT_GLYPH_H +#include FT_OUTLINE_H @@ -15,10 +13,8 @@ Index: love-0.9.1/src/modules/font/freetype/Font.h namespace love { -Index: love-0.9.1/src/modules/font/freetype/TrueTypeRasterizer.h -=================================================================== ---- love-0.9.1.orig/src/modules/font/freetype/TrueTypeRasterizer.h 2014-04-11 17:46:04.143947394 +0200 -+++ love-0.9.1/src/modules/font/freetype/TrueTypeRasterizer.h 2014-04-11 17:46:04.143947394 +0200 +--- a/src/modules/font/freetype/TrueTypeRasterizer.h ++++ b/src/modules/font/freetype/TrueTypeRasterizer.h @@ -29,6 +29,8 @@ #include <ft2build.h> #include FT_FREETYPE_H -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/love.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

