r14707 - in packages/trunk/brutalchess/debian: . patches

Markus Koschany apo-guest at moszumanska.debian.org
Sat Dec 21 12:27:43 UTC 2013


Author: apo-guest
Date: 2013-12-21 12:27:43 +0000 (Sat, 21 Dec 2013)
New Revision: 14707

Added:
   packages/trunk/brutalchess/debian/patches/FreeType.patch
Modified:
   packages/trunk/brutalchess/debian/brutalchess.desktop
   packages/trunk/brutalchess/debian/changelog
   packages/trunk/brutalchess/debian/control
   packages/trunk/brutalchess/debian/patches/series
Log:
Debian release 0.5.2+dfsg-5. Fix #732235


Modified: packages/trunk/brutalchess/debian/brutalchess.desktop
===================================================================
--- packages/trunk/brutalchess/debian/brutalchess.desktop	2013-12-21 12:23:14 UTC (rev 14706)
+++ packages/trunk/brutalchess/debian/brutalchess.desktop	2013-12-21 12:27:43 UTC (rev 14707)
@@ -7,3 +7,4 @@
 Terminal=false
 Type=Application
 Categories=Game;BoardGame;
+Keywords=chess;3D;game;board;

Modified: packages/trunk/brutalchess/debian/changelog
===================================================================
--- packages/trunk/brutalchess/debian/changelog	2013-12-21 12:23:14 UTC (rev 14706)
+++ packages/trunk/brutalchess/debian/changelog	2013-12-21 12:27:43 UTC (rev 14707)
@@ -1,9 +1,17 @@
-brutalchess (0.5.2+dfsg-5) UNRELEASED; urgency=low
+brutalchess (0.5.2+dfsg-5) unstable; urgency=medium
 
-  * Correct Vcs-* URLs to point to anonscm.debian.org
+  [ Markus Koschany ]
+  * Team upload.
+  * Add FreeType.patch. Update fontloader.h to detect the latest version of
+    FreeType2 and make the software compile again. (Closes: #732235)
+  * Bump Standards-Version to 3.9.5, no changes.
+  * Add keywords to desktop file.
 
- -- Evgeni Golov <evgeni at debian.org>  Mon, 15 Jul 2013 22:21:12 +0200
+  [ Evgeni Golov ]
+  * Correct Vcs-* URLs to point to anonscm.debian.org.
 
+ -- Markus Koschany <apo at gambaru.de>  Sat, 21 Dec 2013 13:12:53 +0100
+
 brutalchess (0.5.2+dfsg-4) unstable; urgency=low
 
   [ Iain Lane ]

Modified: packages/trunk/brutalchess/debian/control
===================================================================
--- packages/trunk/brutalchess/debian/control	2013-12-21 12:23:14 UTC (rev 14706)
+++ packages/trunk/brutalchess/debian/control	2013-12-21 12:27:43 UTC (rev 14707)
@@ -6,7 +6,7 @@
 Build-Depends: debhelper (>= 9), dh-autoreconf,
  libsdl-image1.2-dev, libfreetype6-dev, libxmu-dev, libxi-dev, libgl1-mesa-dev,
  sharutils,
-Standards-Version: 3.9.3
+Standards-Version: 3.9.5
 Homepage: http://brutalchess.sf.net/
 Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/brutalchess/
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-games/packages/trunk/brutalchess/

Added: packages/trunk/brutalchess/debian/patches/FreeType.patch
===================================================================
--- packages/trunk/brutalchess/debian/patches/FreeType.patch	                        (rev 0)
+++ packages/trunk/brutalchess/debian/patches/FreeType.patch	2013-12-21 12:27:43 UTC (rev 14707)
@@ -0,0 +1,27 @@
+From: Markus Koschany <apo at gambaru.de>
+Date: Sat, 21 Dec 2013 13:09:45 +0100
+Subject: FreeType
+
+---
+ 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	2013-12-21 12:23:14 UTC (rev 14706)
+++ packages/trunk/brutalchess/debian/patches/series	2013-12-21 12:27:43 UTC (rev 14707)
@@ -4,3 +4,4 @@
 04_ftbs_gcc4.3_413483.diff
 05_use_our_fonts.diff
 06_gcc-4.7.patch
+FreeType.patch




More information about the Pkg-games-commits mailing list