Description: <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 hoichess (0.10.3-6) unstable; urgency=low
 .
   * Standards Version update to 3.9.2
   * Switch to dpkg-source 3.0 (quilt) format
Author: Oliver Korff <ok@xynyx.de>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: http://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>

--- hoichess-0.10.3.orig/src/config.h
+++ hoichess-0.10.3/src/config.h
@@ -33,7 +33,7 @@
 #define DEFAULT_EVALCACHESIZE	"4M"
 
 /* Default location of opening book */
-#define DEFAULT_BOOK		"book.dat"
+#define DEFAULT_BOOK		"/usr/share/games/hoichess-book/hoichess-book.dat"
 
 /* Use a single board in search tree, in connection with Board::unmake_move().
  * Otherwise, the board will be copied from node to node each time a move is
--- hoichess-0.10.3.orig/src/Makefile
+++ hoichess-0.10.3/src/Makefile
@@ -3,6 +3,7 @@
 PLATFORM = unix
 
 CXX = g++
+# CXX = /usr/local/bin/g++-snapshot
 CPP = $(CXX) -E
 INSTALL = /usr/bin/install
 
--- hoichess-0.10.3.orig/src/Makefile.local
+++ hoichess-0.10.3/src/Makefile.local
@@ -24,10 +24,10 @@ CXXFLAGS += -O3
 
 
 
-ifeq ($(PLATFORM),unix)
-  CXX = g++-4.1
-  HAVE_READLINE = 1
-endif
+#ifeq ($(PLATFORM),unix)
+#  CXX = g++-4.1
+#  HAVE_READLINE = 1
+#endif
 ifeq ($(PLATFORM),mingw32)
   CXX = i586-mingw32msvc-g++
 endif
--- hoichess-0.10.3.orig/src/debug_printconfig.h
+++ hoichess-0.10.3/src/debug_printconfig.h
@@ -1,3 +1,5 @@
+#include <iostream>
+
 #define EXPTOSTRING1(x) #x
 #define EXPTOSTRING(x) EXPTOSTRING1(x)
 #ifdef DEFAULT_HASHSIZE
