r15884 - in /desktop/unstable/gnome-games/debian: changelog control control.in gnome-games-servers.install patches/04_ggz_m4_madness.patch patches/05_maintainer_mode.patch patches/06_ggzd_directory.patch patches/70_autotools.patch patches/series rules

joss at users.alioth.debian.org joss at users.alioth.debian.org
Sat May 10 22:28:08 UTC 2008


Author: joss
Date: Sat May 10 22:28:08 2008
New Revision: 15884

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=15884
Log:
* Drop build-dependency on ggzd.
* 04_ggz_m4_madness.patch: whoever wrote ggz.m4 needs to be beaten to 
  death with a herring. Allow the ggz crap to be built without having 
  the server installed on the system, and use ${sysconfdir}.
* rules: force ggzd to be considered present.
* 05_maintainer_mode.patch: set AM_MAINTAINER_MODE.
* 06_ggzd_directory.patch: install the configuration files to the 
  directory that was configured.
* debian/gnome-games-servers.install: no need to move data from 
  /usr/etc/ggzd anymore.
* 70_autotools.patch: re-run the autotools on top of other patches.

Added:
    desktop/unstable/gnome-games/debian/patches/04_ggz_m4_madness.patch
    desktop/unstable/gnome-games/debian/patches/05_maintainer_mode.patch
    desktop/unstable/gnome-games/debian/patches/06_ggzd_directory.patch
    desktop/unstable/gnome-games/debian/patches/70_autotools.patch
Modified:
    desktop/unstable/gnome-games/debian/changelog
    desktop/unstable/gnome-games/debian/control
    desktop/unstable/gnome-games/debian/control.in
    desktop/unstable/gnome-games/debian/gnome-games-servers.install
    desktop/unstable/gnome-games/debian/patches/series
    desktop/unstable/gnome-games/debian/rules

Modified: desktop/unstable/gnome-games/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-games/debian/changelog?rev=15884&op=diff
==============================================================================
--- desktop/unstable/gnome-games/debian/changelog (original)
+++ desktop/unstable/gnome-games/debian/changelog Sat May 10 22:28:08 2008
@@ -1,9 +1,20 @@
-gnome-games (1:2.22.1.1-3) UNRELEASED; urgency=low
+gnome-games (1:2.22.1.1-3) unstable; urgency=low
 
   * 03_pythonpath.patch: renamed from 03_glchess_pythonpath.patch. Also 
     include a similar patch for gnome-sudoku.
-
- -- Josselin Mouette <joss at debian.org>  Thu, 24 Apr 2008 18:51:03 +0200
+  * Drop build-dependency on ggzd.
+  * 04_ggz_m4_madness.patch: whoever wrote ggz.m4 needs to be beaten to 
+    death with a herring. Allow the ggz crap to be built without having 
+    the server installed on the system, and use ${sysconfdir}.
+  * rules: force ggzd to be considered present.
+  * 05_maintainer_mode.patch: set AM_MAINTAINER_MODE.
+  * 06_ggzd_directory.patch: install the configuration files to the 
+    directory that was configured.
+  * debian/gnome-games-servers.install: no need to move data from 
+    /usr/etc/ggzd anymore.
+  * 70_autotools.patch: re-run the autotools on top of other patches.
+
+ -- Josselin Mouette <joss at debian.org>  Sat, 10 May 2008 20:13:44 +0200
 
 gnome-games (1:2.22.1.1-2) unstable; urgency=low
 

Modified: desktop/unstable/gnome-games/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-games/debian/control?rev=15884&op=diff
==============================================================================
--- desktop/unstable/gnome-games/debian/control (original)
+++ desktop/unstable/gnome-games/debian/control Sat May 10 22:28:08 2008
@@ -34,7 +34,6 @@
                libggzdmod-dev (>= 0.0.14),
                libggzcore-dev (>= 0.0.14),
                ggzcore-bin (>= 0.0.14),
-               ggzd (>= 0.0.14),
                libgstreamer0.10-dev (>= 0.10.11)                
 Standards-Version: 3.7.3
 Homepage: http://www.gnome.org/projects/gnome-games/

Modified: desktop/unstable/gnome-games/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-games/debian/control.in?rev=15884&op=diff
==============================================================================
--- desktop/unstable/gnome-games/debian/control.in (original)
+++ desktop/unstable/gnome-games/debian/control.in Sat May 10 22:28:08 2008
@@ -34,7 +34,6 @@
                libggzdmod-dev (>= 0.0.14),
                libggzcore-dev (>= 0.0.14),
                ggzcore-bin (>= 0.0.14),
-               ggzd (>= 0.0.14),
                libgstreamer0.10-dev (>= 0.10.11)                
 Standards-Version: 3.7.3
 Homepage: http://www.gnome.org/projects/gnome-games/

Modified: desktop/unstable/gnome-games/debian/gnome-games-servers.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-games/debian/gnome-games-servers.install?rev=15884&op=diff
==============================================================================
--- desktop/unstable/gnome-games/debian/gnome-games-servers.install (original)
+++ desktop/unstable/gnome-games/debian/gnome-games-servers.install Sat May 10 22:28:08 2008
@@ -1,2 +1,2 @@
-debian/tmp/usr/etc/ggzd /etc
+debian/tmp/etc/ggzd
 debian/tmp/usr/lib/ggz

Added: desktop/unstable/gnome-games/debian/patches/04_ggz_m4_madness.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-games/debian/patches/04_ggz_m4_madness.patch?rev=15884&op=file
==============================================================================
--- desktop/unstable/gnome-games/debian/patches/04_ggz_m4_madness.patch (added)
+++ desktop/unstable/gnome-games/debian/patches/04_ggz_m4_madness.patch Sat May 10 22:28:08 2008
@@ -1,0 +1,62 @@
+Index: gnome-games-2.22.1.1/m4/ggz.m4
+===================================================================
+--- gnome-games-2.22.1.1.orig/m4/ggz.m4	2008-04-08 22:12:42.000000000 +0200
++++ gnome-games-2.22.1.1/m4/ggz.m4	2008-05-11 00:17:13.776909325 +0200
+@@ -535,7 +535,7 @@ else
+     AC_SUBST(GGZ_CONFIG)
+     AC_SUBST(ggzexecmoddir)
+     AC_SUBST(ggzdatadir)
+-    AC_DEFINE_UNQUOTED(GGZMODULECONFDIR, "${prefix}/etc", [Path where the game registry is located])
++    AC_DEFINE_UNQUOTED(GGZMODULECONFDIR, "${sysconfdir}", [Path where the game registry is located])
+     AC_DEFINE_UNQUOTED(GAMEDIR, "${libdir}/ggz", [Path where to install the games])
+     AC_DEFINE_UNQUOTED(GGZDATADIR, "${datadir}/ggz", [Path where the games should look for their data files])
+   else
+@@ -927,7 +927,7 @@ if test "$have_ggzdconf" != yes; then
+ 	  AC_MSG_RESULT([$have_ggzdconf (intentionally ignored)])
+ 	elif test "x$2" = "xforce"; then
+ 	  if test "x$ac_ggzd_confdir" = "x"; then
+-	    ggzdconfdir="\${prefix}/etc/ggzd"
++	    ggzdconfdir="\${sysconfdir}/ggzd"
+ 	  else
+ 	    ggzdconfdir=$ac_ggzd_confdir
+ 	  fi
+@@ -948,9 +948,9 @@ else
+ 			prefixed=1
+ 		fi
+ 	fi
+-	if test "x$ggzdconfdir" != "x${prefix}/etc/ggzd" && test "x$prefixed" = "x1"; then
+-		AC_MSG_RESULT([$have_ggzdconf ($ggzdconfdir, but using ${prefix}/etc/ggzd nevertheless)])
+-		ggzdconfdir="\${prefix}/etc/ggzd"
++	if test "x$ggzdconfdir" != "x${sysconfdir}/ggzd" && test "x$prefixed" = "x1"; then
++		AC_MSG_RESULT([$have_ggzdconf ($ggzdconfdir, but using ${sysconfdir}/ggzd nevertheless)])
++		ggzdconfdir="\${sysconfdir}/ggzd"
+ 	else
+ 		AC_MSG_RESULT([$have_ggzdconf ($ggzdconfdir)])
+ 	fi
+@@ -983,8 +983,11 @@ if test "$have_ggzdconf" = yes || test "
+ 	AC_SUBST(ggzdexecmoddir)
+ 	AC_SUBST(ggzdexecmodpath)
+ 
+-	# Perform actions given by argument 1.
+-	$1
++    if test "x$1" != "xforce"; then
++	  # Perform actions given by argument 1.
++	  $1
++	  true
++	fi
+ fi
+ 
+ ])
+@@ -1018,7 +1021,11 @@ AC_DEFUN([AC_GGZ_CHECK_SERVER],
+       AC_GGZ_GGZDMOD([ggz_server="yes"], [ggz_server="no"])
+     fi
+     if test "$ggz_server" = "yes"; then
+-      AC_GGZ_SERVER
++      if test "x$try_ggz_server" = "xforce"; then
++        AC_GGZ_SERVER([force],[force])
++      else
++        AC_GGZ_SERVER
++      fi
+       AC_DEFINE(GGZ_SERVER, 1, [Server support for GGZ])
+     else
+       if test "$try_ggz_server" = "yes"; then

Added: desktop/unstable/gnome-games/debian/patches/05_maintainer_mode.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-games/debian/patches/05_maintainer_mode.patch?rev=15884&op=file
==============================================================================
--- desktop/unstable/gnome-games/debian/patches/05_maintainer_mode.patch (added)
+++ desktop/unstable/gnome-games/debian/patches/05_maintainer_mode.patch Sat May 10 22:28:08 2008
@@ -1,0 +1,13 @@
+Index: gnome-games-2.22.1.1/configure.in
+===================================================================
+--- gnome-games-2.22.1.1.orig/configure.in	2008-05-10 23:46:27.208914941 +0200
++++ gnome-games-2.22.1.1/configure.in	2008-05-10 23:46:39.541420585 +0200
+@@ -12,6 +12,8 @@ AC_CONFIG_HEADERS([config.h])
+ 
+ AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2 foreign])
+ 
++AM_MAINTAINER_MODE
++
+ # First parse the list of enabled games, so we know which options
+ # we support and which features to check for
+ 

Added: desktop/unstable/gnome-games/debian/patches/06_ggzd_directory.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-games/debian/patches/06_ggzd_directory.patch?rev=15884&op=file
==============================================================================
--- desktop/unstable/gnome-games/debian/patches/06_ggzd_directory.patch (added)
+++ desktop/unstable/gnome-games/debian/patches/06_ggzd_directory.patch Sat May 10 22:28:08 2008
@@ -1,0 +1,48 @@
+Index: gnome-games-2.22.1.1/gnect/data/Makefile.am
+===================================================================
+--- gnome-games-2.22.1.1.orig/gnect/data/Makefile.am	2008-05-11 00:08:13.408910360 +0200
++++ gnome-games-2.22.1.1/gnect/data/Makefile.am	2008-05-11 00:13:44.548919535 +0200
+@@ -14,9 +14,9 @@ schema_DATA = $(schema_in_files:.schemas
+ if GGZ_SERVER
+ ggzroom_in_files = gnect.room.in
+ ggzroom_DATA = $(ggzroom_in_files:.room.in=.room)
+-ggzroomdir = ${prefix}/etc/ggzd/rooms/
++ggzroomdir = ${ggzdconfdir}/rooms/
+ 
+-ggzserver_dscdir = ${prefix}/etc/ggzd/games/
++ggzserver_dscdir = ${ggzdconfdir}/games/
+ ggzserver_dsc_in_files = gnect-server.dsc.in
+ ggzserver_dsc_DATA = $(ggzserver_dsc_in_files:.dsc.in=.dsc)
+ endif # GGZ_SERVER
+Index: gnome-games-2.22.1.1/gnibbles/Makefile.am
+===================================================================
+--- gnome-games-2.22.1.1.orig/gnibbles/Makefile.am	2008-05-11 00:08:44.240910534 +0200
++++ gnome-games-2.22.1.1/gnibbles/Makefile.am	2008-05-11 00:13:24.048917236 +0200
+@@ -132,9 +132,9 @@ gnibblesd_LDADD = \
+ 
+ ggzroom_in_files = gnibbles.room.in
+ ggzroom_DATA = $(ggzroom_in_files:.room.in=.room)
+-ggzroomdir = ${prefix}/etc/ggzd/rooms/
++ggzroomdir = ${ggzdconfdir}/rooms/
+ 
+-ggzserver_dscdir = ${prefix}/etc/ggzd/games/
++ggzserver_dscdir = ${ggzdconfdir}/games/
+ ggzserver_dsc_in_files = gnibbles-server.dsc.in
+ ggzserver_dsc_DATA = $(ggzserver_dsc_in_files:.dsc.in=.dsc)
+ endif # GGZ_SERVER
+Index: gnome-games-2.22.1.1/iagno/Makefile.am
+===================================================================
+--- gnome-games-2.22.1.1.orig/iagno/Makefile.am	2008-05-11 00:08:56.768916412 +0200
++++ gnome-games-2.22.1.1/iagno/Makefile.am	2008-05-11 00:12:50.689420040 +0200
+@@ -65,9 +65,9 @@ schema_DATA = $(schema_in_files:.schemas
+ if GGZ_SERVER
+ ggzroom_in_files = iagno.room.in
+ ggzroom_DATA = $(ggzroom_in_files:.room.in=.room)
+-ggzroomdir = ${prefix}/etc/ggzd/rooms/
++ggzroomdir = ${ggzdconfdir}/rooms/
+ 
+-ggzserver_dscdir = ${prefix}/etc/ggzd/games/
++ggzserver_dscdir = ${ggzdconfdir}/games/
+ ggzserver_dsc_in_files = iagno-server.dsc.in
+ ggzserver_dsc_DATA = $(ggzserver_dsc_in_files:.dsc.in=.dsc)
+ endif # GGZ_SERVER

Added: desktop/unstable/gnome-games/debian/patches/70_autotools.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-games/debian/patches/70_autotools.patch?rev=15884&op=file
==============================================================================
--- desktop/unstable/gnome-games/debian/patches/70_autotools.patch (added)
+++ desktop/unstable/gnome-games/debian/patches/70_autotools.patch Sat May 10 22:28:08 2008
@@ -1,0 +1,3213 @@
+aclocal-1.9 -I m4
+automake-1.9
+autoconf
+
+Index: gnome-games-2.22.1.1/configure
+===================================================================
+--- gnome-games-2.22.1.1.orig/configure	2008-05-11 00:16:15.804910018 +0200
++++ gnome-games-2.22.1.1/configure	2008-05-11 00:17:51.736907406 +0200
+@@ -827,6 +827,9 @@ am__leading_dot
+ AMTAR
+ am__tar
+ am__untar
++MAINTAINER_MODE_TRUE
++MAINTAINER_MODE_FALSE
++MAINT
+ allgames
+ gamelist
+ PKG_CONFIG
+@@ -1676,6 +1679,8 @@ if test -n "$ac_init_help"; then
+ Optional Features:
+   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
+   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
++  --enable-maintainer-mode  enable make rules and dependencies not useful
++			  (and sometimes confusing) to the casual installer
+   --enable-games=list     Enable the games in the comma separated list ("all"
+                           and "none" are valid)
+   --enable-omitgames=list Don't compile games in the comma separated list.
+@@ -2708,6 +2713,31 @@ am__tar='${AMTAR} chof - "$$tardir"'; am
+ 
+ 
+ 
++{ echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
++echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6; }
++    # Check whether --enable-maintainer-mode was given.
++if test "${enable_maintainer_mode+set}" = set; then
++  enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
++else
++  USE_MAINTAINER_MODE=no
++fi
++
++  { echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
++echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6; }
++
++
++if test $USE_MAINTAINER_MODE = yes; then
++  MAINTAINER_MODE_TRUE=
++  MAINTAINER_MODE_FALSE='#'
++else
++  MAINTAINER_MODE_TRUE='#'
++  MAINTAINER_MODE_FALSE=
++fi
++
++  MAINT=$MAINTAINER_MODE_TRUE
++
++
++
+ # First parse the list of enabled games, so we know which options
+ # we support and which features to check for
+ 
+@@ -9163,7 +9193,7 @@ ia64-*-hpux*)
+   ;;
+ *-*-irix6*)
+   # Find out which ABI we are using.
+-  echo '#line 9166 "configure"' > conftest.$ac_ext
++  echo '#line 9196 "configure"' > conftest.$ac_ext
+   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+   (eval $ac_compile) 2>&5
+   ac_status=$?
+@@ -11563,11 +11593,11 @@ else
+    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+    -e 's:$: $lt_compiler_flag:'`
+-   (eval echo "\"\$as_me:11566: $lt_compile\"" >&5)
++   (eval echo "\"\$as_me:11596: $lt_compile\"" >&5)
+    (eval "$lt_compile" 2>conftest.err)
+    ac_status=$?
+    cat conftest.err >&5
+-   echo "$as_me:11570: \$? = $ac_status" >&5
++   echo "$as_me:11600: \$? = $ac_status" >&5
+    if (exit $ac_status) && test -s "$ac_outfile"; then
+      # The compiler can only warn and ignore the option if not recognized
+      # So say no if there are warnings other than the usual output.
+@@ -11853,11 +11883,11 @@ else
+    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+    -e 's:$: $lt_compiler_flag:'`
+-   (eval echo "\"\$as_me:11856: $lt_compile\"" >&5)
++   (eval echo "\"\$as_me:11886: $lt_compile\"" >&5)
+    (eval "$lt_compile" 2>conftest.err)
+    ac_status=$?
+    cat conftest.err >&5
+-   echo "$as_me:11860: \$? = $ac_status" >&5
++   echo "$as_me:11890: \$? = $ac_status" >&5
+    if (exit $ac_status) && test -s "$ac_outfile"; then
+      # The compiler can only warn and ignore the option if not recognized
+      # So say no if there are warnings other than the usual output.
+@@ -11957,11 +11987,11 @@ else
+    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+    -e 's:$: $lt_compiler_flag:'`
+-   (eval echo "\"\$as_me:11960: $lt_compile\"" >&5)
++   (eval echo "\"\$as_me:11990: $lt_compile\"" >&5)
+    (eval "$lt_compile" 2>out/conftest.err)
+    ac_status=$?
+    cat out/conftest.err >&5
+-   echo "$as_me:11964: \$? = $ac_status" >&5
++   echo "$as_me:11994: \$? = $ac_status" >&5
+    if (exit $ac_status) && test -s out/conftest2.$ac_objext
+    then
+      # The compiler can only warn and ignore the option if not recognized
+@@ -14334,7 +14364,7 @@ else
+   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
+   lt_status=$lt_dlunknown
+   cat > conftest.$ac_ext <<EOF
+-#line 14337 "configure"
++#line 14367 "configure"
+ #include "confdefs.h"
+ 
+ #if HAVE_DLFCN_H
+@@ -14434,7 +14464,7 @@ else
+   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
+   lt_status=$lt_dlunknown
+   cat > conftest.$ac_ext <<EOF
+-#line 14437 "configure"
++#line 14467 "configure"
+ #include "confdefs.h"
+ 
+ #if HAVE_DLFCN_H
+@@ -16835,11 +16865,11 @@ else
+    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+    -e 's:$: $lt_compiler_flag:'`
+-   (eval echo "\"\$as_me:16838: $lt_compile\"" >&5)
++   (eval echo "\"\$as_me:16868: $lt_compile\"" >&5)
+    (eval "$lt_compile" 2>conftest.err)
+    ac_status=$?
+    cat conftest.err >&5
+-   echo "$as_me:16842: \$? = $ac_status" >&5
++   echo "$as_me:16872: \$? = $ac_status" >&5
+    if (exit $ac_status) && test -s "$ac_outfile"; then
+      # The compiler can only warn and ignore the option if not recognized
+      # So say no if there are warnings other than the usual output.
+@@ -16939,11 +16969,11 @@ else
+    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+    -e 's:$: $lt_compiler_flag:'`
+-   (eval echo "\"\$as_me:16942: $lt_compile\"" >&5)
++   (eval echo "\"\$as_me:16972: $lt_compile\"" >&5)
+    (eval "$lt_compile" 2>out/conftest.err)
+    ac_status=$?
+    cat out/conftest.err >&5
+-   echo "$as_me:16946: \$? = $ac_status" >&5
++   echo "$as_me:16976: \$? = $ac_status" >&5
+    if (exit $ac_status) && test -s out/conftest2.$ac_objext
+    then
+      # The compiler can only warn and ignore the option if not recognized
+@@ -18537,11 +18567,11 @@ else
+    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+    -e 's:$: $lt_compiler_flag:'`
+-   (eval echo "\"\$as_me:18540: $lt_compile\"" >&5)
++   (eval echo "\"\$as_me:18570: $lt_compile\"" >&5)
+    (eval "$lt_compile" 2>conftest.err)
+    ac_status=$?
+    cat conftest.err >&5
+-   echo "$as_me:18544: \$? = $ac_status" >&5
++   echo "$as_me:18574: \$? = $ac_status" >&5
+    if (exit $ac_status) && test -s "$ac_outfile"; then
+      # The compiler can only warn and ignore the option if not recognized
+      # So say no if there are warnings other than the usual output.
+@@ -18641,11 +18671,11 @@ else
+    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+    -e 's:$: $lt_compiler_flag:'`
+-   (eval echo "\"\$as_me:18644: $lt_compile\"" >&5)
++   (eval echo "\"\$as_me:18674: $lt_compile\"" >&5)
+    (eval "$lt_compile" 2>out/conftest.err)
+    ac_status=$?
+    cat out/conftest.err >&5
+-   echo "$as_me:18648: \$? = $ac_status" >&5
++   echo "$as_me:18678: \$? = $ac_status" >&5
+    if (exit $ac_status) && test -s out/conftest2.$ac_objext
+    then
+      # The compiler can only warn and ignore the option if not recognized
+@@ -20861,11 +20891,11 @@ else
+    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+    -e 's:$: $lt_compiler_flag:'`
+-   (eval echo "\"\$as_me:20864: $lt_compile\"" >&5)
++   (eval echo "\"\$as_me:20894: $lt_compile\"" >&5)
+    (eval "$lt_compile" 2>conftest.err)
+    ac_status=$?
+    cat conftest.err >&5
+-   echo "$as_me:20868: \$? = $ac_status" >&5
++   echo "$as_me:20898: \$? = $ac_status" >&5
+    if (exit $ac_status) && test -s "$ac_outfile"; then
+      # The compiler can only warn and ignore the option if not recognized
+      # So say no if there are warnings other than the usual output.
+@@ -21151,11 +21181,11 @@ else
+    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+    -e 's:$: $lt_compiler_flag:'`
+-   (eval echo "\"\$as_me:21154: $lt_compile\"" >&5)
++   (eval echo "\"\$as_me:21184: $lt_compile\"" >&5)
+    (eval "$lt_compile" 2>conftest.err)
+    ac_status=$?
+    cat conftest.err >&5
+-   echo "$as_me:21158: \$? = $ac_status" >&5
++   echo "$as_me:21188: \$? = $ac_status" >&5
+    if (exit $ac_status) && test -s "$ac_outfile"; then
+      # The compiler can only warn and ignore the option if not recognized
+      # So say no if there are warnings other than the usual output.
+@@ -21255,11 +21285,11 @@ else
+    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
+    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
+    -e 's:$: $lt_compiler_flag:'`
+-   (eval echo "\"\$as_me:21258: $lt_compile\"" >&5)
++   (eval echo "\"\$as_me:21288: $lt_compile\"" >&5)
+    (eval "$lt_compile" 2>out/conftest.err)
+    ac_status=$?
+    cat out/conftest.err >&5
+-   echo "$as_me:21262: \$? = $ac_status" >&5
++   echo "$as_me:21292: \$? = $ac_status" >&5
+    if (exit $ac_status) && test -s out/conftest2.$ac_objext
+    then
+      # The compiler can only warn and ignore the option if not recognized
+@@ -27108,7 +27138,7 @@ for i in $libggz_incdirs;
+ do
+   for j in $libggz_header;
+   do
+-    echo "configure: 27111: $i/$j" >&5
++    echo "configure: 27141: $i/$j" >&5
+     if test -r "$i/$j"; then
+       echo "taking that" >&5
+       libggz_incdir=$i
+@@ -27379,7 +27409,7 @@ for i in $ggzmod_incdirs;
+ do
+   for j in $ggzmod_header;
+   do
+-    echo "configure: 27382: $i/$j" >&5
++    echo "configure: 27412: $i/$j" >&5
+     if test -r "$i/$j"; then
+       echo "taking that" >&5
+       ggzmod_incdir=$i
+@@ -27519,7 +27549,7 @@ for i in $ggz_config_dirs;
+ do
+   for j in ggz-config;
+   do
+-    echo "configure: 27522: $i/$j" >&5
++    echo "configure: 27552: $i/$j" >&5
+     if test -r "$i/$j"; then
+       echo "taking that" >&5
+       ggz_config_dir=$i
+@@ -27594,7 +27624,7 @@ echo "${ECHO_T}$have_ggz_config (dismiss
+ 
+ 
+ cat >>confdefs.h <<_ACEOF
+-#define GGZMODULECONFDIR "${prefix}/etc"
++#define GGZMODULECONFDIR "${sysconfdir}"
+ _ACEOF
+ 
+ 
+@@ -27737,7 +27767,7 @@ for i in $libggz_incdirs;
+ do
+   for j in $libggz_header;
+   do
+-    echo "configure: 27740: $i/$j" >&5
++    echo "configure: 27770: $i/$j" >&5
+     if test -r "$i/$j"; then
+       echo "taking that" >&5
+       libggz_incdir=$i
+@@ -28024,7 +28054,7 @@ for i in $ggzdmod_incdirs;
+ do
+   for j in $ggzdmod_header;
+   do
+-    echo "configure: 28027: $i/$j" >&5
++    echo "configure: 28057: $i/$j" >&5
+     if test -r "$i/$j"; then
+       echo "taking that" >&5
+       ggzdmod_incdir=$i
+@@ -28137,6 +28167,137 @@ fi
+ 
+     fi
+     if test "$ggz_server" = "yes"; then
++      if test "x$try_ggz_server" = "xforce"; then
++
++{ echo "$as_me:$LINENO: checking for GGZ server: ggzd" >&5
++echo $ECHO_N "checking for GGZ server: ggzd... $ECHO_C" >&6; }
++
++# Check whether --with-ggzd-confdir was given.
++if test "${with_ggzd_confdir+set}" = set; then
++  withval=$with_ggzd_confdir;  ac_ggzd_confdir="$withval"
++
++fi
++
++
++if test "${ac_cv_have_ggzdconf+set}" = set; then
++  echo $ECHO_N "(cached) $ECHO_C" >&6
++else
++
++	if test "xforce" = "xforce"; then
++		if test "x$ac_ggzd_confdir" = "x"; then
++			ggzdconfdirs="$ac_ggz_stdetc"
++		else
++			ggzdconfdirs="$ac_ggzd_confdir"
++		fi
++	else
++		ggzdconfdirs="$ac_ggzd_confdir $ac_ggz_stdetc"
++	fi
++
++	ggzdconfdir=NONE
++	for dir in $ggzdconfdirs; do
++		if test -n "`ls -d $dir/rooms 2> /dev/null`"; then
++			if test -n "`ls -d $dir/rooms 2> /dev/null`"; then
++				ggzdconfdir=$dir; break;
++			else
++				echo "tried $dir" >&5;
++			fi
++		else
++			echo "tried $dir" >&5;
++		fi
++	done
++
++	if test "x$ggzdconfdir" = "xNONE"; then
++		have_ggzdconf="no"
++	else
++		have_ggzdconf="yes"
++	fi
++
++fi
++
++
++eval "$ac_cv_have_ggzdconf"
++
++if test "$have_ggzdconf" != yes; then
++	if test "xforce" = "xignore"; then
++	  { echo "$as_me:$LINENO: result: $have_ggzdconf (intentionally ignored)" >&5
++echo "${ECHO_T}$have_ggzdconf (intentionally ignored)" >&6; }
++	elif test "xforce" = "xforce"; then
++	  if test "x$ac_ggzd_confdir" = "x"; then
++	    ggzdconfdir="\${sysconfdir}/ggzd"
++	  else
++	    ggzdconfdir=$ac_ggzd_confdir
++	  fi
++	  { echo "$as_me:$LINENO: result: $have_ggzdconf (but forced to ${ggzdconfdir})" >&5
++echo "${ECHO_T}$have_ggzdconf (but forced to ${ggzdconfdir})" >&6; }
++	else
++	  { echo "$as_me:$LINENO: result: $have_ggzdconf" >&5
++echo "${ECHO_T}$have_ggzdconf" >&6; }
++	  if test "xforce" = "x"; then
++	    { { echo "$as_me:$LINENO: error: GGZ server configuration not found. Please check your installation! " >&5
++echo "$as_me: error: GGZ server configuration not found. Please check your installation! " >&2;}
++   { (exit 1); exit 1; }; }
++	  fi
++
++	  # Perform actions given by argument 2.
++	  force
++	fi
++else
++	prefixed=0
++	if test "x${prefix}" != "xNONE" && test "x${prefix}" != "x${ac_default_prefix}"; then
++		if test "x$ac_ggzd_confdir" = "x"; then
++			prefixed=1
++		fi
++	fi
++	if test "x$ggzdconfdir" != "x${sysconfdir}/ggzd" && test "x$prefixed" = "x1"; then
++		{ echo "$as_me:$LINENO: result: $have_ggzdconf ($ggzdconfdir, but using ${sysconfdir}/ggzd nevertheless)" >&5
++echo "${ECHO_T}$have_ggzdconf ($ggzdconfdir, but using ${sysconfdir}/ggzd nevertheless)" >&6; }
++		ggzdconfdir="\${sysconfdir}/ggzd"
++	else
++		{ echo "$as_me:$LINENO: result: $have_ggzdconf ($ggzdconfdir)" >&5
++echo "${ECHO_T}$have_ggzdconf ($ggzdconfdir)" >&6; }
++	fi
++fi
++
++if test "$have_ggzdconf" = yes || test "xforce" = "xforce"; then
++
++
++	ggzddatadir=${datadir}/${PACKAGE}
++
++cat >>confdefs.h <<_ACEOF
++#define GGZDDATADIR "${ggzddatadir}"
++_ACEOF
++
++
++
++	if test "x${libdir}" = 'x${exec_prefix}/lib'; then
++	  if test "x${exec_prefix}" = "xNONE"; then
++	    if test "x${prefix}" = "xNONE"; then
++	      ggzdexecmoddir="\${ac_default_prefix}/lib/ggzd"
++	      ggzdexecmodpath="${ac_default_prefix}/lib/ggzd"
++	    else
++	      ggzdexecmoddir="\${prefix}/lib/ggzd"
++	      ggzdexecmodpath="${prefix}/lib/ggzd"
++	    fi
++	  else
++	    ggzdexecmoddir="\${exec_prefix}/lib/ggzd"
++	    ggzdexecmodpath="${exec_prefix}/lib/ggzd"
++	  fi
++	else
++	  ggzdexecmoddir="\${libdir}/ggzd"
++	  ggzdexecmodpath="${libdir}/ggzd"
++	fi
++
++
++
++    if test "xforce" != "xforce"; then
++	  # Perform actions given by argument 1.
++	  force
++	  true
++	fi
++fi
++
++
++      else
+ 
+ { echo "$as_me:$LINENO: checking for GGZ server: ggzd" >&5
+ echo $ECHO_N "checking for GGZ server: ggzd... $ECHO_C" >&6; }
+@@ -28192,7 +28353,7 @@ if test "$have_ggzdconf" != yes; then
+ echo "${ECHO_T}$have_ggzdconf (intentionally ignored)" >&6; }
+ 	elif test "x" = "xforce"; then
+ 	  if test "x$ac_ggzd_confdir" = "x"; then
+-	    ggzdconfdir="\${prefix}/etc/ggzd"
++	    ggzdconfdir="\${sysconfdir}/ggzd"
+ 	  else
+ 	    ggzdconfdir=$ac_ggzd_confdir
+ 	  fi
+@@ -28217,10 +28378,10 @@ else
+ 			prefixed=1
+ 		fi
+ 	fi
+-	if test "x$ggzdconfdir" != "x${prefix}/etc/ggzd" && test "x$prefixed" = "x1"; then
+-		{ echo "$as_me:$LINENO: result: $have_ggzdconf ($ggzdconfdir, but using ${prefix}/etc/ggzd nevertheless)" >&5
+-echo "${ECHO_T}$have_ggzdconf ($ggzdconfdir, but using ${prefix}/etc/ggzd nevertheless)" >&6; }
+-		ggzdconfdir="\${prefix}/etc/ggzd"
++	if test "x$ggzdconfdir" != "x${sysconfdir}/ggzd" && test "x$prefixed" = "x1"; then
++		{ echo "$as_me:$LINENO: result: $have_ggzdconf ($ggzdconfdir, but using ${sysconfdir}/ggzd nevertheless)" >&5
++echo "${ECHO_T}$have_ggzdconf ($ggzdconfdir, but using ${sysconfdir}/ggzd nevertheless)" >&6; }
++		ggzdconfdir="\${sysconfdir}/ggzd"
+ 	else
+ 		{ echo "$as_me:$LINENO: result: $have_ggzdconf ($ggzdconfdir)" >&5
+ echo "${ECHO_T}$have_ggzdconf ($ggzdconfdir)" >&6; }
+@@ -28258,11 +28419,15 @@ _ACEOF
+ 
+ 
+ 
+-	# Perform actions given by argument 1.
++    if test "x" != "xforce"; then
++	  # Perform actions given by argument 1.
+ 
++	  true
++	fi
+ fi
+ 
+ 
++      fi
+ 
+ cat >>confdefs.h <<\_ACEOF
+ #define GGZ_SERVER 1
+@@ -28984,7 +29149,7 @@ for i in $gnutls_incdirs;
+ do
+   for j in $gnutls_header;
+   do
+-    echo "configure: 28987: $i/$j" >&5
++    echo "configure: 29152: $i/$j" >&5
+     if test -r "$i/$j"; then
+       echo "taking that" >&5
+       gnutls_incdir=$i
+@@ -29075,7 +29240,7 @@ for i in $ssl_incdirs;
+ do
+   for j in openssl/ssl.h;
+   do
+-    echo "configure: 29078: $i/$j" >&5
++    echo "configure: 29243: $i/$j" >&5
+     if test -r "$i/$j"; then
+       echo "taking that" >&5
+       ssl_incdir=$i
+@@ -34852,6 +35017,13 @@ LIBOBJS=$ac_libobjs
+ LTLIBOBJS=$ac_ltlibobjs
+ 
+ 
++if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
++  { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
++Usually this means the macro was only invoked conditionally." >&5
++echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
++Usually this means the macro was only invoked conditionally." >&2;}
++   { (exit 1); exit 1; }; }
++fi
+ if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
+   { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
+ Usually this means the macro was only invoked conditionally." >&5
+@@ -35757,6 +35929,9 @@ am__leading_dot!$am__leading_dot$ac_deli
+ AMTAR!$AMTAR$ac_delim
+ am__tar!$am__tar$ac_delim
+ am__untar!$am__untar$ac_delim
++MAINTAINER_MODE_TRUE!$MAINTAINER_MODE_TRUE$ac_delim
++MAINTAINER_MODE_FALSE!$MAINTAINER_MODE_FALSE$ac_delim
++MAINT!$MAINT$ac_delim
+ allgames!$allgames$ac_delim
+ gamelist!$gamelist$ac_delim
+ PKG_CONFIG!$PKG_CONFIG$ac_delim
+@@ -35793,9 +35968,6 @@ build_cpu!$build_cpu$ac_delim
+ build_vendor!$build_vendor$ac_delim
+ build_os!$build_os$ac_delim
+ host!$host$ac_delim
+-host_cpu!$host_cpu$ac_delim
+-host_vendor!$host_vendor$ac_delim
+-host_os!$host_os$ac_delim
+ _ACEOF
+ 
+   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
+@@ -35837,6 +36009,9 @@ _ACEOF
+ ac_delim='%!_!# '
+ for ac_last_try in false false false false false :; do
+   cat >conf$$subs.sed <<_ACEOF
++host_cpu!$host_cpu$ac_delim
++host_vendor!$host_vendor$ac_delim
++host_os!$host_os$ac_delim
+ ECHO!$ECHO$ac_delim
+ AR!$AR$ac_delim
+ DSYMUTIL!$DSYMUTIL$ac_delim
+@@ -35931,9 +36106,6 @@ ggzexecmoddir!$ggzexecmoddir$ac_delim
+ ggzdatadir!$ggzdatadir$ac_delim
+ ggz_config!$ggz_config$ac_delim
+ ggzmoduleconfdir!$ggzmoduleconfdir$ac_delim
+-packagesrcdir!$packagesrcdir$ac_delim
+-ggzdmod_libraries!$ggzdmod_libraries$ac_delim
+-ggzdmod_includes!$ggzdmod_includes$ac_delim
+ _ACEOF
+ 
+   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
+@@ -35975,6 +36147,9 @@ _ACEOF
+ ac_delim='%!_!# '
+ for ac_last_try in false false false false false :; do
+   cat >conf$$subs.sed <<_ACEOF
++packagesrcdir!$packagesrcdir$ac_delim
++ggzdmod_libraries!$ggzdmod_libraries$ac_delim
++ggzdmod_includes!$ggzdmod_includes$ac_delim
+ GGZDMOD_INCLUDES!$GGZDMOD_INCLUDES$ac_delim
+ GGZDMOD_LDFLAGS!$GGZDMOD_LDFLAGS$ac_delim
+ LIB_GGZDMOD!$LIB_GGZDMOD$ac_delim
+@@ -36069,9 +36244,6 @@ BUILD_TESTS_TRUE!$BUILD_TESTS_TRUE$ac_de
+ BUILD_TESTS_FALSE!$BUILD_TESTS_FALSE$ac_delim
+ setgid!$setgid$ac_delim
+ scores_group!$scores_group$ac_delim
+-scores_user!$scores_user$ac_delim
+-scoredir!$scoredir$ac_delim
+-GNOME_GAMES_CFLAGS!$GNOME_GAMES_CFLAGS$ac_delim
+ _ACEOF
+ 
+   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
+@@ -36113,11 +36285,14 @@ _ACEOF
+ ac_delim='%!_!# '
+ for ac_last_try in false false false false false :; do
+   cat >conf$$subs.sed <<_ACEOF
++scores_user!$scores_user$ac_delim
++scoredir!$scoredir$ac_delim
++GNOME_GAMES_CFLAGS!$GNOME_GAMES_CFLAGS$ac_delim
+ GNOME_GAMES_LIBS!$GNOME_GAMES_LIBS$ac_delim
+ LTLIBOBJS!$LTLIBOBJS$ac_delim
+ _ACEOF
+ 
+-  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 2; then
++  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 5; then
+     break
+   elif $ac_last_try; then
+     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
+Index: gnome-games-2.22.1.1/Makefile.in
+===================================================================
+--- gnome-games-2.22.1.1.orig/Makefile.in	2008-05-11 00:16:15.776915130 +0200
++++ gnome-games-2.22.1.1/Makefile.in	2008-05-11 00:17:42.773409200 +0200
+@@ -245,6 +245,9 @@ LIB_GGZTLS = @LIB_GGZTLS@
+ LIB_GGZ_GTK = @LIB_GGZ_GTK@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+@@ -404,7 +407,7 @@ all: config.h
+ .SUFFIXES:
+ am--refresh:
+ 	@:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -431,9 +434,9 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	$(SHELL) ./config.status --recheck
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(srcdir) && $(AUTOCONF)
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
+ 
+ config.h: stamp-h1
+@@ -445,7 +448,7 @@ config.h: stamp-h1
+ stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
+ 	@rm -f stamp-h1
+ 	cd $(top_builddir) && $(SHELL) ./config.status config.h
+-$(srcdir)/config.h.in:  $(am__configure_deps) 
++$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
+ 	cd $(top_srcdir) && $(AUTOHEADER)
+ 	rm -f stamp-h1
+ 	touch $@
+Index: gnome-games-2.22.1.1/aclocal.m4
+===================================================================
+--- gnome-games-2.22.1.1.orig/aclocal.m4	2008-05-11 00:16:15.752914693 +0200
++++ gnome-games-2.22.1.1/aclocal.m4	2008-05-11 00:17:42.777408540 +0200
+@@ -676,7 +676,7 @@ AC_DEFUN([GNOME_CXX_WARNINGS],[
+ 
+ # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
+ 
+-# serial 52 Debian 1.5.26-1ubuntu1 AC_PROG_LIBTOOL
++# serial 52 Debian 1.5.26-4 AC_PROG_LIBTOOL
+ 
+ 
+ # AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED)
+@@ -7962,6 +7962,35 @@ fi
+ rmdir .tst 2>/dev/null
+ AC_SUBST([am__leading_dot])])
+ 
++# Add --enable-maintainer-mode option to configure.         -*- Autoconf -*-
++# From Jim Meyering
++
++# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005
++# Free Software Foundation, Inc.
++#
++# This file is free software; the Free Software Foundation
++# gives unlimited permission to copy and/or distribute it,
++# with or without modifications, as long as this notice is preserved.
++
++# serial 4
++
++AC_DEFUN([AM_MAINTAINER_MODE],
++[AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
++  dnl maintainer-mode is disabled by default
++  AC_ARG_ENABLE(maintainer-mode,
++[  --enable-maintainer-mode  enable make rules and dependencies not useful
++			  (and sometimes confusing) to the casual installer],
++      USE_MAINTAINER_MODE=$enableval,
++      USE_MAINTAINER_MODE=no)
++  AC_MSG_RESULT([$USE_MAINTAINER_MODE])
++  AM_CONDITIONAL(MAINTAINER_MODE, [test $USE_MAINTAINER_MODE = yes])
++  MAINT=$MAINTAINER_MODE_TRUE
++  AC_SUBST(MAINT)dnl
++]
++)
++
++AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
++
+ # Check to see how 'make' treats includes.	            -*- Autoconf -*-
+ 
+ # Copyright (C) 2001, 2002, 2003, 2005  Free Software Foundation, Inc.
+Index: gnome-games-2.22.1.1/aisleriot/Makefile.in
+===================================================================
+--- gnome-games-2.22.1.1.orig/aisleriot/Makefile.in	2008-05-11 00:16:15.704910885 +0200
++++ gnome-games-2.22.1.1/aisleriot/Makefile.in	2008-05-11 00:17:42.777408540 +0200
+@@ -298,6 +298,9 @@ LIB_GGZTLS = @LIB_GGZTLS@
+ LIB_GGZ_GTK = @LIB_GGZ_GTK@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+@@ -500,7 +503,7 @@ all: all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .c .lo .o .obj
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -525,9 +528,9 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ sol.desktop.in: $(top_builddir)/config.status $(srcdir)/sol.desktop.in.in
+ 	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
+Index: gnome-games-2.22.1.1/aisleriot/help/Makefile.in
+===================================================================
+--- gnome-games-2.22.1.1.orig/aisleriot/help/Makefile.in	2008-05-11 00:16:15.656908543 +0200
++++ gnome-games-2.22.1.1/aisleriot/help/Makefile.in	2008-05-11 00:17:42.781407879 +0200
+@@ -242,6 +242,9 @@ LIB_GGZTLS = @LIB_GGZTLS@
+ LIB_GGZ_GTK = @LIB_GGZ_GTK@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+@@ -568,7 +571,7 @@ DOC_FIGURES = \
+ all: all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/gnome-doc-utils.make $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/gnome-doc-utils.make $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -593,9 +596,9 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+Index: gnome-games-2.22.1.1/aisleriot/rules/Makefile.in
+===================================================================
+--- gnome-games-2.22.1.1.orig/aisleriot/rules/Makefile.in	2008-05-11 00:16:15.628909255 +0200
++++ gnome-games-2.22.1.1/aisleriot/rules/Makefile.in	2008-05-11 00:17:42.781407879 +0200
+@@ -227,6 +227,9 @@ LIB_GGZTLS = @LIB_GGZTLS@
+ LIB_GGZ_GTK = @LIB_GGZ_GTK@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+@@ -448,7 +451,7 @@ EXTRA_DIST = \
+ all: all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -473,9 +476,9 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+Index: gnome-games-2.22.1.1/blackjack/Makefile.in
+===================================================================
+--- gnome-games-2.22.1.1.orig/blackjack/Makefile.in	2008-05-11 00:16:15.572915568 +0200
++++ gnome-games-2.22.1.1/blackjack/Makefile.in	2008-05-11 00:17:42.781407879 +0200
+@@ -227,6 +227,9 @@ LIB_GGZTLS = @LIB_GGZTLS@
+ LIB_GGZ_GTK = @LIB_GGZ_GTK@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+@@ -358,7 +361,7 @@ SUBDIRS = src data pixmaps help
+ all: all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -383,9 +386,9 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+Index: gnome-games-2.22.1.1/blackjack/data/Makefile.in
+===================================================================
+--- gnome-games-2.22.1.1.orig/blackjack/data/Makefile.in	2008-05-11 00:16:15.524916160 +0200
++++ gnome-games-2.22.1.1/blackjack/data/Makefile.in	2008-05-11 00:17:42.781407879 +0200
+@@ -231,6 +231,9 @@ LIB_GGZTLS = @LIB_GGZTLS@
+ LIB_GGZ_GTK = @LIB_GGZ_GTK@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+@@ -377,7 +380,7 @@ DISTCLEANFILES = $(schema_DATA) $(sys_DA
+ all: all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -402,9 +405,9 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ blackjack.desktop.in: $(top_builddir)/config.status $(srcdir)/blackjack.desktop.in.in
+ 	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
+Index: gnome-games-2.22.1.1/blackjack/help/Makefile.in
+===================================================================
+--- gnome-games-2.22.1.1.orig/blackjack/help/Makefile.in	2008-05-11 00:16:15.500910833 +0200
++++ gnome-games-2.22.1.1/blackjack/help/Makefile.in	2008-05-11 00:17:42.781407879 +0200
+@@ -242,6 +242,9 @@ LIB_GGZTLS = @LIB_GGZTLS@
+ LIB_GGZ_GTK = @LIB_GGZ_GTK@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+@@ -482,7 +485,7 @@ DOC_FIGURES = \
+ all: all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/gnome-doc-utils.make $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/gnome-doc-utils.make $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -507,9 +510,9 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+Index: gnome-games-2.22.1.1/blackjack/pixmaps/Makefile.in
+===================================================================
+--- gnome-games-2.22.1.1.orig/blackjack/pixmaps/Makefile.in	2008-05-11 00:16:15.448914041 +0200
++++ gnome-games-2.22.1.1/blackjack/pixmaps/Makefile.in	2008-05-11 00:17:42.781407879 +0200
+@@ -228,6 +228,9 @@ LIB_GGZTLS = @LIB_GGZTLS@
+ LIB_GGZ_GTK = @LIB_GGZ_GTK@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+@@ -371,7 +374,7 @@ EXTRA_DIST = $(image_DATA) \
+ all: all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -396,9 +399,9 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+Index: gnome-games-2.22.1.1/blackjack/src/Makefile.in
+===================================================================
+--- gnome-games-2.22.1.1.orig/blackjack/src/Makefile.in	2008-05-11 00:16:15.424909204 +0200
++++ gnome-games-2.22.1.1/blackjack/src/Makefile.in	2008-05-11 00:17:42.785408197 +0200
+@@ -252,6 +252,9 @@ LIB_GGZTLS = @LIB_GGZTLS@
+ LIB_GGZ_GTK = @LIB_GGZ_GTK@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+@@ -425,7 +428,7 @@ all: all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -450,9 +453,9 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-binPROGRAMS: $(bin_PROGRAMS)
+ 	@$(NORMAL_INSTALL)
+Index: gnome-games-2.22.1.1/dependencies/Makefile.in
+===================================================================
+--- gnome-games-2.22.1.1.orig/dependencies/Makefile.in	2008-05-11 00:16:15.400909744 +0200
++++ gnome-games-2.22.1.1/dependencies/Makefile.in	2008-05-11 00:17:42.785408197 +0200
+@@ -228,6 +228,9 @@ LIB_GGZTLS = @LIB_GGZTLS@
+ LIB_GGZ_GTK = @LIB_GGZ_GTK@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+@@ -359,7 +362,7 @@ SUBDIRS = $(am__append_1) $(am__append_2
+ all: all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -384,9 +387,9 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+Index: gnome-games-2.22.1.1/dependencies/ggz-gtk/Makefile.in
+===================================================================
+--- gnome-games-2.22.1.1.orig/dependencies/ggz-gtk/Makefile.in	2008-05-11 00:16:15.372909967 +0200
++++ gnome-games-2.22.1.1/dependencies/ggz-gtk/Makefile.in	2008-05-11 00:17:42.785408197 +0200
+@@ -261,6 +261,9 @@ LIB_GGZTLS = @LIB_GGZTLS@
+ LIB_GGZ_GTK = @LIB_GGZ_GTK@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+@@ -472,7 +475,7 @@ all: all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .c .lo .o .obj
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -497,9 +500,9 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
+ 	@$(NORMAL_INSTALL)
+Index: gnome-games-2.22.1.1/dependencies/gnuchess/Makefile.in
+===================================================================
+--- gnome-games-2.22.1.1.orig/dependencies/gnuchess/Makefile.in	2008-05-11 00:16:15.320910731 +0200
++++ gnome-games-2.22.1.1/dependencies/gnuchess/Makefile.in	2008-05-11 00:17:42.785408197 +0200
+@@ -248,6 +248,9 @@ LIB_GGZTLS = @LIB_GGZTLS@
+ LIB_GGZ_GTK = @LIB_GGZ_GTK@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+@@ -388,7 +391,7 @@ all: all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .c .lo .o .obj
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -413,9 +416,9 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-binPROGRAMS: $(bin_PROGRAMS)
+ 	@$(NORMAL_INSTALL)
+Index: gnome-games-2.22.1.1/glchess/Makefile.in
+===================================================================
+--- gnome-games-2.22.1.1.orig/glchess/Makefile.in	2008-05-11 00:16:15.296910293 +0200
++++ gnome-games-2.22.1.1/glchess/Makefile.in	2008-05-11 00:17:42.785408197 +0200
+@@ -237,6 +237,9 @@ LIB_GGZTLS = @LIB_GGZTLS@
+ LIB_GGZ_GTK = @LIB_GGZ_GTK@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+@@ -372,7 +375,7 @@ CLEANFILES = $(desktop_DATA)
+ all: all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -397,9 +400,9 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ glchess.desktop.in: $(top_builddir)/config.status $(srcdir)/glchess.desktop.in.in
+ 	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
+Index: gnome-games-2.22.1.1/glchess/data/Makefile.in
+===================================================================
+--- gnome-games-2.22.1.1.orig/glchess/data/Makefile.in	2008-05-11 00:16:15.244913990 +0200
++++ gnome-games-2.22.1.1/glchess/data/Makefile.in	2008-05-11 00:17:42.785408197 +0200
+@@ -228,6 +228,9 @@ LIB_GGZTLS = @LIB_GGZTLS@
+ LIB_GGZ_GTK = @LIB_GGZ_GTK@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+@@ -365,7 +368,7 @@ DISTCLEANFILES = $(schema_DATA)
+ all: all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -390,9 +393,9 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+Index: gnome-games-2.22.1.1/glchess/glade/Makefile.in
+===================================================================
+--- gnome-games-2.22.1.1.orig/glchess/glade/Makefile.in	2008-05-11 00:16:15.216910302 +0200
++++ gnome-games-2.22.1.1/glchess/glade/Makefile.in	2008-05-11 00:17:42.785408197 +0200
+@@ -227,6 +227,9 @@ LIB_GGZTLS = @LIB_GGZTLS@
+ LIB_GGZ_GTK = @LIB_GGZ_GTK@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+@@ -369,7 +372,7 @@ EXTRA_DIST = $(ui_DATA)
+ all: all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -394,9 +397,9 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+Index: gnome-games-2.22.1.1/glchess/help/Makefile.in
+===================================================================
+--- gnome-games-2.22.1.1.orig/glchess/help/Makefile.in	2008-05-11 00:16:15.168915294 +0200
++++ gnome-games-2.22.1.1/glchess/help/Makefile.in	2008-05-11 00:17:42.789407536 +0200
+@@ -242,6 +242,9 @@ LIB_GGZTLS = @LIB_GGZTLS@
+ LIB_GGZ_GTK = @LIB_GGZ_GTK@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+@@ -482,7 +485,7 @@ DOC_LINGUAS = ca el es fr oc pt_BR sv
+ all: all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/gnome-doc-utils.make $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/gnome-doc-utils.make $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -507,9 +510,9 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+Index: gnome-games-2.22.1.1/glchess/src/Makefile.in
+===================================================================
+--- gnome-games-2.22.1.1.orig/glchess/src/Makefile.in	2008-05-11 00:16:15.144915834 +0200
++++ gnome-games-2.22.1.1/glchess/src/Makefile.in	2008-05-11 00:17:42.789407536 +0200
+@@ -231,6 +231,9 @@ LIB_GGZTLS = @LIB_GGZTLS@
+ LIB_GGZ_GTK = @LIB_GGZ_GTK@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+@@ -367,7 +370,7 @@ CLEANFILES = glchess
+ all: all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -392,9 +395,9 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ glchess.in: $(top_builddir)/config.status $(srcdir)/glchess.in.in
+ 	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
+Index: gnome-games-2.22.1.1/glchess/src/lib/Makefile.in
+===================================================================
+--- gnome-games-2.22.1.1.orig/glchess/src/lib/Makefile.in	2008-05-11 00:16:15.120921753 +0200
++++ gnome-games-2.22.1.1/glchess/src/lib/Makefile.in	2008-05-11 00:17:42.789407536 +0200
+@@ -236,6 +236,9 @@ LIB_GGZTLS = @LIB_GGZTLS@
+ LIB_GGZ_GTK = @LIB_GGZ_GTK@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+@@ -383,7 +386,7 @@ glchess_PYTHON = \
+ all: all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -408,9 +411,9 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ defaults.py: $(top_builddir)/config.status $(srcdir)/defaults.py.in
+ 	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
+Index: gnome-games-2.22.1.1/glchess/src/lib/chess/Makefile.in
+===================================================================
+--- gnome-games-2.22.1.1.orig/glchess/src/lib/chess/Makefile.in	2008-05-11 00:16:15.096918382 +0200
++++ gnome-games-2.22.1.1/glchess/src/lib/chess/Makefile.in	2008-05-11 00:17:42.789407536 +0200
+@@ -236,6 +236,9 @@ LIB_GGZTLS = @LIB_GGZTLS@
+ LIB_GGZ_GTK = @LIB_GGZ_GTK@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+@@ -376,7 +379,7 @@ glchess_PYTHON = \
+ all: all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -401,9 +404,9 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+Index: gnome-games-2.22.1.1/glchess/src/lib/chess/fics/Makefile.in
+===================================================================
+--- gnome-games-2.22.1.1.orig/glchess/src/lib/chess/fics/Makefile.in	2008-05-11 00:16:15.072916478 +0200
++++ gnome-games-2.22.1.1/glchess/src/lib/chess/fics/Makefile.in	2008-05-11 00:17:42.789407536 +0200
+@@ -227,6 +227,9 @@ LIB_GGZTLS = @LIB_GGZTLS@
+ LIB_GGZ_GTK = @LIB_GGZ_GTK@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+@@ -365,7 +368,7 @@ glchess_PYTHON = \
+ all: all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -390,9 +393,9 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+Index: gnome-games-2.22.1.1/glchess/src/lib/ggz/Makefile.in
+===================================================================
+--- gnome-games-2.22.1.1.orig/glchess/src/lib/ggz/Makefile.in	2008-05-11 00:16:15.048919952 +0200
++++ gnome-games-2.22.1.1/glchess/src/lib/ggz/Makefile.in	2008-05-11 00:17:42.793408831 +0200
+@@ -227,6 +227,9 @@ LIB_GGZTLS = @LIB_GGZTLS@
+ LIB_GGZ_GTK = @LIB_GGZ_GTK@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+@@ -364,7 +367,7 @@ glchess_PYTHON = \
+ all: all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -389,9 +392,9 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+Index: gnome-games-2.22.1.1/glchess/src/lib/gtkui/Makefile.in
+===================================================================
+--- gnome-games-2.22.1.1.orig/glchess/src/lib/gtkui/Makefile.in	2008-05-11 00:16:14.996917782 +0200
++++ gnome-games-2.22.1.1/glchess/src/lib/gtkui/Makefile.in	2008-05-11 00:17:42.793408831 +0200
+@@ -227,6 +227,9 @@ LIB_GGZTLS = @LIB_GGZTLS@
+ LIB_GGZ_GTK = @LIB_GGZ_GTK@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+@@ -366,7 +369,7 @@ glchess_PYTHON = \
+ all: all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -391,9 +394,9 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+Index: gnome-games-2.22.1.1/glchess/src/lib/scene/Makefile.in
+===================================================================
+--- gnome-games-2.22.1.1.orig/glchess/src/lib/scene/Makefile.in	2008-05-11 00:16:14.972916366 +0200
++++ gnome-games-2.22.1.1/glchess/src/lib/scene/Makefile.in	2008-05-11 00:17:42.793408831 +0200
+@@ -236,6 +236,9 @@ LIB_GGZTLS = @LIB_GGZTLS@
+ LIB_GGZ_GTK = @LIB_GGZ_GTK@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+@@ -372,7 +375,7 @@ glchess_PYTHON = \
+ all: all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -397,9 +400,9 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+Index: gnome-games-2.22.1.1/glchess/src/lib/scene/cairo/Makefile.in
+===================================================================
+--- gnome-games-2.22.1.1.orig/glchess/src/lib/scene/cairo/Makefile.in	2008-05-11 00:16:14.952921136 +0200
++++ gnome-games-2.22.1.1/glchess/src/lib/scene/cairo/Makefile.in	2008-05-11 00:17:42.793408831 +0200
+@@ -227,6 +227,9 @@ LIB_GGZTLS = @LIB_GGZTLS@
+ LIB_GGZ_GTK = @LIB_GGZ_GTK@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+@@ -362,7 +365,7 @@ glchess_PYTHON = \
+ all: all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -387,9 +390,9 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+Index: gnome-games-2.22.1.1/glchess/src/lib/scene/opengl/Makefile.in
+===================================================================
+--- gnome-games-2.22.1.1.orig/glchess/src/lib/scene/opengl/Makefile.in	2008-05-11 00:16:14.928917765 +0200
++++ gnome-games-2.22.1.1/glchess/src/lib/scene/opengl/Makefile.in	2008-05-11 00:17:42.793408831 +0200
+@@ -227,6 +227,9 @@ LIB_GGZTLS = @LIB_GGZTLS@
+ LIB_GGZ_GTK = @LIB_GGZ_GTK@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+@@ -366,7 +369,7 @@ glchess_PYTHON = \
+ all: all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -391,9 +394,9 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+Index: gnome-games-2.22.1.1/glchess/src/lib/ui/Makefile.in
+===================================================================
+--- gnome-games-2.22.1.1.orig/glchess/src/lib/ui/Makefile.in	2008-05-11 00:16:14.904913905 +0200
++++ gnome-games-2.22.1.1/glchess/src/lib/ui/Makefile.in	2008-05-11 00:17:42.793408831 +0200
+@@ -227,6 +227,9 @@ LIB_GGZTLS = @LIB_GGZTLS@
+ LIB_GGZ_GTK = @LIB_GGZ_GTK@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+@@ -362,7 +365,7 @@ glchess_PYTHON = \
+ all: all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -387,9 +390,9 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+Index: gnome-games-2.22.1.1/glchess/textures/Makefile.in
+===================================================================
+--- gnome-games-2.22.1.1.orig/glchess/textures/Makefile.in	2008-05-11 00:16:14.852911246 +0200
++++ gnome-games-2.22.1.1/glchess/textures/Makefile.in	2008-05-11 00:17:42.793408831 +0200
+@@ -227,6 +227,9 @@ LIB_GGZTLS = @LIB_GGZTLS@
+ LIB_GGZ_GTK = @LIB_GGZ_GTK@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+@@ -360,7 +363,7 @@ pixmap_DATA = board.png piece.png
+ all: all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -385,9 +388,9 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+Index: gnome-games-2.22.1.1/glines/Makefile.in
+===================================================================
+--- gnome-games-2.22.1.1.orig/glines/Makefile.in	2008-05-11 00:16:14.808917533 +0200
++++ gnome-games-2.22.1.1/glines/Makefile.in	2008-05-11 00:17:42.797408660 +0200
+@@ -273,6 +273,9 @@ LIB_GGZTLS = @LIB_GGZTLS@
+ LIB_GGZ_GTK = @LIB_GGZ_GTK@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+@@ -452,7 +455,7 @@ all: all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .c .lo .o .obj
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -477,9 +480,9 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ glines.desktop.in: $(top_builddir)/config.status $(srcdir)/glines.desktop.in.in
+ 	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
+Index: gnome-games-2.22.1.1/glines/help/Makefile.in
+===================================================================
+--- gnome-games-2.22.1.1.orig/glines/help/Makefile.in	2008-05-11 00:16:14.760916658 +0200
++++ gnome-games-2.22.1.1/glines/help/Makefile.in	2008-05-11 00:17:42.797408660 +0200
+@@ -242,6 +242,9 @@ LIB_GGZTLS = @LIB_GGZTLS@
+ LIB_GGZ_GTK = @LIB_GGZ_GTK@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+@@ -483,7 +486,7 @@ DOC_FIGURES = \
+ all: all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/gnome-doc-utils.make $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/gnome-doc-utils.make $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -508,9 +511,9 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+Index: gnome-games-2.22.1.1/gnect/Makefile.in
+===================================================================
+--- gnome-games-2.22.1.1.orig/gnect/Makefile.in	2008-05-11 00:16:14.700915809 +0200
++++ gnome-games-2.22.1.1/gnect/Makefile.in	2008-05-11 00:17:42.797408660 +0200
+@@ -227,6 +227,9 @@ LIB_GGZTLS = @LIB_GGZTLS@
+ LIB_GGZ_GTK = @LIB_GGZ_GTK@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+@@ -358,7 +361,7 @@ SUBDIRS = src data pixmaps help
+ all: all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -383,9 +386,9 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+Index: gnome-games-2.22.1.1/gnect/data/Makefile.in
+===================================================================
+--- gnome-games-2.22.1.1.orig/gnect/data/Makefile.in	2008-05-11 00:16:14.672911632 +0200
++++ gnome-games-2.22.1.1/gnect/data/Makefile.in	2008-05-11 00:17:42.797408660 +0200
+@@ -235,6 +235,9 @@ LIB_GGZTLS = @LIB_GGZTLS@
+ LIB_GGZ_GTK = @LIB_GGZ_GTK@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+@@ -373,8 +376,8 @@ schema_in_files = gnect.schemas.in
+ schema_DATA = $(schema_in_files:.schemas.in=.schemas)
+ @GGZ_SERVER_TRUE at ggzroom_in_files = gnect.room.in
+ @GGZ_SERVER_TRUE at ggzroom_DATA = $(ggzroom_in_files:.room.in=.room)
+- at GGZ_SERVER_TRUE@ggzroomdir = ${prefix}/etc/ggzd/rooms/
+- at GGZ_SERVER_TRUE@ggzserver_dscdir = ${prefix}/etc/ggzd/games/
++ at GGZ_SERVER_TRUE@ggzroomdir = ${ggzdconfdir}/rooms/
++ at GGZ_SERVER_TRUE@ggzserver_dscdir = ${ggzdconfdir}/games/
+ @GGZ_SERVER_TRUE at ggzserver_dsc_in_files = gnect-server.dsc.in
+ @GGZ_SERVER_TRUE at ggzserver_dsc_DATA = $(ggzserver_dsc_in_files:.dsc.in=.dsc)
+ @GGZ_CLIENT_TRUE at ggzclient_dsc_in_files = gnect-client.dsc.in
+@@ -394,7 +397,7 @@ DISTCLEANFILES = $(schema_DATA) $(Games_
+ all: all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -419,9 +422,9 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ gnect.desktop.in: $(top_builddir)/config.status $(srcdir)/gnect.desktop.in.in
+ 	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
+Index: gnome-games-2.22.1.1/gnect/help/Makefile.in
+===================================================================
+--- gnome-games-2.22.1.1.orig/gnect/help/Makefile.in	2008-05-11 00:16:14.592917508 +0200
++++ gnome-games-2.22.1.1/gnect/help/Makefile.in	2008-05-11 00:17:42.797408660 +0200
+@@ -242,6 +242,9 @@ LIB_GGZTLS = @LIB_GGZTLS@
+ LIB_GGZ_GTK = @LIB_GGZ_GTK@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+@@ -485,7 +488,7 @@ DOC_FIGURES = \
+ all: all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/gnome-doc-utils.make $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/gnome-doc-utils.make $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -510,9 +513,9 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+Index: gnome-games-2.22.1.1/gnect/pixmaps/Makefile.in
+===================================================================
+--- gnome-games-2.22.1.1.orig/gnect/pixmaps/Makefile.in	2008-05-11 00:16:14.568921471 +0200
++++ gnome-games-2.22.1.1/gnect/pixmaps/Makefile.in	2008-05-11 00:17:42.801407510 +0200
+@@ -227,6 +227,9 @@ LIB_GGZTLS = @LIB_GGZTLS@
+ LIB_GGZ_GTK = @LIB_GGZ_GTK@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+@@ -370,7 +373,7 @@ EXTRA_DIST = $(pixmap_DATA)
+ all: all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -395,9 +398,9 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+Index: gnome-games-2.22.1.1/gnect/src/Makefile.in
+===================================================================
+--- gnome-games-2.22.1.1.orig/gnect/src/Makefile.in	2008-05-11 00:16:14.544916144 +0200
++++ gnome-games-2.22.1.1/gnect/src/Makefile.in	2008-05-11 00:17:42.801407510 +0200
+@@ -269,6 +269,9 @@ LIB_GGZTLS = @LIB_GGZTLS@
+ LIB_GGZ_GTK = @LIB_GGZ_GTK@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+@@ -470,7 +473,7 @@ all: all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .c .lo .o .obj
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -495,9 +498,9 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ install-binPROGRAMS: $(bin_PROGRAMS)
+ 	@$(NORMAL_INSTALL)
+Index: gnome-games-2.22.1.1/gnibbles/Makefile.in
+===================================================================
+--- gnome-games-2.22.1.1.orig/gnibbles/Makefile.in	2008-05-11 00:16:14.520915707 +0200
++++ gnome-games-2.22.1.1/gnibbles/Makefile.in	2008-05-11 00:17:42.801407510 +0200
+@@ -311,6 +311,9 @@ LIB_GGZTLS = @LIB_GGZTLS@
+ LIB_GGZ_GTK = @LIB_GGZ_GTK@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+@@ -516,8 +519,8 @@ schema_DATA = $(schema_in_files:.schemas
+ 
+ @GGZ_SERVER_TRUE at ggzroom_in_files = gnibbles.room.in
+ @GGZ_SERVER_TRUE at ggzroom_DATA = $(ggzroom_in_files:.room.in=.room)
+- at GGZ_SERVER_TRUE@ggzroomdir = ${prefix}/etc/ggzd/rooms/
+- at GGZ_SERVER_TRUE@ggzserver_dscdir = ${prefix}/etc/ggzd/games/
++ at GGZ_SERVER_TRUE@ggzroomdir = ${ggzdconfdir}/rooms/
++ at GGZ_SERVER_TRUE@ggzserver_dscdir = ${ggzdconfdir}/games/
+ @GGZ_SERVER_TRUE at ggzserver_dsc_in_files = gnibbles-server.dsc.in
+ @GGZ_SERVER_TRUE at ggzserver_dsc_DATA = $(ggzserver_dsc_in_files:.dsc.in=.dsc)
+ @GGZ_CLIENT_TRUE at ggzclient_dsc_in_files = gnibbles-client.dsc.in
+@@ -542,7 +545,7 @@ all: all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .c .lo .o .obj
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -567,9 +570,9 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ gnibbles.desktop.in: $(top_builddir)/config.status $(srcdir)/gnibbles.desktop.in.in
+ 	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
+Index: gnome-games-2.22.1.1/gnibbles/help/Makefile.in
+===================================================================
+--- gnome-games-2.22.1.1.orig/gnibbles/help/Makefile.in	2008-05-11 00:16:14.496919181 +0200
++++ gnome-games-2.22.1.1/gnibbles/help/Makefile.in	2008-05-11 00:17:42.801407510 +0200
+@@ -242,6 +242,9 @@ LIB_GGZTLS = @LIB_GGZTLS@
+ LIB_GGZ_GTK = @LIB_GGZ_GTK@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+@@ -487,7 +490,7 @@ DOC_FIGURES = \
+ all: all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/gnome-doc-utils.make $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/gnome-doc-utils.make $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -512,9 +515,9 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+Index: gnome-games-2.22.1.1/gnibbles/pix/Makefile.in
+===================================================================
+--- gnome-games-2.22.1.1.orig/gnibbles/pix/Makefile.in	2008-05-11 00:16:14.472912387 +0200
++++ gnome-games-2.22.1.1/gnibbles/pix/Makefile.in	2008-05-11 00:17:42.801407510 +0200
+@@ -227,6 +227,9 @@ LIB_GGZTLS = @LIB_GGZTLS@
+ LIB_GGZ_GTK = @LIB_GGZ_GTK@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+@@ -392,7 +395,7 @@ EXTRA_DIST = $(pixmap_DATA)
+ all: all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -417,9 +420,9 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+Index: gnome-games-2.22.1.1/gnobots2/Makefile.in
+===================================================================
+--- gnome-games-2.22.1.1.orig/gnobots2/Makefile.in	2008-05-11 00:16:14.420915106 +0200
++++ gnome-games-2.22.1.1/gnobots2/Makefile.in	2008-05-11 00:17:42.805407828 +0200
+@@ -265,6 +265,9 @@ LIB_GGZTLS = @LIB_GGZTLS@
+ LIB_GGZ_GTK = @LIB_GGZ_GTK@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+@@ -462,7 +465,7 @@ all: all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .c .lo .o .obj
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -487,9 +490,9 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ gnobots2.desktop.in: $(top_builddir)/config.status $(srcdir)/gnobots2.desktop.in.in
+ 	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
+Index: gnome-games-2.22.1.1/gnobots2/help/Makefile.in
+===================================================================
+--- gnome-games-2.22.1.1.orig/gnobots2/help/Makefile.in	2008-05-11 00:16:14.396913690 +0200
++++ gnome-games-2.22.1.1/gnobots2/help/Makefile.in	2008-05-11 00:17:42.805407828 +0200
+@@ -255,6 +255,9 @@ LIB_GGZTLS = @LIB_GGZTLS@
+ LIB_GGZ_GTK = @LIB_GGZ_GTK@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+@@ -497,7 +500,7 @@ DOC_FIGURES = \
+ all: all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/gnome-doc-utils.make $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/gnome-doc-utils.make $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -522,9 +525,9 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+Index: gnome-games-2.22.1.1/gnobots2/help/da/Makefile.in
+===================================================================
+--- gnome-games-2.22.1.1.orig/gnobots2/help/da/Makefile.in	2008-05-11 00:16:14.324910911 +0200
++++ gnome-games-2.22.1.1/gnobots2/help/da/Makefile.in	2008-05-11 00:17:42.805407828 +0200
+@@ -280,6 +280,9 @@ LIB_GGZTLS = @LIB_GGZTLS@
+ LIB_GGZ_GTK = @LIB_GGZ_GTK@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+@@ -426,7 +429,7 @@ scrollkeeper_localstate_dir = $(localsta
+ all: all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/xmldocs.make $(top_srcdir)/omf.make $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/xmldocs.make $(top_srcdir)/omf.make $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -451,9 +454,9 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+Index: gnome-games-2.22.1.1/gnome-sudoku/Makefile.in
+===================================================================
+--- gnome-games-2.22.1.1.orig/gnome-sudoku/Makefile.in	2008-05-11 00:16:14.300909496 +0200
++++ gnome-games-2.22.1.1/gnome-sudoku/Makefile.in	2008-05-11 00:17:42.805407828 +0200
+@@ -237,6 +237,9 @@ LIB_GGZTLS = @LIB_GGZTLS@
+ LIB_GGZ_GTK = @LIB_GGZ_GTK@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+@@ -372,7 +375,7 @@ CLEANFILES = $(desktop_DATA)
+ all: all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -397,9 +400,9 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ gnome-sudoku.desktop.in: $(top_builddir)/config.status $(srcdir)/gnome-sudoku.desktop.in.in
+ 	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
+Index: gnome-games-2.22.1.1/gnome-sudoku/data/Makefile.in
+===================================================================
+--- gnome-games-2.22.1.1.orig/gnome-sudoku/data/Makefile.in	2008-05-11 00:16:14.276909058 +0200
++++ gnome-games-2.22.1.1/gnome-sudoku/data/Makefile.in	2008-05-11 00:17:42.805407828 +0200
+@@ -227,6 +227,9 @@ LIB_GGZTLS = @LIB_GGZTLS@
+ LIB_GGZ_GTK = @LIB_GGZ_GTK@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+@@ -360,7 +363,7 @@ puzzle_DATA = easy medium hard very_hard
+ all: all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -385,9 +388,9 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+Index: gnome-games-2.22.1.1/gnome-sudoku/glade/Makefile.in
+===================================================================
+--- gnome-games-2.22.1.1.orig/gnome-sudoku/glade/Makefile.in	2008-05-11 00:16:14.252914977 +0200
++++ gnome-games-2.22.1.1/gnome-sudoku/glade/Makefile.in	2008-05-11 00:17:42.805407828 +0200
+@@ -227,6 +227,9 @@ LIB_GGZTLS = @LIB_GGZTLS@
+ LIB_GGZ_GTK = @LIB_GGZ_GTK@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+@@ -365,7 +368,7 @@ EXTRA_DIST = $(ui_DATA)
+ all: all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -390,9 +393,9 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+Index: gnome-games-2.22.1.1/gnome-sudoku/help/Makefile.in
+===================================================================
+--- gnome-games-2.22.1.1.orig/gnome-sudoku/help/Makefile.in	2008-05-11 00:16:14.228916495 +0200
++++ gnome-games-2.22.1.1/gnome-sudoku/help/Makefile.in	2008-05-11 00:17:42.809413034 +0200
+@@ -242,6 +242,9 @@ LIB_GGZTLS = @LIB_GGZTLS@
+ LIB_GGZ_GTK = @LIB_GGZ_GTK@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+@@ -487,7 +490,7 @@ DOC_FIGURES = \
+ all: all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/gnome-doc-utils.make $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/gnome-doc-utils.make $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -512,9 +515,9 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+Index: gnome-games-2.22.1.1/gnome-sudoku/images/Makefile.in
+===================================================================
+--- gnome-games-2.22.1.1.orig/gnome-sudoku/images/Makefile.in	2008-05-11 00:16:14.180915620 +0200
++++ gnome-games-2.22.1.1/gnome-sudoku/images/Makefile.in	2008-05-11 00:17:42.809413034 +0200
+@@ -227,6 +227,9 @@ LIB_GGZTLS = @LIB_GGZTLS@
+ LIB_GGZ_GTK = @LIB_GGZ_GTK@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+@@ -360,7 +363,7 @@ pixmap_DATA = footprints.png
+ all: all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -385,9 +388,9 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+Index: gnome-games-2.22.1.1/gnome-sudoku/src/Makefile.in
+===================================================================
+--- gnome-games-2.22.1.1.orig/gnome-sudoku/src/Makefile.in	2008-05-11 00:16:14.156909315 +0200
++++ gnome-games-2.22.1.1/gnome-sudoku/src/Makefile.in	2008-05-11 00:17:42.809413034 +0200
+@@ -231,6 +231,9 @@ LIB_GGZTLS = @LIB_GGZTLS@
+ LIB_GGZ_GTK = @LIB_GGZ_GTK@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+@@ -367,7 +370,7 @@ CLEANFILES = gnome-sudoku
+ all: all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -392,9 +395,9 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ gnome-sudoku.in: $(top_builddir)/config.status $(srcdir)/gnome-sudoku.in.in
+ 	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
+Index: gnome-games-2.22.1.1/gnome-sudoku/src/lib/Makefile.in
+===================================================================
+--- gnome-games-2.22.1.1.orig/gnome-sudoku/src/lib/Makefile.in	2008-05-11 00:16:14.132914256 +0200
++++ gnome-games-2.22.1.1/gnome-sudoku/src/lib/Makefile.in	2008-05-11 00:17:42.809413034 +0200
+@@ -236,6 +236,9 @@ LIB_GGZTLS = @LIB_GGZTLS@
+ LIB_GGZ_GTK = @LIB_GGZ_GTK@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+@@ -388,7 +391,7 @@ gnomesudoku_PYTHON = \
+ all: all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -413,9 +416,9 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ defaults.py: $(top_builddir)/config.status $(srcdir)/defaults.py.in
+ 	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
+Index: gnome-games-2.22.1.1/gnome-sudoku/src/lib/gtk_goodies/Makefile.in
+===================================================================
+--- gnome-games-2.22.1.1.orig/gnome-sudoku/src/lib/gtk_goodies/Makefile.in	2008-05-11 00:16:14.104913012 +0200
++++ gnome-games-2.22.1.1/gnome-sudoku/src/lib/gtk_goodies/Makefile.in	2008-05-11 00:17:42.809413034 +0200
+@@ -227,6 +227,9 @@ LIB_GGZTLS = @LIB_GGZTLS@
+ LIB_GGZ_GTK = @LIB_GGZ_GTK@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+@@ -365,7 +368,7 @@ gnomesudoku_PYTHON = \
+ all: all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -390,9 +393,9 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+Index: gnome-games-2.22.1.1/gnometris/Makefile.in
+===================================================================
+--- gnome-games-2.22.1.1.orig/gnometris/Makefile.in	2008-05-11 00:16:14.020908792 +0200
++++ gnome-games-2.22.1.1/gnometris/Makefile.in	2008-05-11 00:17:42.809413034 +0200
+@@ -272,6 +272,9 @@ LIB_GGZTLS = @LIB_GGZTLS@
+ LIB_GGZ_GTK = @LIB_GGZ_GTK@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+@@ -453,7 +456,7 @@ all: all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .cpp .lo .o .obj
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -478,9 +481,9 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ gnometris.desktop.in: $(top_builddir)/config.status $(srcdir)/gnometris.desktop.in.in
+ 	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
+Index: gnome-games-2.22.1.1/gnometris/help/Makefile.in
+===================================================================
+--- gnome-games-2.22.1.1.orig/gnometris/help/Makefile.in	2008-05-11 00:16:13.992916838 +0200
++++ gnome-games-2.22.1.1/gnometris/help/Makefile.in	2008-05-11 00:17:42.813408463 +0200
+@@ -242,6 +242,9 @@ LIB_GGZTLS = @LIB_GGZTLS@
+ LIB_GGZ_GTK = @LIB_GGZ_GTK@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+@@ -479,7 +482,7 @@ DOC_FIGURES = 
+ all: all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/gnome-doc-utils.make $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/gnome-doc-utils.make $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -504,9 +507,9 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+Index: gnome-games-2.22.1.1/gnometris/pix/Makefile.in
+===================================================================
+--- gnome-games-2.22.1.1.orig/gnometris/pix/Makefile.in	2008-05-11 00:16:13.968918356 +0200
++++ gnome-games-2.22.1.1/gnometris/pix/Makefile.in	2008-05-11 00:17:42.813408463 +0200
+@@ -227,6 +227,9 @@ LIB_GGZTLS = @LIB_GGZTLS@
+ LIB_GGZ_GTK = @LIB_GGZ_GTK@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+@@ -363,7 +366,7 @@ EXTRA_DIST = $(pixmap_DATA)
+ all: all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -388,9 +391,9 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+Index: gnome-games-2.22.1.1/gnomine/Makefile.in
+===================================================================
+--- gnome-games-2.22.1.1.orig/gnomine/Makefile.in	2008-05-11 00:16:13.944917429 +0200
++++ gnome-games-2.22.1.1/gnomine/Makefile.in	2008-05-11 00:17:42.813408463 +0200
+@@ -260,6 +260,9 @@ LIB_GGZTLS = @LIB_GGZTLS@
+ LIB_GGZ_GTK = @LIB_GGZ_GTK@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+@@ -424,7 +427,7 @@ all: all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .c .lo .o .obj
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -449,9 +452,9 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ gnomine.desktop.in: $(top_builddir)/config.status $(srcdir)/gnomine.desktop.in.in
+ 	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
+Index: gnome-games-2.22.1.1/gnomine/help/Makefile.in
+===================================================================
+--- gnome-games-2.22.1.1.orig/gnomine/help/Makefile.in	2008-05-11 00:16:13.920919437 +0200
++++ gnome-games-2.22.1.1/gnomine/help/Makefile.in	2008-05-11 00:17:42.813408463 +0200
+@@ -242,6 +242,9 @@ LIB_GGZTLS = @LIB_GGZTLS@
+ LIB_GGZ_GTK = @LIB_GGZ_GTK@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+@@ -493,7 +496,7 @@ DOC_FIGURES = \
+ all: all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/gnome-doc-utils.make $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/gnome-doc-utils.make $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -518,9 +521,9 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+Index: gnome-games-2.22.1.1/gnotravex/Makefile.in
+===================================================================
+--- gnome-games-2.22.1.1.orig/gnotravex/Makefile.in	2008-05-11 00:16:13.884916580 +0200
++++ gnome-games-2.22.1.1/gnotravex/Makefile.in	2008-05-11 00:17:42.813408463 +0200
+@@ -272,6 +272,9 @@ LIB_GGZTLS = @LIB_GGZTLS@
+ LIB_GGZ_GTK = @LIB_GGZ_GTK@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+@@ -438,7 +441,7 @@ all: all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .c .lo .o .obj
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -463,9 +466,9 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ gnotravex.desktop.in: $(top_builddir)/config.status $(srcdir)/gnotravex.desktop.in.in
+ 	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
+Index: gnome-games-2.22.1.1/gnotravex/help/Makefile.in
+===================================================================
+--- gnome-games-2.22.1.1.orig/gnotravex/help/Makefile.in	2008-05-11 00:16:13.860923477 +0200
++++ gnome-games-2.22.1.1/gnotravex/help/Makefile.in	2008-05-11 00:17:42.817408780 +0200
+@@ -242,6 +242,9 @@ LIB_GGZTLS = @LIB_GGZTLS@
+ LIB_GGZ_GTK = @LIB_GGZ_GTK@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+@@ -482,7 +485,7 @@ DOC_FIGURES = \
+ all: all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/gnome-doc-utils.make $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/gnome-doc-utils.make $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -507,9 +510,9 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+Index: gnome-games-2.22.1.1/gnotravex/pixmaps/Makefile.in
+===================================================================
+--- gnome-games-2.22.1.1.orig/gnotravex/pixmaps/Makefile.in	2008-05-11 00:16:13.836918639 +0200
++++ gnome-games-2.22.1.1/gnotravex/pixmaps/Makefile.in	2008-05-11 00:17:42.817408780 +0200
+@@ -227,6 +227,9 @@ LIB_GGZTLS = @LIB_GGZTLS@
+ LIB_GGZ_GTK = @LIB_GGZ_GTK@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+@@ -362,7 +365,7 @@ EXTRA_DIST = $(image_DATA) 
+ all: all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -387,9 +390,9 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+Index: gnome-games-2.22.1.1/gnotski/Makefile.in
+===================================================================
+--- gnome-games-2.22.1.1.orig/gnotski/Makefile.in	2008-05-11 00:16:13.804913167 +0200
++++ gnome-games-2.22.1.1/gnotski/Makefile.in	2008-05-11 00:17:42.817408780 +0200
+@@ -273,6 +273,9 @@ LIB_GGZTLS = @LIB_GGZTLS@
+ LIB_GGZ_GTK = @LIB_GGZ_GTK@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+@@ -444,7 +447,7 @@ all: all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .c .lo .o .obj
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -469,9 +472,9 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ gnotski.desktop.in: $(top_builddir)/config.status $(srcdir)/gnotski.desktop.in.in
+ 	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
+Index: gnome-games-2.22.1.1/gnotski/help/Makefile.in
+===================================================================
+--- gnome-games-2.22.1.1.orig/gnotski/help/Makefile.in	2008-05-11 00:16:13.772918939 +0200
++++ gnome-games-2.22.1.1/gnotski/help/Makefile.in	2008-05-11 00:17:42.817408780 +0200
+@@ -242,6 +242,9 @@ LIB_GGZTLS = @LIB_GGZTLS@
+ LIB_GGZ_GTK = @LIB_GGZ_GTK@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+@@ -482,7 +485,7 @@ DOC_FIGURES = \
+ all: all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/gnome-doc-utils.make $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/gnome-doc-utils.make $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -507,9 +510,9 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+Index: gnome-games-2.22.1.1/gtali/Makefile.in
+===================================================================
+--- gnome-games-2.22.1.1.orig/gtali/Makefile.in	2008-05-11 00:16:13.724919531 +0200
++++ gnome-games-2.22.1.1/gtali/Makefile.in	2008-05-11 00:17:42.817408780 +0200
+@@ -260,6 +260,9 @@ LIB_GGZTLS = @LIB_GGZTLS@
+ LIB_GGZ_GTK = @LIB_GGZ_GTK@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+@@ -421,7 +424,7 @@ all: all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .c .lo .o .obj
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -446,9 +449,9 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ gtali.desktop.in: $(top_builddir)/config.status $(srcdir)/gtali.desktop.in.in
+ 	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
+Index: gnome-games-2.22.1.1/gtali/help/Makefile.in
+===================================================================
+--- gnome-games-2.22.1.1.orig/gtali/help/Makefile.in	2008-05-11 00:16:13.700917627 +0200
++++ gnome-games-2.22.1.1/gtali/help/Makefile.in	2008-05-11 00:17:42.821408608 +0200
+@@ -255,6 +255,9 @@ LIB_GGZTLS = @LIB_GGZTLS@
+ LIB_GGZ_GTK = @LIB_GGZ_GTK@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+@@ -498,7 +501,7 @@ DOC_FIGURES = \
+ all: all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/gnome-doc-utils.make $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/gnome-doc-utils.make $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -523,9 +526,9 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+Index: gnome-games-2.22.1.1/gtali/help/da/Makefile.in
+===================================================================
+--- gnome-games-2.22.1.1.orig/gtali/help/da/Makefile.in	2008-05-11 00:16:13.676917679 +0200
++++ gnome-games-2.22.1.1/gtali/help/da/Makefile.in	2008-05-11 00:17:42.821408608 +0200
+@@ -280,6 +280,9 @@ LIB_GGZTLS = @LIB_GGZTLS@
+ LIB_GGZ_GTK = @LIB_GGZ_GTK@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+@@ -426,7 +429,7 @@ scrollkeeper_localstate_dir = $(localsta
+ all: all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/xmldocs.make $(top_srcdir)/omf.make $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/xmldocs.make $(top_srcdir)/omf.make $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -451,9 +454,9 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+Index: gnome-games-2.22.1.1/gtali/pix/Makefile.in
+===================================================================
+--- gnome-games-2.22.1.1.orig/gtali/pix/Makefile.in	2008-05-11 00:16:13.656915603 +0200
++++ gnome-games-2.22.1.1/gtali/pix/Makefile.in	2008-05-11 00:17:42.821408608 +0200
+@@ -227,6 +227,9 @@ LIB_GGZTLS = @LIB_GGZTLS@
+ LIB_GGZ_GTK = @LIB_GGZ_GTK@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+@@ -375,7 +378,7 @@ EXTRA_DIST = $(Pixmap_DATA)
+ all: all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -400,9 +403,9 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+Index: gnome-games-2.22.1.1/iagno/Makefile.in
+===================================================================
+--- gnome-games-2.22.1.1.orig/iagno/Makefile.in	2008-05-11 00:16:13.620909813 +0200
++++ gnome-games-2.22.1.1/iagno/Makefile.in	2008-05-11 00:17:42.821408608 +0200
+@@ -282,6 +282,9 @@ LIB_GGZTLS = @LIB_GGZTLS@
+ LIB_GGZ_GTK = @LIB_GGZ_GTK@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+@@ -461,8 +464,8 @@ schema_in_files = iagno.schemas.in
+ schema_DATA = $(schema_in_files:.schemas.in=.schemas)
+ @GGZ_SERVER_TRUE at ggzroom_in_files = iagno.room.in
+ @GGZ_SERVER_TRUE at ggzroom_DATA = $(ggzroom_in_files:.room.in=.room)
+- at GGZ_SERVER_TRUE@ggzroomdir = ${prefix}/etc/ggzd/rooms/
+- at GGZ_SERVER_TRUE@ggzserver_dscdir = ${prefix}/etc/ggzd/games/
++ at GGZ_SERVER_TRUE@ggzroomdir = ${ggzdconfdir}/rooms/
++ at GGZ_SERVER_TRUE@ggzserver_dscdir = ${ggzdconfdir}/games/
+ @GGZ_SERVER_TRUE at ggzserver_dsc_in_files = iagno-server.dsc.in
+ @GGZ_SERVER_TRUE at ggzserver_dsc_DATA = $(ggzserver_dsc_in_files:.dsc.in=.dsc)
+ @GGZ_CLIENT_TRUE at ggzclient_dsc_in_files = iagno-client.dsc.in
+@@ -485,7 +488,7 @@ all: all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .c .lo .o .obj
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -510,9 +513,9 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ iagno.desktop.in: $(top_builddir)/config.status $(srcdir)/iagno.desktop.in.in
+ 	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
+Index: gnome-games-2.22.1.1/iagno/help/Makefile.in
+===================================================================
+--- gnome-games-2.22.1.1.orig/iagno/help/Makefile.in	2008-05-11 00:16:13.592909547 +0200
++++ gnome-games-2.22.1.1/iagno/help/Makefile.in	2008-05-11 00:17:42.821408608 +0200
+@@ -242,6 +242,9 @@ LIB_GGZTLS = @LIB_GGZTLS@
+ LIB_GGZ_GTK = @LIB_GGZ_GTK@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+@@ -488,7 +491,7 @@ DOC_FIGURES = \
+ all: all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/gnome-doc-utils.make $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/gnome-doc-utils.make $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -513,9 +516,9 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+Index: gnome-games-2.22.1.1/icons/Makefile.in
+===================================================================
+--- gnome-games-2.22.1.1.orig/icons/Makefile.in	2008-05-11 00:16:13.568924266 +0200
++++ gnome-games-2.22.1.1/icons/Makefile.in	2008-05-11 00:17:42.821408608 +0200
+@@ -247,6 +247,9 @@ LIB_GGZTLS = @LIB_GGZTLS@
+ LIB_GGZ_GTK = @LIB_GGZ_GTK@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+@@ -560,7 +563,7 @@ gtk_update_icon_cache = gtk-update-icon-
+ all: all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -585,9 +588,9 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+Index: gnome-games-2.22.1.1/libgames-support/Makefile.in
+===================================================================
+--- gnome-games-2.22.1.1.orig/libgames-support/Makefile.in	2008-05-11 00:16:13.544910139 +0200
++++ gnome-games-2.22.1.1/libgames-support/Makefile.in	2008-05-11 00:17:42.825416748 +0200
+@@ -362,6 +362,9 @@ LIB_GGZTLS = @LIB_GGZTLS@
+ LIB_GGZ_GTK = @LIB_GGZ_GTK@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+@@ -564,7 +567,7 @@ all: $(BUILT_SOURCES)
+ 
+ .SUFFIXES:
+ .SUFFIXES: .c .lo .o .obj
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -589,9 +592,9 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ clean-noinstLTLIBRARIES:
+Index: gnome-games-2.22.1.1/mahjongg/Makefile.in
+===================================================================
+--- gnome-games-2.22.1.1.orig/mahjongg/Makefile.in	2008-05-11 00:16:13.520915569 +0200
++++ gnome-games-2.22.1.1/mahjongg/Makefile.in	2008-05-11 00:17:42.825416748 +0200
+@@ -277,6 +277,9 @@ LIB_GGZTLS = @LIB_GGZTLS@
+ LIB_GGZ_GTK = @LIB_GGZ_GTK@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+@@ -460,7 +463,7 @@ all: all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .c .lo .o .obj
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -485,9 +488,9 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ mahjongg.desktop.in: $(top_builddir)/config.status $(srcdir)/mahjongg.desktop.in.in
+ 	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
+Index: gnome-games-2.22.1.1/mahjongg/help/Makefile.in
+===================================================================
+--- gnome-games-2.22.1.1.orig/mahjongg/help/Makefile.in	2008-05-11 00:16:13.460913742 +0200
++++ gnome-games-2.22.1.1/mahjongg/help/Makefile.in	2008-05-11 00:17:42.825416748 +0200
+@@ -242,6 +242,9 @@ LIB_GGZTLS = @LIB_GGZTLS@
+ LIB_GGZ_GTK = @LIB_GGZ_GTK@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+@@ -484,7 +487,7 @@ DOC_FIGURES = \
+ all: all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/gnome-doc-utils.make $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/gnome-doc-utils.make $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -509,9 +512,9 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+Index: gnome-games-2.22.1.1/same-gnome/Makefile.in
+===================================================================
+--- gnome-games-2.22.1.1.orig/same-gnome/Makefile.in	2008-05-11 00:16:13.436910371 +0200
++++ gnome-games-2.22.1.1/same-gnome/Makefile.in	2008-05-11 00:17:42.825416748 +0200
+@@ -274,6 +274,9 @@ LIB_GGZTLS = @LIB_GGZTLS@
+ LIB_GGZ_GTK = @LIB_GGZ_GTK@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+@@ -453,7 +456,7 @@ all: all-recursive
+ 
+ .SUFFIXES:
+ .SUFFIXES: .c .lo .o .obj
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -478,9 +481,9 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ same-gnome.desktop.in: $(top_builddir)/config.status $(srcdir)/same-gnome.desktop.in.in
+ 	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
+Index: gnome-games-2.22.1.1/same-gnome/help/Makefile.in
+===================================================================
+--- gnome-games-2.22.1.1.orig/same-gnome/help/Makefile.in	2008-05-11 00:16:13.408910105 +0200
++++ gnome-games-2.22.1.1/same-gnome/help/Makefile.in	2008-05-11 00:17:42.829413643 +0200
+@@ -251,6 +251,9 @@ LIB_GGZTLS = @LIB_GGZTLS@
+ LIB_GGZ_GTK = @LIB_GGZ_GTK@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+@@ -492,7 +495,7 @@ DOC_FIGURES = \
+ all: all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/gnome-doc-utils.make $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/gnome-doc-utils.make $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -517,9 +520,9 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+Index: gnome-games-2.22.1.1/sounds/Makefile.in
+===================================================================
+--- gnome-games-2.22.1.1.orig/sounds/Makefile.in	2008-05-11 00:16:13.384912112 +0200
++++ gnome-games-2.22.1.1/sounds/Makefile.in	2008-05-11 00:17:42.829413643 +0200
+@@ -227,6 +227,9 @@ LIB_GGZTLS = @LIB_GGZTLS@
+ LIB_GGZ_GTK = @LIB_GGZ_GTK@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+@@ -387,7 +390,7 @@ EXTRA_DIST = $(sound_DATA)
+ all: all-am
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -412,9 +415,9 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+Index: gnome-games-2.22.1.1/tests/Makefile.in
+===================================================================
+--- gnome-games-2.22.1.1.orig/tests/Makefile.in	2008-05-11 00:16:13.360910208 +0200
++++ gnome-games-2.22.1.1/tests/Makefile.in	2008-05-11 00:17:42.829413643 +0200
+@@ -226,6 +226,9 @@ LIB_GGZTLS = @LIB_GGZTLS@
+ LIB_GGZ_GTK = @LIB_GGZ_GTK@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+@@ -369,7 +372,7 @@ DIST_SUBDIRS = \
+ all: all-recursive
+ 
+ .SUFFIXES:
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -394,9 +397,9 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ mostlyclean-libtool:
+Index: gnome-games-2.22.1.1/tests/libgames-support/Makefile.in
+===================================================================
+--- gnome-games-2.22.1.1.orig/tests/libgames-support/Makefile.in	2008-05-11 00:16:13.336910259 +0200
++++ gnome-games-2.22.1.1/tests/libgames-support/Makefile.in	2008-05-11 00:17:42.829413643 +0200
+@@ -238,6 +238,9 @@ LIB_GGZTLS = @LIB_GGZTLS@
+ LIB_GGZ_GTK = @LIB_GGZ_GTK@
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
++MAINT = @MAINT@
++MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
++MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
+ MAKEINFO = @MAKEINFO@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ MSGFMT = @MSGFMT@
+@@ -382,7 +385,7 @@ all: all-am
+ 
+ .SUFFIXES:
+ .SUFFIXES: .c .lo .o .obj
+-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+ 	@for dep in $?; do \
+ 	  case '$(am__configure_deps)' in \
+ 	    *$$dep*) \
+@@ -407,9 +410,9 @@ Makefile: $(srcdir)/Makefile.in $(top_bu
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+-$(top_srcdir)/configure:  $(am__configure_deps)
++$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
++$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
+ 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+ 
+ clean-checkPROGRAMS:

Modified: desktop/unstable/gnome-games/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-games/debian/patches/series?rev=15884&op=diff
==============================================================================
--- desktop/unstable/gnome-games/debian/patches/series (original)
+++ desktop/unstable/gnome-games/debian/patches/series Sat May 10 22:28:08 2008
@@ -1,3 +1,7 @@
 01_el-po.patch
 02_desktop-path.patch
 03_pythonpath.patch
+04_ggz_m4_madness.patch
+05_maintainer_mode.patch
+06_ggzd_directory.patch
+70_autotools.patch

Modified: desktop/unstable/gnome-games/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-games/debian/rules?rev=15884&op=diff
==============================================================================
--- desktop/unstable/gnome-games/debian/rules (original)
+++ desktop/unstable/gnome-games/debian/rules Sat May 10 22:28:08 2008
@@ -12,6 +12,7 @@
 DEB_CONFIGURE_EXTRA_FLAGS := --bindir=\$${prefix}/games \
 		--disable-gnuchess --with-tls=GnuTLS \
 		--with-ggzconfig=/usr/bin \
+		--with-ggz-server=force \
 		--disable-scrollkeeper \
 		--with-sound=gstreamer
 DEB_DH_FIXPERMS_ARGS := -X/usr/games




More information about the pkg-gnome-commits mailing list