Author: apo-guest Date: 2015-12-20 23:51:57 +0000 (Sun, 20 Dec 2015) New Revision: 15630
Removed: packages/trunk/brutalchess/debian/patches/FreeType.patch Modified: packages/trunk/brutalchess/debian/changelog packages/trunk/brutalchess/debian/patches/series Log: Release 0.5.2+dfsg-7 Modified: packages/trunk/brutalchess/debian/changelog =================================================================== --- packages/trunk/brutalchess/debian/changelog 2015-12-20 20:07:43 UTC (rev 15629) +++ packages/trunk/brutalchess/debian/changelog 2015-12-20 23:51:57 UTC (rev 15630) @@ -1,3 +1,12 @@ +brutalchess (0.5.2+dfsg-7) unstable; urgency=medium + + * Team upload. + * Drop FreeType.patch. Apparently src:freetype has reverted the changes from + earlier versions and the path to freetype.h had to be adjusted again. + Thanks to Chris West for the report. (Closes: #808488) + + -- Markus Koschany <[email protected]> Mon, 21 Dec 2015 00:43:32 +0100 + brutalchess (0.5.2+dfsg-6) unstable; urgency=medium * Vcs-Browser: Use https. Deleted: packages/trunk/brutalchess/debian/patches/FreeType.patch =================================================================== --- packages/trunk/brutalchess/debian/patches/FreeType.patch 2015-12-20 20:07:43 UTC (rev 15629) +++ packages/trunk/brutalchess/debian/patches/FreeType.patch 2015-12-20 23:51:57 UTC (rev 15630) @@ -1,28 +0,0 @@ -From: Markus Koschany <[email protected]> -Date: Sat, 21 Dec 2013 13:09:45 +0100 -Subject: FreeType - -Bug: http://bugs.debian.org/732235 ---- - src/fontloader.h | 8 ++++---- - 1 file changed, 4 insertions(+), 4 deletions(-) - -diff --git a/src/fontloader.h b/src/fontloader.h -index 745b9eb..66bf6e7 100644 ---- a/src/fontloader.h -+++ b/src/fontloader.h -@@ -13,10 +13,10 @@ - #include <ft2build.h> - #include FT_FREETYPE_H - --#include <freetype/freetype.h> --#include <freetype/ftglyph.h> --#include <freetype/ftoutln.h> --#include <freetype/fttrigon.h> -+#include <freetype2/freetype.h> -+#include <freetype2/ftglyph.h> -+#include <freetype2/ftoutln.h> -+#include <freetype2/fttrigon.h> - - // Other Headers we'll need. - #include <vector> Modified: packages/trunk/brutalchess/debian/patches/series =================================================================== --- packages/trunk/brutalchess/debian/patches/series 2015-12-20 20:07:43 UTC (rev 15629) +++ packages/trunk/brutalchess/debian/patches/series 2015-12-20 23:51:57 UTC (rev 15630) @@ -4,5 +4,4 @@ 04_ftbs_gcc4.3_413483.diff 05_use_our_fonts.diff 06_gcc-4.7.patch -FreeType.patch disable-quake-pieces.patch _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

