--- teg-0.11.2+debian.orig/debian/rules +++ teg-0.11.2+debian/debian/rules @@ -0,0 +1,84 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +include /usr/share/quilt/quilt.make + +export CFLAGS := -Wall -g +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + + + +configure: patch configure-stamp +configure-stamp: + dh_testdir + LDFLAGS="-Wl,-z,defs -Wl,--as-needed" ./configure --prefix=/usr \ + --bindir=/usr/games \ + --sysconfdir=/etc \ + --datadir=/usr/share/games/teg \ + --disable-ggz + touch configure-stamp + + +build: build-stamp + +build-stamp: configure-stamp + dh_testdir + $(MAKE) + touch build-stamp + +clean: realclean unpatch +realclean: + dh_testdir + dh_testroot + [ ! -f Makefile ] || $(MAKE) distclean + # Make distclean doesn't do its job. + rm -f intltool-update + -find docs/gnome-help -name '*.html' -delete + dh_clean po/*.gmo configure-stamp build-stamp config.log config.status + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + $(MAKE) install DESTDIR=$(CURDIR)/debian/teg + rm -rf $(CURDIR)/debian/teg/usr/share/pixmaps/teg_pix + dh_install debian/teg.xpm /usr/share/pixmaps + dh_install client/gui-gnome/teg.desktop /usr/share/applications + install -m 644 client/teg_pix/teg_icono.png \ + debian/teg/usr/share/pixmaps/teg.png + + # Work around for #281164 + mkdir -p $(CURDIR)/debian/teg/usr/lib/games/teg + cp debian/teg/usr/games/tegclient debian/teg/usr/lib/games/teg/tegclient + cp debian/tegclient.sh debian/teg/usr/games/tegclient + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_installdocs AUTHORS HACKING PEOPLE README.GGZ TODO + dh_installmenu + dh_installman debian/tegserver.6 debian/tegclient.6 debian/tegrobot.6 + dh_installchangelogs ChangeLog + dh_gconf + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- teg-0.11.2+debian.orig/debian/compat +++ teg-0.11.2+debian/debian/compat @@ -0,0 +1 @@ +5 --- teg-0.11.2+debian.orig/debian/control +++ teg-0.11.2+debian/debian/control @@ -0,0 +1,22 @@ +Source: teg +Section: games +Priority: optional +Maintainer: Debian Games Team +Uploaders: Gonéri Le Bouder , Cyril Brulebois +Standards-Version: 3.7.3 +Build-Depends: debhelper (>= 5.0.0), gettext, intltool, libtool, librsvg2-dev, libart-2.0-dev, libatk1.0-dev, libbonobo2-dev, libbonoboui2-dev, libfreetype6-dev, libgconf2-dev, libglib2.0-dev, libgnome2-dev, libgnomecanvas2-dev, libgnomeui-dev (>= 2.6.1.1-4), libgnomevfs2-dev (>= 2.0.2-4), libgtk2.0-dev (>= 2.0.6), liborbit2-dev, libpango1.0-dev, libpopt-dev, libxml2-dev, zlib1g-dev, libreadline5-dev, quilt +Homepage: http://teg.sourceforge.net/ +Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/teg/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/teg/?op=log + +Package: teg +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Recommends: yelp +Description: Turn based strategy game + Tenes Empanadas Graciela is a clone of Plan Tactico y Estrategico + de la Guerra, based on Risk. + . + Teg is a multiplayer game (it can be played across the internet) + and it comes with a server, a GNOME client and a robot. + It has support for IPv6, too. --- teg-0.11.2+debian.orig/debian/copyright +++ teg-0.11.2+debian/debian/copyright @@ -0,0 +1,51 @@ +This package was debianized by Davide Puricelli (evo) on +Sun, 2 Sep 2001 18:56:08 +0200. + +The actual maintainer is the Debian Games Team: +http://wiki.debian.org/Games/Development + +It was downloaded from http://teg.sourceforge.net + +Upstream Author: Ricardo Quesada + +See /usr/share/doc/teg/PEOPLE for a more complete list of +contributors. + +Copyright (C) 2000-2002 Ricardo Quesada +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; only version 2 of the License + +./macros/ggz.m4 +dnl Copyright (C) 2001, 2002 Josef Spillner, dr_maux@users.sourceforge.net +dnl This file has heavily been inspired by KDE's acinclude :) +dnl It is published under the conditions of the GNU General Public License. + +./common/share.c +./common/fcintl.h +./common/support.c +./common/support.h +./client/gui-gnome/chatline.c +./client/gui-gnome/chatline.h + Freeciv - Copyright (C) 1996 - A Kjeldberg, L Gregersen, P Unold + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2, or (at your option) + any later version. + +./common/my_inet_ntop.c +Copyright (c) 1996-1999 by Internet Software Consortium. +Permission to use, copy, modify, and distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +./client/gui-gnome/stock.c +./client/gui-gnome/stock.h +Author: Federico Mena-Quintero +Copyright (C) 1999 The Free Software Foundation +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; only version 2 of the License + +On Debian GNU/Linux systems, the text of the GPL can be found in +/usr/share/common-licenses/GPL. --- teg-0.11.2+debian.orig/debian/changelog +++ teg-0.11.2+debian/debian/changelog @@ -0,0 +1,234 @@ +teg (0.11.2+debian-1) unstable; urgency=low + + [ Eddy Petrișor ] + * Add missing Vcs-Svn headers. + + [ Ansgar Burchardt ] + * Remove Homepage semi-field from description. + + [ Cyril Brulebois ] + * Repack upstream tarball to get rid of the (outdated anyway) debian/ + directory. The only step is to remove that particular directory, and + rename the toplevel directory with a “.orig” suffix. + * Remove autom4te.cache/* files from the following patch, which would + otherwise trigger an FTBFS with the new “3.0 (quilt)” source package + format, as pointed out by Raphaël Hertzog (Closes: #485107): + - fix_xml-doc-for-yelp.diff + * Add myself to Uploaders. + * Remove “-1” from the version of libgtk2.0-dev in Build-Depends, which + might make the life of backporters easier. + * Use a quilt.make include, and patch/unpatch targets rather than + calling quilt directly. That also keeps .pc/* away from the Debian + diff. + * Bump Standards-Version from 3.7.2 to 3.7.3, no changes required. + * Remove additional files in “clean” since “make distclean” doesn't do + its job: intltool-update and *.html under docs/gnome-help/. + * Add “LDFLAGS="-Wl,-z,defs -Wl,--as-needed"” to the configure call, so + as to strip down the dependencies. + + -- Cyril Brulebois Mon, 09 Jun 2008 09:29:18 +0200 + +teg (0.11.2-2) unstable; urgency=low + + [ Gonéri Le Bouder ] + * backport upstream patch to avoid two identical country (Closes: #406351) + + add avoid_two_identical_country.diff + + [ Jon Dowland ] + * Add Homepage: control field to source stanza + + -- Jon Dowland Mon, 03 Dec 2007 17:37:28 +0000 + +teg (0.11.2-1) unstable; urgency=low + + [ Gonéri Le Bouder ] + * New upstream release (Closes: #424220) + * switch to quilt, remove cdbs dependency and add quilt instead + * merge fix_doc_sgml_C.diff and fix_doc_sgml_pl.diff into + fix_xml-doc-for-yelp.diff + * remove patch merged in upstream: + - improve_spanish_translation.diff + - fr.po-kibi.diff + - 10_teg-CAN-2006-1150-debian.diff + + [ Emmet Hikory ] + * Make the .desktop file validate + - add desktop-file-fixes.diff + * Install the .png icon and .desktop file + * Use x-terminal-emulator for the server + + -- Gonéri Le Bouder Sun, 17 Jun 2007 18:53:27 +0200 + +teg (0.11.1-4) unstable; urgency=low + + [ Gonéri Le Bouder ] + * improve translations: + - improve_spanish_translation.diff: Spanish PO file corrections from + Carlos Galisteo (Closes: #405608) + - fr.po-kibi.diff: French PO file corrections by Cyril Brulebois + (Closes: #406434) + * fix documentation browsing: The Gnome help browser can't read SGML file + so Teg documentation needs to be convert to XML (Closes: #406343) + - recommends yelp, the Gnome help browser + - add fix_doc_sgml_C.diff and fix_doc_sgml_pl.diff to fix encoding and + synthaxe errors in upstream SGML + - create a teg.xml symlink to teg.sgml to make yelp happy + + -- Gonéri Le Bouder Thu, 11 Jan 2007 22:29:02 +0100 + +teg (0.11.1-3) unstable; urgency=high + + [ Gonéri Le Bouder ] + * New maintainer, closes: #322103. + * switch to simple-patchsys + * compat 5 + * Standards-Version: 3.7.2 + * set Maintainer to Debian Games Team + * add myself in uploader + * change section to games + * add cdbs in Build-Depends: + * debhelper 5.0.0 + * change icon location to /usr/share/pixmaps/teg.xpm + * update rules file + * data are installed in /usr/share/games/teg + * watch file + + [ Justin Pryzby ] + * Manually apply the changes made upstream to address remote DoS + patch teg-diff-CAN-2006-1150-debian + [CAN-2006-1150]; Closes: #357645. + * update copyright file + * Drop the README, which mostly duplicated the description + * add a homepage pseudofield in the Description entry + + -- Gonéri Le Bouder Fri, 26 May 2006 23:15:47 +0200 + +teg (0.11.1-2) unstable; urgency=low + + * QA upload. + * Package is orphaned (#322103); set maintainer to Debian QA Group. + * Acknowledge NMU. Closes: #313853. + * Use dh_gconf to migrate GConf schemas. Closes: #340509. + * Change section to gnome in accordance with the override file. + * debian/changelog: Remove obsolete Emacs local variables. + * debian/rules: Let dh_strip handle DEB_BUILD_OPTIONS=nostrip. + + -- Matej Vela Wed, 25 Jan 2006 09:55:28 +0100 + +teg (0.11.1-1.1) unstable; urgency=low + + * 0-Days NMU during debconf-es BSP + * Removed xlib-dev in Build-Depends (Xorg 6.9/7.0 transition). + * Removed libbonobo-activation-dev in Build-Depends; closes: #332812. + * Upgraded to 3.6.2.0 Standards-Version: Changed changelog encoding from + ISO-8859 to UTF-8. + * Added quotes in the debian/teg.menu file. + * Patched de.po file; closes: #313853. + * Compiled with the libreadline5-dev; closes: #326290. + * Upgraded DH_COMPAT to 4. + + -- Jesús Espino García Sat, 17 Dec 2005 01:02:49 +0000 + +teg (0.11.1-1) unstable; urgency=high + + * Rebuilt against libgnutls11; closes: #263675. + * Acknowledge NMU, thanks Sven; closes: #252515, #243425. + * Added Hungarian translation; closes: #256272. + + -- Davide Puricelli (evo) Sat, 21 Aug 2004 22:12:39 +0200 + +teg (0.11.1-0.1) unstable; urgency=low + + * NMI with maintainers consent. + * Upgraded to new upstream release 0.11.1 to fix gnome 2.6 problems. + (Closes: #252515, #243425) + + -- Sven Luther Mon, 21 Jun 2004 15:16:18 +0200 + +teg (0.11.0-3) unstable; urgency=low + + * Removed useless Build-Depends on liblinc-dev; closes: #214802. + * Fixed encoding of messages for locale "es"; closes: #191577. + + -- Davide Puricelli (evo) Sat, 1 Nov 2003 14:48:28 +0100 + +teg (0.11.0-2) unstable; urgency=high + + * Now we don't ship /etc/gconf/gconf.xml.defaults, it's generated by + gconftool; closes: #177664. + + -- Davide Puricelli (evo) Tue, 21 Jan 2003 16:50:38 +0100 + +teg (0.11.0-1) unstable; urgency=low + + * New upstream version, closes: #175804. + * FPE in art_affine_point should be fixed, closes: #172236. + + -- Davide Puricelli (evo) Sun, 19 Jan 2003 21:26:39 +0100 + +teg (0.10.1-5) unstable; urgency=low + + * Added icon to teg.menu; closes: #168471, #168472. + + -- Davide Puricelli (evo) Sun, 10 Nov 2002 21:55:57 +0100 + +teg (0.10.1-4) unstable; urgency=low + + * Enhanced teg Debian menu entry; closes: #159773. + + -- Davide Puricelli (evo) Sat, 28 Sep 2002 13:44:31 +0200 + +teg (0.10.1-3) unstable; urgency=low + + * Revert previous change; we use libpng2 and gdk-imlib1. + + -- Davide Puricelli (evo) Mon, 2 Sep 2002 11:36:57 +0200 + +teg (0.10.1-2) unstable; urgency=low + + * Recompiling against libpng3 because of png2->png3 transition. + + -- Davide Puricelli (evo) Sat, 17 Aug 2002 19:51:41 +0200 + +teg (0.10.1-1) unstable; urgency=low + + * New upstream version. + + -- Davide Puricelli (evo) Mon, 1 Jul 2002 21:50:43 +0200 + +teg (0.10.0-1) unstable; urgency=low + + * New upstream version. + + -- Davide Puricelli (evo) Sun, 26 May 2002 23:28:19 +0200 + +teg (0.9.4-1) unstable; urgency=low + + * New upstream version. + * Removed a 8-bit char from debian/control that was added because of 112430; + I'm sorry Marcelo but I can't corrupt random displays, maybe it can be + added into translated descriptions, closes: #143930. + * GGZ support is now disabled, it will be readded when we'll have GGZ 0.5 + packages. + + -- Davide Puricelli (evo) Mon, 22 Apr 2002 12:14:57 +0200 + +teg (0.9.2-1) unstable; urgency=low + + * New upstream version. + * Fixed a little typo in debian/control; closes: #125415. + + -- Davide Puricelli (evo) Sat, 22 Dec 2001 18:03:06 +0100 + +teg (0.9.0-1) unstable; urgency=low + + * New upstream version. + * debian/control: s/Tenes/Tenés; closes: #112430. + + -- Davide Puricelli (evo) Mon, 10 Dec 2001 19:06:51 +0100 + +teg (0.8.0-1) unstable; urgency=low + + * Initial release, closes: #106445. + + -- Davide Puricelli (evo) Sat, 28 Jul 2001 20:32:18 -0300 --- teg-0.11.2+debian.orig/debian/tegclient.sh +++ teg-0.11.2+debian/debian/tegclient.sh @@ -0,0 +1,21 @@ +#!/bin/sh +# Gonéri Le Bouder +# See http://bugs.debian.org/281164 + +DEFAULT="m2" +THEME=`gconftool-2 --get /apps/teg/theme` + +if [ "$THEME" = "" ]; then + NEEDTOFIX=1 +fi + +if [ "`ls /usr/share/games/teg/pixmaps/teg_pix/themes|grep "$THEME"`" = "" ]; then + NEEDTOFIX=1 +fi + +if [ "$NEEDTOFIX" = "1" ]; then + echo "fixing default theme" + gconftool-2 --type string --set /apps/teg/theme $DEFAULT +fi + +exec /usr/lib/games/teg/tegclient --- teg-0.11.2+debian.orig/debian/tegserver.6 +++ teg-0.11.2+debian/debian/tegserver.6 @@ -0,0 +1,32 @@ +.\" -*- nroff -*- +.TH TEGSERVER 6 "September 2, 2001" +.SH "NAME" +tegserver \- Tenes Empanadas Graciela server +.SH "SYNOPSIS" +.B tegserver +[\fIoptions\fR] +.SH "DESCRIPTION" +.TP +\fB\-h\fR, \fB\-\-help\fR +Print a summary of the options +.TP +\fB\-p\fR, \fB\-\-port\fR PORT +Bind the server to port PORT (default 2000) +.TP +\fB\-s\fR, \fB\-\-seed\fR SEED +New seed for random +.TP +\fB\-v\fR, \fB\-\-version\fR +Print the version number +.TP +\fB\-c\fR, \fB\-\-console\fR BOOLEAN +Enable the console or not (default 1) +.TP +\fB\-g\fR, \fB\-\-ggz\fR +Enable the GGZ mode (default OFF) +.SH AUTHOR +This manual page was written for the Debian GNU/Linux distribution +because the original program does not have a manual page. +.PP +This manual page was written by Davide Puricelli , +for the Debian GNU/Linux system (but may be used by others). --- teg-0.11.2+debian.orig/debian/teg.xpm +++ teg-0.11.2+debian/debian/teg.xpm @@ -0,0 +1,48 @@ +/* XPM */ +static char * teg_icono_xpm[] = { +"32 31 14 1", +" c None", +". c #7F7F00", +"+ c #999999", +"@ c #B2B2B2", +"# c #000000", +"$ c #FF0000", +"% c #666667", +"& c #4C4C4C", +"* c #7F0000", +"= c #191919", +"- c #7F7F7F", +"; c #333333", +"> c #CCCCCC", +", c #FFFF00", +" ", +" ", +" .++ ", +" +.++......++ ", +" ++...++++.+..+ ", +" $..+.++@@@@@++++. ", +" +@.++@@@+@@@@@@+..* ", +" +..@@+@@+@>@+++@.+- ", +" ...+@@@@@@>@..@++++.% ", +" ++.+++@@,>.@@.@@++++.- ", +" .@+++@@>@.++++@@..++..& ", +" ..+@@@+.++.......@++..% ", +" .$++++...+++@+..-+++..$% ", +" +@$.+..+.++.....+++.-..&# ", +" ..+..+.....$+.-$+.$+$.$&# ", +" .$.....@$.+..++$%%*&%$&=# ", +" .+$+....+..$.$%;*==*;&*## ", +" ...$+$.+$..%&*=######### ", +" *.$%..$..$**###### ", +" -..$$..$%&=### ", +" &$+.%$%*=### ", +" $%$.*;#### ", +" &$.$&=## ", +" %$%&=## ", +" &$&*# ", +" ;*=## ", +" # ", +" ", +" ", +" ", +" "}; --- teg-0.11.2+debian.orig/debian/tegclient.6 +++ teg-0.11.2+debian/debian/tegclient.6 @@ -0,0 +1,100 @@ +.TH TEGCLIENT 6 "September 2, 2001" +.SH NAME +tegclient \- Tenes Empanadas Graciela client +.SH SYNOPSIS +.B tegclient +[\fIOPTION\fR...] +.SH DESCRIPTION +GNOME options +.TP +\fB\-\-disable\-sound\fR +Disable sound server usage +.TP +\fB\-\-enable\-sound\fR +Enable sound server usage +.TP +\fB\-\-espeaker\fR=\fIHOSTNAME\fR:PORT +Host:port on which the sound server to use is +running +.HP +\fB\-\-version\fR +.PP +Help options +.TP +-?, \fB\-\-help\fR +Show this help message +.TP +\fB\-\-usage\fR +Display brief usage message +.PP +GTK options +.TP +\fB\-\-gdk\-debug\fR=\fIFLAGS\fR +Gdk debugging flags to set +.TP +\fB\-\-gdk\-no\-debug\fR=\fIFLAGS\fR +Gdk debugging flags to unset +.TP +\fB\-\-display\fR=\fIDISPLAY\fR +X display to use +.TP +\fB\-\-sync\fR +Make X calls synchronous +.TP +\fB\-\-no\-xshm\fR +Don't use X shared memory extension +.TP +\fB\-\-name\fR=\fINAME\fR +Program name as used by the window manager +.TP +\fB\-\-class\fR=\fICLASS\fR +Program class as used by the window manager +.HP +\fB\-\-gxid_host\fR=\fIHOST\fR +.HP +\fB\-\-gxid_port\fR=\fIPORT\fR +.HP +\fB\-\-xim\-preedit\fR=\fISTYLE\fR +.HP +\fB\-\-xim\-status\fR=\fISTYLE\fR +.TP +\fB\-\-gtk\-debug\fR=\fIFLAGS\fR +Gtk+ debugging flags to set +.TP +\fB\-\-gtk\-no\-debug\fR=\fIFLAGS\fR +Gtk+ debugging flags to unset +.TP +\fB\-\-g\-fatal\-warnings\fR +Make all warnings fatal +.TP +\fB\-\-gtk\-module\fR=\fIMODULE\fR +Load an additional Gtk module +.PP +GNOME GUI options +.HP +\fB\-\-disable\-crash\-dialog\fR +.PP +Session management options +.TP +\fB\-\-sm\-client\-id\fR=\fIID\fR +Specify session management ID +.TP +\fB\-\-sm\-config\-prefix\fR=\fIPREFIX\fR +Specify prefix of saved configuration +.TP +\fB\-\-sm\-disable\fR +Disable connection to session manager +.PP +Tegclient options +.TP +\fB\-\-ggz\fR +Enables GGZ mode +.TP +\fB\-\-observe\fR +Observe the game, don't play it +.SH AUTHOR +This manual page was written for the Debian GNU/Linux distribution +because the original program does not have a manual page. +.PP +This manual page was written by Davide Puricelli , +for the Debian GNU/Linux system (but may be used by others). --- teg-0.11.2+debian.orig/debian/tegrobot.6 +++ teg-0.11.2+debian/debian/tegrobot.6 @@ -0,0 +1,35 @@ +.\" -*- nroff -*- +.TH TEGROBOT 6 "September 2, 2001" +.SH "NAME" +tegrobot \- Tenes Empanadas Graciela robot +.SH "SYNOPSIS" +.B tegrobot +[\fIoptions\fR] +.SH "DESCRIPTION" +.TP +\fB\-h\fR, \fB\-\-help\fR +Print a summary of the options +.TP +\fB\-n\fR, \fB\-\-name\fR NAME +Use NAME as name +.TP +\fB\-p\fR, \fB\-\-port\fR PORT +Bind the server to port PORT (default 2000) +.TP +\fB\-s\fR, \fB\-\-server\fR HOST +Connect to the server at HOST +.TP +\fB\-v\fR, \fB\-\-version\fR +Print the version number +.TP +\fB\-g\fR, \fB\-\-ggz\fR +Enable the GGZ mode +.TP +\fB\-q\fR, \fB\-\-quiet\fR +Don't show messages +.SH AUTHOR +This manual page was written for the Debian GNU/Linux distribution +because the original program does not have a manual page. +.PP +This manual page was written by Davide Puricelli , +for the Debian GNU/Linux system (but may be used by others). --- teg-0.11.2+debian.orig/debian/watch +++ teg-0.11.2+debian/debian/watch @@ -0,0 +1,8 @@ +# Watch control file for uscan +# See uscan(1) for format + +# Compulsory line, this is a version 3 file +version=3 + +# Find new files on sourceforge, for debscripts >= 2.9 +http://sf.net/teg/teg-(.*)\.tar\.gz --- teg-0.11.2+debian.orig/debian/teg.menu +++ teg-0.11.2+debian/debian/teg.menu @@ -0,0 +1,3 @@ +?package(teg): needs="X11" section="Games/Strategy" title="T.E.G. Client" \ + longtitle="Tenes Empanadas Graciela Client" command="/usr/games/tegclient" \ + icon="/usr/share/pixmaps/teg.xpm" --- teg-0.11.2+debian.orig/debian/patches/fix_xml-doc-for-yelp.diff +++ teg-0.11.2+debian/debian/patches/fix_xml-doc-for-yelp.diff @@ -0,0 +1,3588 @@ +diff -Nru teg-0.11.2.orig/client/gui-gnome/Makefile.in teg-0.11.2/client/gui-gnome/Makefile.in +--- teg-0.11.2.orig/client/gui-gnome/Makefile.in 2007-03-15 01:45:36.000000000 +0100 ++++ teg-0.11.2/client/gui-gnome/Makefile.in 2007-06-19 16:13:46.000000000 +0200 +@@ -144,6 +144,7 @@ + GGZ_CONFIG = @GGZ_CONFIG@ + GMOFILES = @GMOFILES@ + GMSGFMT = @GMSGFMT@ ++GREP = @GREP@ + INSTALL_DATA = @INSTALL_DATA@ + INSTALL_GCONF_CONFIG_SOURCE = @INSTALL_GCONF_CONFIG_SOURCE@ + INSTALL_PROGRAM = @INSTALL_PROGRAM@ +@@ -221,13 +222,9 @@ + XGETTEXT = @XGETTEXT@ + XML_CFLAGS = @XML_CFLAGS@ + XML_LIBS = @XML_LIBS@ +-ac_ct_AR = @ac_ct_AR@ + ac_ct_CC = @ac_ct_CC@ + ac_ct_CXX = @ac_ct_CXX@ + ac_ct_F77 = @ac_ct_F77@ +-ac_ct_RANLIB = @ac_ct_RANLIB@ +-ac_ct_STRIP = @ac_ct_STRIP@ +-ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@ + am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ + am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ + am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ +@@ -244,6 +241,9 @@ + build_os = @build_os@ + build_vendor = @build_vendor@ + datadir = @datadir@ ++datarootdir = @datarootdir@ ++docdir = @docdir@ ++dvidir = @dvidir@ + exec_prefix = @exec_prefix@ + ggz_config = @ggz_config@ + ggzdatadir = @ggzdatadir@ +@@ -263,18 +263,22 @@ + host_cpu = @host_cpu@ + host_os = @host_os@ + host_vendor = @host_vendor@ ++htmldir = @htmldir@ + includedir = @includedir@ + infodir = @infodir@ + install_sh = @install_sh@ + libdir = @libdir@ + libexecdir = @libexecdir@ ++localedir = @localedir@ + localstatedir = @localstatedir@ + mandir = @mandir@ + mkdir_p = @mkdir_p@ + oldincludedir = @oldincludedir@ + packagesrcdir = @packagesrcdir@ ++pdfdir = @pdfdir@ + prefix = @prefix@ + program_transform_name = @program_transform_name@ ++psdir = @psdir@ + sbindir = @sbindir@ + sharedstatedir = @sharedstatedir@ + sysconfdir = @sysconfdir@ +diff -Nru teg-0.11.2.orig/client/gui-gnome/stock/Makefile.in teg-0.11.2/client/gui-gnome/stock/Makefile.in +--- teg-0.11.2.orig/client/gui-gnome/stock/Makefile.in 2007-03-15 01:45:36.000000000 +0100 ++++ teg-0.11.2/client/gui-gnome/stock/Makefile.in 2007-06-19 16:13:47.000000000 +0200 +@@ -100,6 +100,7 @@ + GGZ_CONFIG = @GGZ_CONFIG@ + GMOFILES = @GMOFILES@ + GMSGFMT = @GMSGFMT@ ++GREP = @GREP@ + INSTALL_DATA = @INSTALL_DATA@ + INSTALL_GCONF_CONFIG_SOURCE = @INSTALL_GCONF_CONFIG_SOURCE@ + INSTALL_PROGRAM = @INSTALL_PROGRAM@ +@@ -177,13 +178,9 @@ + XGETTEXT = @XGETTEXT@ + XML_CFLAGS = @XML_CFLAGS@ + XML_LIBS = @XML_LIBS@ +-ac_ct_AR = @ac_ct_AR@ + ac_ct_CC = @ac_ct_CC@ + ac_ct_CXX = @ac_ct_CXX@ + ac_ct_F77 = @ac_ct_F77@ +-ac_ct_RANLIB = @ac_ct_RANLIB@ +-ac_ct_STRIP = @ac_ct_STRIP@ +-ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@ + am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ + am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ + am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ +@@ -200,6 +197,9 @@ + build_os = @build_os@ + build_vendor = @build_vendor@ + datadir = @datadir@ ++datarootdir = @datarootdir@ ++docdir = @docdir@ ++dvidir = @dvidir@ + exec_prefix = @exec_prefix@ + ggz_config = @ggz_config@ + ggzdatadir = @ggzdatadir@ +@@ -219,18 +219,22 @@ + host_cpu = @host_cpu@ + host_os = @host_os@ + host_vendor = @host_vendor@ ++htmldir = @htmldir@ + includedir = @includedir@ + infodir = @infodir@ + install_sh = @install_sh@ + libdir = @libdir@ + libexecdir = @libexecdir@ ++localedir = @localedir@ + localstatedir = @localstatedir@ + mandir = @mandir@ + mkdir_p = @mkdir_p@ + oldincludedir = @oldincludedir@ + packagesrcdir = @packagesrcdir@ ++pdfdir = @pdfdir@ + prefix = @prefix@ + program_transform_name = @program_transform_name@ ++psdir = @psdir@ + sbindir = @sbindir@ + sharedstatedir = @sharedstatedir@ + sysconfdir = @sysconfdir@ +diff -Nru teg-0.11.2.orig/client/Makefile.in teg-0.11.2/client/Makefile.in +--- teg-0.11.2.orig/client/Makefile.in 2007-03-15 01:45:35.000000000 +0100 ++++ teg-0.11.2/client/Makefile.in 2007-06-19 16:13:46.000000000 +0200 +@@ -141,6 +141,7 @@ + GGZ_CONFIG = @GGZ_CONFIG@ + GMOFILES = @GMOFILES@ + GMSGFMT = @GMSGFMT@ ++GREP = @GREP@ + INSTALL_DATA = @INSTALL_DATA@ + INSTALL_GCONF_CONFIG_SOURCE = @INSTALL_GCONF_CONFIG_SOURCE@ + INSTALL_PROGRAM = @INSTALL_PROGRAM@ +@@ -218,13 +219,9 @@ + XGETTEXT = @XGETTEXT@ + XML_CFLAGS = @XML_CFLAGS@ + XML_LIBS = @XML_LIBS@ +-ac_ct_AR = @ac_ct_AR@ + ac_ct_CC = @ac_ct_CC@ + ac_ct_CXX = @ac_ct_CXX@ + ac_ct_F77 = @ac_ct_F77@ +-ac_ct_RANLIB = @ac_ct_RANLIB@ +-ac_ct_STRIP = @ac_ct_STRIP@ +-ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@ + am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ + am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ + am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ +@@ -241,6 +238,9 @@ + build_os = @build_os@ + build_vendor = @build_vendor@ + datadir = @datadir@ ++datarootdir = @datarootdir@ ++docdir = @docdir@ ++dvidir = @dvidir@ + exec_prefix = @exec_prefix@ + ggz_config = @ggz_config@ + ggzdatadir = @ggzdatadir@ +@@ -260,18 +260,22 @@ + host_cpu = @host_cpu@ + host_os = @host_os@ + host_vendor = @host_vendor@ ++htmldir = @htmldir@ + includedir = @includedir@ + infodir = @infodir@ + install_sh = @install_sh@ + libdir = @libdir@ + libexecdir = @libexecdir@ ++localedir = @localedir@ + localstatedir = @localstatedir@ + mandir = @mandir@ + mkdir_p = @mkdir_p@ + oldincludedir = @oldincludedir@ + packagesrcdir = @packagesrcdir@ ++pdfdir = @pdfdir@ + prefix = @prefix@ + program_transform_name = @program_transform_name@ ++psdir = @psdir@ + sbindir = @sbindir@ + sharedstatedir = @sharedstatedir@ + sysconfdir = @sysconfdir@ +diff -Nru teg-0.11.2.orig/client/teg_pix/Makefile.in teg-0.11.2/client/teg_pix/Makefile.in +--- teg-0.11.2.orig/client/teg_pix/Makefile.in 2007-03-15 01:45:36.000000000 +0100 ++++ teg-0.11.2/client/teg_pix/Makefile.in 2007-06-19 16:13:47.000000000 +0200 +@@ -111,6 +111,7 @@ + GGZ_CONFIG = @GGZ_CONFIG@ + GMOFILES = @GMOFILES@ + GMSGFMT = @GMSGFMT@ ++GREP = @GREP@ + INSTALL_DATA = @INSTALL_DATA@ + INSTALL_GCONF_CONFIG_SOURCE = @INSTALL_GCONF_CONFIG_SOURCE@ + INSTALL_PROGRAM = @INSTALL_PROGRAM@ +@@ -188,13 +189,9 @@ + XGETTEXT = @XGETTEXT@ + XML_CFLAGS = @XML_CFLAGS@ + XML_LIBS = @XML_LIBS@ +-ac_ct_AR = @ac_ct_AR@ + ac_ct_CC = @ac_ct_CC@ + ac_ct_CXX = @ac_ct_CXX@ + ac_ct_F77 = @ac_ct_F77@ +-ac_ct_RANLIB = @ac_ct_RANLIB@ +-ac_ct_STRIP = @ac_ct_STRIP@ +-ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@ + am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ + am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ + am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ +@@ -211,6 +208,9 @@ + build_os = @build_os@ + build_vendor = @build_vendor@ + datadir = @datadir@ ++datarootdir = @datarootdir@ ++docdir = @docdir@ ++dvidir = @dvidir@ + exec_prefix = @exec_prefix@ + ggz_config = @ggz_config@ + ggzdatadir = @ggzdatadir@ +@@ -230,18 +230,22 @@ + host_cpu = @host_cpu@ + host_os = @host_os@ + host_vendor = @host_vendor@ ++htmldir = @htmldir@ + includedir = @includedir@ + infodir = @infodir@ + install_sh = @install_sh@ + libdir = @libdir@ + libexecdir = @libexecdir@ ++localedir = @localedir@ + localstatedir = @localstatedir@ + mandir = @mandir@ + mkdir_p = @mkdir_p@ + oldincludedir = @oldincludedir@ + packagesrcdir = @packagesrcdir@ ++pdfdir = @pdfdir@ + prefix = @prefix@ + program_transform_name = @program_transform_name@ ++psdir = @psdir@ + sbindir = @sbindir@ + sharedstatedir = @sharedstatedir@ + sysconfdir = @sysconfdir@ +diff -Nru teg-0.11.2.orig/client/themes/draco/Makefile.in teg-0.11.2/client/themes/draco/Makefile.in +--- teg-0.11.2.orig/client/themes/draco/Makefile.in 2007-03-15 01:45:37.000000000 +0100 ++++ teg-0.11.2/client/themes/draco/Makefile.in 2007-06-19 16:13:47.000000000 +0200 +@@ -110,6 +110,7 @@ + GGZ_CONFIG = @GGZ_CONFIG@ + GMOFILES = @GMOFILES@ + GMSGFMT = @GMSGFMT@ ++GREP = @GREP@ + INSTALL_DATA = @INSTALL_DATA@ + INSTALL_GCONF_CONFIG_SOURCE = @INSTALL_GCONF_CONFIG_SOURCE@ + INSTALL_PROGRAM = @INSTALL_PROGRAM@ +@@ -187,13 +188,9 @@ + XGETTEXT = @XGETTEXT@ + XML_CFLAGS = @XML_CFLAGS@ + XML_LIBS = @XML_LIBS@ +-ac_ct_AR = @ac_ct_AR@ + ac_ct_CC = @ac_ct_CC@ + ac_ct_CXX = @ac_ct_CXX@ + ac_ct_F77 = @ac_ct_F77@ +-ac_ct_RANLIB = @ac_ct_RANLIB@ +-ac_ct_STRIP = @ac_ct_STRIP@ +-ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@ + am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ + am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ + am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ +@@ -210,6 +207,9 @@ + build_os = @build_os@ + build_vendor = @build_vendor@ + datadir = @datadir@ ++datarootdir = @datarootdir@ ++docdir = @docdir@ ++dvidir = @dvidir@ + exec_prefix = @exec_prefix@ + ggz_config = @ggz_config@ + ggzdatadir = @ggzdatadir@ +@@ -229,18 +229,22 @@ + host_cpu = @host_cpu@ + host_os = @host_os@ + host_vendor = @host_vendor@ ++htmldir = @htmldir@ + includedir = @includedir@ + infodir = @infodir@ + install_sh = @install_sh@ + libdir = @libdir@ + libexecdir = @libexecdir@ ++localedir = @localedir@ + localstatedir = @localstatedir@ + mandir = @mandir@ + mkdir_p = @mkdir_p@ + oldincludedir = @oldincludedir@ + packagesrcdir = @packagesrcdir@ ++pdfdir = @pdfdir@ + prefix = @prefix@ + program_transform_name = @program_transform_name@ ++psdir = @psdir@ + sbindir = @sbindir@ + sharedstatedir = @sharedstatedir@ + sysconfdir = @sysconfdir@ +diff -Nru teg-0.11.2.orig/client/themes/m2/Makefile.in teg-0.11.2/client/themes/m2/Makefile.in +--- teg-0.11.2.orig/client/themes/m2/Makefile.in 2007-03-15 01:45:38.000000000 +0100 ++++ teg-0.11.2/client/themes/m2/Makefile.in 2007-06-19 16:13:47.000000000 +0200 +@@ -110,6 +110,7 @@ + GGZ_CONFIG = @GGZ_CONFIG@ + GMOFILES = @GMOFILES@ + GMSGFMT = @GMSGFMT@ ++GREP = @GREP@ + INSTALL_DATA = @INSTALL_DATA@ + INSTALL_GCONF_CONFIG_SOURCE = @INSTALL_GCONF_CONFIG_SOURCE@ + INSTALL_PROGRAM = @INSTALL_PROGRAM@ +@@ -187,13 +188,9 @@ + XGETTEXT = @XGETTEXT@ + XML_CFLAGS = @XML_CFLAGS@ + XML_LIBS = @XML_LIBS@ +-ac_ct_AR = @ac_ct_AR@ + ac_ct_CC = @ac_ct_CC@ + ac_ct_CXX = @ac_ct_CXX@ + ac_ct_F77 = @ac_ct_F77@ +-ac_ct_RANLIB = @ac_ct_RANLIB@ +-ac_ct_STRIP = @ac_ct_STRIP@ +-ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@ + am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ + am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ + am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ +@@ -210,6 +207,9 @@ + build_os = @build_os@ + build_vendor = @build_vendor@ + datadir = @datadir@ ++datarootdir = @datarootdir@ ++docdir = @docdir@ ++dvidir = @dvidir@ + exec_prefix = @exec_prefix@ + ggz_config = @ggz_config@ + ggzdatadir = @ggzdatadir@ +@@ -229,18 +229,22 @@ + host_cpu = @host_cpu@ + host_os = @host_os@ + host_vendor = @host_vendor@ ++htmldir = @htmldir@ + includedir = @includedir@ + infodir = @infodir@ + install_sh = @install_sh@ + libdir = @libdir@ + libexecdir = @libexecdir@ ++localedir = @localedir@ + localstatedir = @localstatedir@ + mandir = @mandir@ + mkdir_p = @mkdir_p@ + oldincludedir = @oldincludedir@ + packagesrcdir = @packagesrcdir@ ++pdfdir = @pdfdir@ + prefix = @prefix@ + program_transform_name = @program_transform_name@ ++psdir = @psdir@ + sbindir = @sbindir@ + sharedstatedir = @sharedstatedir@ + sysconfdir = @sysconfdir@ +diff -Nru teg-0.11.2.orig/client/themes/Makefile.in teg-0.11.2/client/themes/Makefile.in +--- teg-0.11.2.orig/client/themes/Makefile.in 2007-03-15 01:45:37.000000000 +0100 ++++ teg-0.11.2/client/themes/Makefile.in 2007-06-19 16:13:47.000000000 +0200 +@@ -109,6 +109,7 @@ + GGZ_CONFIG = @GGZ_CONFIG@ + GMOFILES = @GMOFILES@ + GMSGFMT = @GMSGFMT@ ++GREP = @GREP@ + INSTALL_DATA = @INSTALL_DATA@ + INSTALL_GCONF_CONFIG_SOURCE = @INSTALL_GCONF_CONFIG_SOURCE@ + INSTALL_PROGRAM = @INSTALL_PROGRAM@ +@@ -186,13 +187,9 @@ + XGETTEXT = @XGETTEXT@ + XML_CFLAGS = @XML_CFLAGS@ + XML_LIBS = @XML_LIBS@ +-ac_ct_AR = @ac_ct_AR@ + ac_ct_CC = @ac_ct_CC@ + ac_ct_CXX = @ac_ct_CXX@ + ac_ct_F77 = @ac_ct_F77@ +-ac_ct_RANLIB = @ac_ct_RANLIB@ +-ac_ct_STRIP = @ac_ct_STRIP@ +-ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@ + am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ + am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ + am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ +@@ -209,6 +206,9 @@ + build_os = @build_os@ + build_vendor = @build_vendor@ + datadir = @datadir@ ++datarootdir = @datarootdir@ ++docdir = @docdir@ ++dvidir = @dvidir@ + exec_prefix = @exec_prefix@ + ggz_config = @ggz_config@ + ggzdatadir = @ggzdatadir@ +@@ -228,18 +228,22 @@ + host_cpu = @host_cpu@ + host_os = @host_os@ + host_vendor = @host_vendor@ ++htmldir = @htmldir@ + includedir = @includedir@ + infodir = @infodir@ + install_sh = @install_sh@ + libdir = @libdir@ + libexecdir = @libexecdir@ ++localedir = @localedir@ + localstatedir = @localstatedir@ + mandir = @mandir@ + mkdir_p = @mkdir_p@ + oldincludedir = @oldincludedir@ + packagesrcdir = @packagesrcdir@ ++pdfdir = @pdfdir@ + prefix = @prefix@ + program_transform_name = @program_transform_name@ ++psdir = @psdir@ + sbindir = @sbindir@ + sharedstatedir = @sharedstatedir@ + sysconfdir = @sysconfdir@ +diff -Nru teg-0.11.2.orig/client/themes/sentimental/Makefile.in teg-0.11.2/client/themes/sentimental/Makefile.in +--- teg-0.11.2.orig/client/themes/sentimental/Makefile.in 2007-03-15 01:45:38.000000000 +0100 ++++ teg-0.11.2/client/themes/sentimental/Makefile.in 2007-06-19 16:13:47.000000000 +0200 +@@ -110,6 +110,7 @@ + GGZ_CONFIG = @GGZ_CONFIG@ + GMOFILES = @GMOFILES@ + GMSGFMT = @GMSGFMT@ ++GREP = @GREP@ + INSTALL_DATA = @INSTALL_DATA@ + INSTALL_GCONF_CONFIG_SOURCE = @INSTALL_GCONF_CONFIG_SOURCE@ + INSTALL_PROGRAM = @INSTALL_PROGRAM@ +@@ -187,13 +188,9 @@ + XGETTEXT = @XGETTEXT@ + XML_CFLAGS = @XML_CFLAGS@ + XML_LIBS = @XML_LIBS@ +-ac_ct_AR = @ac_ct_AR@ + ac_ct_CC = @ac_ct_CC@ + ac_ct_CXX = @ac_ct_CXX@ + ac_ct_F77 = @ac_ct_F77@ +-ac_ct_RANLIB = @ac_ct_RANLIB@ +-ac_ct_STRIP = @ac_ct_STRIP@ +-ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@ + am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ + am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ + am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ +@@ -210,6 +207,9 @@ + build_os = @build_os@ + build_vendor = @build_vendor@ + datadir = @datadir@ ++datarootdir = @datarootdir@ ++docdir = @docdir@ ++dvidir = @dvidir@ + exec_prefix = @exec_prefix@ + ggz_config = @ggz_config@ + ggzdatadir = @ggzdatadir@ +@@ -229,18 +229,22 @@ + host_cpu = @host_cpu@ + host_os = @host_os@ + host_vendor = @host_vendor@ ++htmldir = @htmldir@ + includedir = @includedir@ + infodir = @infodir@ + install_sh = @install_sh@ + libdir = @libdir@ + libexecdir = @libexecdir@ ++localedir = @localedir@ + localstatedir = @localstatedir@ + mandir = @mandir@ + mkdir_p = @mkdir_p@ + oldincludedir = @oldincludedir@ + packagesrcdir = @packagesrcdir@ ++pdfdir = @pdfdir@ + prefix = @prefix@ + program_transform_name = @program_transform_name@ ++psdir = @psdir@ + sbindir = @sbindir@ + sharedstatedir = @sharedstatedir@ + sysconfdir = @sysconfdir@ +diff -Nru teg-0.11.2.orig/common/Makefile.in teg-0.11.2/common/Makefile.in +--- teg-0.11.2.orig/common/Makefile.in 2007-03-15 01:45:39.000000000 +0100 ++++ teg-0.11.2/common/Makefile.in 2007-06-19 16:13:48.000000000 +0200 +@@ -124,6 +124,7 @@ + GGZ_CONFIG = @GGZ_CONFIG@ + GMOFILES = @GMOFILES@ + GMSGFMT = @GMSGFMT@ ++GREP = @GREP@ + INSTALL_DATA = @INSTALL_DATA@ + INSTALL_GCONF_CONFIG_SOURCE = @INSTALL_GCONF_CONFIG_SOURCE@ + INSTALL_PROGRAM = @INSTALL_PROGRAM@ +@@ -201,13 +202,9 @@ + XGETTEXT = @XGETTEXT@ + XML_CFLAGS = @XML_CFLAGS@ + XML_LIBS = @XML_LIBS@ +-ac_ct_AR = @ac_ct_AR@ + ac_ct_CC = @ac_ct_CC@ + ac_ct_CXX = @ac_ct_CXX@ + ac_ct_F77 = @ac_ct_F77@ +-ac_ct_RANLIB = @ac_ct_RANLIB@ +-ac_ct_STRIP = @ac_ct_STRIP@ +-ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@ + am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ + am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ + am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ +@@ -224,6 +221,9 @@ + build_os = @build_os@ + build_vendor = @build_vendor@ + datadir = @datadir@ ++datarootdir = @datarootdir@ ++docdir = @docdir@ ++dvidir = @dvidir@ + exec_prefix = @exec_prefix@ + ggz_config = @ggz_config@ + ggzdatadir = @ggzdatadir@ +@@ -243,18 +243,22 @@ + host_cpu = @host_cpu@ + host_os = @host_os@ + host_vendor = @host_vendor@ ++htmldir = @htmldir@ + includedir = @includedir@ + infodir = @infodir@ + install_sh = @install_sh@ + libdir = @libdir@ + libexecdir = @libexecdir@ ++localedir = @localedir@ + localstatedir = @localstatedir@ + mandir = @mandir@ + mkdir_p = @mkdir_p@ + oldincludedir = @oldincludedir@ + packagesrcdir = @packagesrcdir@ ++pdfdir = @pdfdir@ + prefix = @prefix@ + program_transform_name = @program_transform_name@ ++psdir = @psdir@ + sbindir = @sbindir@ + sharedstatedir = @sharedstatedir@ + sysconfdir = @sysconfdir@ +diff -Nru teg-0.11.2.orig/docs/gnome-help/C/Makefile.in teg-0.11.2/docs/gnome-help/C/Makefile.in +--- teg-0.11.2.orig/docs/gnome-help/C/Makefile.in 2007-03-15 01:45:39.000000000 +0100 ++++ teg-0.11.2/docs/gnome-help/C/Makefile.in 2007-06-19 16:13:48.000000000 +0200 +@@ -15,27 +15,27 @@ + @SET_MAKE@ + + # To use this template: +-# 1) Define: figs, docname, lang, omffile, sgml_ents although figs, +-# omffile, and sgml_ents may be empty in your Makefile.am which ++# 1) Define: figs, docname, lang, omffile, xml_ents although figs, ++# omffile, and xml_ents may be empty in your Makefile.am which + # will "include" this one + # 2) Figures must go under figures/ and be in PNG format + # 3) You should only have one document per directory + # + # Note that this makefile forces the directory name under +-# $prefix/share/gnome/help/ to be the same as the SGML filename ++# $prefix/share/gnome/help/ to be the same as the XML filename + # of the document. This is required by GNOME. eg: +-# $prefix/share/gnome/help/fish_applet/C/fish_applet.sgml ++# $prefix/share/gnome/help/fish_applet/C/fish_applet.xml + # ^^^^^^^^^^^ ^^^^^^^^^^^ + # Definitions: + # figs A list of screenshots which will be included in EXTRA_DIST + # Note that these should reside in figures/ and should be .png + # files, or you will have to make modifications below. +-# docname This is the name of the SGML file: .sgml ++# docname This is the name of the XML file: .xml + # lang This is the document locale + # omffile This is the name of the OMF file. Convention is to name + # it -.omf. +-# sgml_ents This is a list of SGML entities which must be installed +-# with the main SGML file and included in EXTRA_DIST. ++# xml_ents This is a list of XML entities which must be installed ++# with the main XML file and included in EXTRA_DIST. + # eg: + # figs = \ + # figures/fig1.png \ +@@ -43,8 +43,8 @@ + # docname = scrollkeeper-manual + # lang = C + # omffile=scrollkeeper-manual-C.omf +-# sgml_ents = fdl.sgml +-# include $(top_srcdir)/help/sgmldocs.make ++# xml_ents = fdl.xml ++# include $(top_srcdir)/help/xmldocs.make + # dist-hook: app-dist-hook + # + +@@ -145,6 +145,7 @@ + GGZ_CONFIG = @GGZ_CONFIG@ + GMOFILES = @GMOFILES@ + GMSGFMT = @GMSGFMT@ ++GREP = @GREP@ + INSTALL_DATA = @INSTALL_DATA@ + INSTALL_GCONF_CONFIG_SOURCE = @INSTALL_GCONF_CONFIG_SOURCE@ + INSTALL_PROGRAM = @INSTALL_PROGRAM@ +@@ -222,13 +223,9 @@ + XGETTEXT = @XGETTEXT@ + XML_CFLAGS = @XML_CFLAGS@ + XML_LIBS = @XML_LIBS@ +-ac_ct_AR = @ac_ct_AR@ + ac_ct_CC = @ac_ct_CC@ + ac_ct_CXX = @ac_ct_CXX@ + ac_ct_F77 = @ac_ct_F77@ +-ac_ct_RANLIB = @ac_ct_RANLIB@ +-ac_ct_STRIP = @ac_ct_STRIP@ +-ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@ + am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ + am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ + am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ +@@ -245,6 +242,9 @@ + build_os = @build_os@ + build_vendor = @build_vendor@ + datadir = @datadir@ ++datarootdir = @datarootdir@ ++docdir = $(datadir)/gnome/help/$(docname)/$(lang) ++dvidir = @dvidir@ + exec_prefix = @exec_prefix@ + ggz_config = @ggz_config@ + ggzdatadir = @ggzdatadir@ +@@ -264,18 +264,22 @@ + host_cpu = @host_cpu@ + host_os = @host_os@ + host_vendor = @host_vendor@ ++htmldir = @htmldir@ + includedir = @includedir@ + infodir = @infodir@ + install_sh = @install_sh@ + libdir = @libdir@ + libexecdir = @libexecdir@ ++localedir = @localedir@ + localstatedir = @localstatedir@ + mandir = @mandir@ + mkdir_p = @mkdir_p@ + oldincludedir = @oldincludedir@ + packagesrcdir = @packagesrcdir@ ++pdfdir = @pdfdir@ + prefix = @prefix@ + program_transform_name = @program_transform_name@ ++psdir = @psdir@ + sbindir = @sbindir@ + sharedstatedir = @sharedstatedir@ + sysconfdir = @sysconfdir@ +@@ -292,15 +296,14 @@ + lang = C + omffile = teg-C.omf + sgml_ents = +-docdir = $(datadir)/gnome/help/$(docname)/$(lang) + doc_DATA = index.html +-sgml_files = $(sgml_ents) $(docname).sgml ++xml_files = $(xml_ents) $(docname).xml + omf_dir = $(top_srcdir)/omf-install +-EXTRA_DIST = $(sgml_files) $(doc_DATA) $(omffile) $(figs) ++EXTRA_DIST = $(xml_files) $(doc_DATA) $(omffile) $(figs) + CLEANFILES = omf_timestamp + ourdir = `pwd`; \ + cd $(srcdir); \ +- cp $(sgml_ents) $$ourdir ++ cp $(xml_ents) $$ourdir + + all: all-am + +@@ -493,24 +496,22 @@ + + omf_timestamp: $(omffile) + -for file in $(omffile); do \ +- scrollkeeper-preinstall $(docdir)/$(docname).sgml $$file $(omf_dir)/$$file; \ ++ scrollkeeper-preinstall $(docdir)/$(docname).xml $$file $(omf_dir)/$$file; \ + done + touch omf_timestamp + + index.html: $(docname)/index.html + -cp $(docname)/index.html . + +-$(docname).sgml: $(sgml_ents) ++$(docname).xml: $(xml_ents) + + # The weird srcdir trick is because the db2html from the Cygnus RPMs + # cannot handle relative filenames + # Suse Linux 10.0 does not have "db2html", only "docbook2html" which is a script that calls "jw" + # Check if any of those is available. +-$(docname)/index.html: $(srcdir)/$(docname).sgml ++$(docname)/index.html: $(srcdir)/$(docname).xml + -srcdir=`cd $(srcdir) && pwd`; \ +- test ! "x`which db2html`" = "x" && db2html $$srcdir/$(docname).sgml; \ +- test ! "x`which docbook2html`" = "x" && docbook2html $$srcdir/$(docname).sgml; \ +- test ! "x`which jw`" = "x" && jw -f docbook -b html $$srcdir/$(docname).sgml ++ test ! "x`xmlto`" = "x" && xmlto --skip-validation html-nochunks html $$srcdir/$(docname).xml + + # remove $(docname) to make installation work + app-dist-hook: index.html +@@ -530,7 +531,7 @@ + install-data-am: index.html omf + -$(mkinstalldirs) $(DESTDIR)$(docdir)/stylesheet-images + -$(mkinstalldirs) $(DESTDIR)$(docdir)/figures +- -cp $(srcdir)/$(sgml_files) $(DESTDIR)$(docdir) ++ -cp $(srcdir)/$(xml_files) $(DESTDIR)$(docdir) + -for file in $(srcdir)/*.html $(srcdir)/$(docname)/*.css; do \ + basefile=`echo $$file | sed -e 's,^.*/,,'`; \ + $(INSTALL_DATA) $$file $(DESTDIR)$(docdir)/$$basefile; \ +@@ -547,13 +548,13 @@ + $(INSTALL_DATA) $(srcdir)/topic.dat $(DESTDIR)$(docdir); \ + fi + +-$(docname).ps: $(srcdir)/$(docname).sgml ++$(docname).ps: $(srcdir)/$(docname).xml + -srcdir=`cd $(srcdir) && pwd`; \ +- db2ps $$srcdir/$(docname).sgml ++ db2ps $$srcdir/$(docname).xml + +-$(docname).rtf: $(srcdir)/$(docname).sgml ++$(docname).rtf: $(srcdir)/$(docname).xml + -srcdir=`cd $(srcdir) && pwd`; \ +- db2ps $$srcdir/$(docname).sgml ++ db2ps $$srcdir/$(docname).xml + + uninstall-local: + -for file in $(srcdir)/$(docname)/stylesheet-images/*.gif; do \ +@@ -568,7 +569,7 @@ + basefile=`echo $$file | sed -e 's,^.*/,,'`; \ + rm -f $(DESTDIR)$(docdir)/$$basefile; \ + done +- -for file in $(sgml_files); do \ ++ -for file in $(xml_files); do \ + rm -f $(DESTDIR)$(docdir)/$$file; \ + done + -rmdir $(DESTDIR)$(docdir)/stylesheet-images +diff -Nru teg-0.11.2.orig/docs/gnome-help/C/teg-C.omf teg-0.11.2/docs/gnome-help/C/teg-C.omf +--- teg-0.11.2.orig/docs/gnome-help/C/teg-C.omf 2002-04-21 03:13:20.000000000 +0200 ++++ teg-0.11.2/docs/gnome-help/C/teg-C.omf 2007-06-19 16:13:33.000000000 +0200 +@@ -7,8 +7,8 @@ + + GNOME|Games + +- +- ++ ++ + + + +diff -Nru teg-0.11.2.orig/docs/gnome-help/C/teg.sgml teg-0.11.2/docs/gnome-help/C/teg.sgml +--- teg-0.11.2.orig/docs/gnome-help/C/teg.sgml 2006-03-14 19:35:13.000000000 +0100 ++++ teg-0.11.2/docs/gnome-help/C/teg.sgml 1970-01-01 01:00:00.000000000 +0100 +@@ -1,454 +0,0 @@ +- +- +-]> +- +- +- +- +- +- +- +-
+- +- Tenes Empanadas Graciela Manual +- +- 2002 +- Quesada, Ricardo +- +- +- +- +- +- +- +- +- +- Permission is granted to copy, distribute and/or modify this document +- under the terms of the GNU Free Documentation +- License, Version 1.1 or any later version +- published by the Free Software Foundation with no Invariant Sections, +- no Front-Cover Texts, and no Back-Cover Texts. A copy of the license +- can be found here. +- +- +- Many of the names used by companies to distinguish their products and +- services are claimed as trademarks. Where those names appear in any +- GNOME documentation, and those trademarks are made aware to the members +- of the GNOME Documentation Project, the names have been printed in caps +- or initial caps. +- +- +- +- +- +- This is version 1.0 of the TEG manual. +- +- +- +- +- Introduction +- Tenes Empandas Graciela (TEG), is a clone of an Argentinian game +- called 'Plan T�ctico y Estr�tegico de la Guerra', a +- modified clone of the turn based strategy game 'Risk'. +- It is a multi-player game that can be played across the Internet. +- +- +- The target of the game is to conquer all the countries of +- the world, which are displayed in a map, or to accomplish your secret +- mission (if you prefer to play with secret missions). In order to +- achieve this goal, the player is supposed to create a certain strategy +- (i.e. try to conquer one continent in the first place, protecting its +- borders once this first step have been achieved. Only then, try to conquer +- another continent). +- +- +- +- Playing the game +- +- Connecting to the server +- To connect to the server, you must know the address and +- port of the server. The well-known port of the server is 2000. +- You must tell the client this through the connect +- dialog. +- +- +-
+- Connect dialog +- connect dialog +- +- +-
+- +- After filling the 'Connect Dialog', you'll have a new dialog, +- which will ask your favorite color. +- +-
+- 'Select color' dialog +- color dialog +- +- +-
+- +- If you select a color that it isn't available, the server will +- select a color for you +- +- +-
+- +- Starting the game +- In order to start the game, there should be at least 2 and a +- maximum of 6 players connected to the server. Once connected, any +- of the said players can start the game by clicking on the +- start button of his client. No more players are allowed +- when the game has already started. +- After clicking on the start button, the `Type of +- Game' dialog will appear. +- +-
+- Start button +- Start button +- +- +-
+- +- The server, will then distribute all the countries at random +- among the players, providing each country with an army. +- +- +- Note +- One can also connect to the server as an observer. This enables to follow the +- game, but not to play. It is noteworthy to keep in mind that there is a maximum number of 9 +- connections permitted in this mode. +-
+- +- +- Placing the armies for 1st time +- To place the the armies for 1st time, you must wait your turn. +- Once you are given the turn, you must place 5 armies in your countries. +- After that, send them to the server clicking on send armies button. +- Then, you must wait again for your turn, and place another 3 armies in +- your countries. You can place all the armies in one country if you want +- (there is no limit on the number of armies per country). Once all the +- players have placed the 8 armies, you will be able to attack. +- +- +- +- Attacking an enemy +- To attack an enemy, you must wait for your turn. When you receive +- the turn you can attack as many times as you want. To attack, you must +- select 2 countries: the source country (your country), +- and the destination country (your opponent country). The source country +- must have at least 2 armies, but there is no restriction on the quantity +- of the destination country. The source and destination countries must be +- frontier. Frontiers countries are the ones that have common borders or +- a line that connects them. +- +- +- When you attack, you throw 'n' dices, where 'n' is the number of +- armies that you have in your country minus one, but no more than 3. +- Your enemy will throw 'm' dices, where 'm' is the number of armies +- that he has in his country, but no more than 3. After that, the results +- of the dices are sorted in a desceding order. +- +- The results are compared, the greatest result, with the greatest result, +- and so on. If the there is a draw, or if the destination's result is greater, +- then the source country must take one of his armies off, otherwise +- the destination country must take one of his armies off. +- +- You will conquer the country if your opponent runs out of armies. In that +- case you can move as much as 3 armies to the conquered country (from the source +- country) +- +- Armies example: +- +- If you have 3 armies, and your opponent has 3 armies, +- you will throw 2 dices, and your opponent 3. +- If you have 5 armies, and your opponent has 2 armies, +- you will throw 3 dices, and your opponent 2. +- If you have 1 army, you cant attack +- +- +- Dices example: +- +- If you get a: 6, 4, 2, and your +- opponent gets 6, 3, the result is: +- 6 vs. 6, +- and your opponent wins (you take away one of your armies), and +- the other is:4 vs. 3 , and you win (your +- opponent takes away one of his armies). +- +- If you get a: 4, 2, 2, and your +- opponent gets 3, 2, 1, the result is: +- 4 vs. 3, and you wins (your opponent has to take away one +- of his armies). The 2nd result is:2 vs. 2, +- and your opponent wins (so you have to take away one of your armies), +- and the last result is 2 vs. 1 and here you +- win, and your opponent has to take away one of his armies. +- +- +- +- +-
+- Dices window +- Dices window +- +- +-
+- +- +- Tip +- Don't attack a country that has more armies than yours +- +-
+- +- +- After the attack +- After your attack you can Regroup your armies. +- You can move as much as 3 armies from one country to another one (they +- must be frontier countries), and the army that is moved once, won't be +- able to be moved again in that turn. +- +- After you finish your Regroup armies, and +- before you End your turn you can Get country card. +- +- If you want to Get country card you must have +- conquered at least one country in your turn, and if that is OK, you +- will be given a country card chosen randomly. If the country that +- represents the card is yours, that country will be +- added 2 armies automatically. Otherwise you will be allowed to place 2 +- armies later if you conquer it. There are 4 types of cards: +- galleon, cannon, balloon +- or a joker. When you have 3 different cards or 3 cards +- of the same type you can exchange them for armies. +- +- +- +- Number of exchangeQuantity of armies received +- 14 +- 27 +- 310 (and now add 5) +- 415 +- 520 +- ...... +- +- +- After the 3rd exchange, you will have to conquer 2 countries +- (instead of one) to 'get a country card' +- +- Finally, you must press End turn to finish your turn, +- and give it to the next player +- +- +- +- A new turn +- When all the players finished their turns, a new turn will start. This +- time, the first player to start will be the 2nd player of the last +- turn. This player will have to place a certain amount of armies in his countries. +- If a player has conquered an entire continent, he will have to place: +- +- +- ContinentQuantity of armies +- South America3 +- North America5 +- Africa3 +- Europe5 +- Asia7 +- Oceania2 +- +- +- +- Note +- Those armies must be placed in the conquered continent +- +- +- After all the players have finished placing their armies, you will be able +- to attack again. +- +-
+- +- +- Playing with secret missions +- You can choose between playing with secret mission, +- or to conquer the world. +- +-
+- Type of game +- Type of game +- +- +-
+- +- +- Note +- If you know that only 2 players are going to play, its better to use +- the 'conquer the world' option +- +- +- If you play with secret mission, you can win achieving +- your secret mission, or achieving the common `secret' mission, +- which is to conquer 30 countries of the world. If you play with conquer +- the world you win only conquering the entire world. +- +- The winner is the player who achieves his mission first. +- +- You can also, change the type of game from the server's console. Just +- type set conquer_world=0 or set conquer_world=1 to switch +- between secret missions or conquer the world. +- +- +- Viewing your mission +- To view your secret mission, just click on view->mission in the client +- +- +-
+- Your mission +- Your mission +- +- +-
+-
+- +- +- The Server +- +- Starting the server +- You can start the server, executing the command tegserver or +- from the connect dialog of the client, clicking in the Start server locally +- +- +-
+- Starting the server locally +- Starting the server locally +- +- +-
+- +-
+- +- Server commands +- The server has very useful commands to configure it. Just type help and +- you will see all the available commands. +- +-
+- Server commands +- Server commands +- +- +-
+-
+- +-
+- +- +- Differences with Risk +- +- Differences with Risk +- +- I don't know the original Risk rules (I've only played Risk once or twice a looong time ago). +- So I'm not sure about the differences between both games. If you notice them, please tell me. +- So far, here is what some TEG players told me: +- +- TEG vs. Risk +- +- +- +- +- +- +- +- Topic +- TEG +- Risk +- +- +- +- +- After conquering a country +- You can only move at most 3 armies to that country +- You can move as many as you want +- +- +- After ending your turn +- You can't place any army, unless you have the card of any +- of your countries, where you can place only 2 armies +- You're able to place 3 armies in your countries +- +- +- Extra armies for conquering a continent +- They MUST be placed inside the continent +- They can be placed anywhere +- +- +- Placing armies +- They are placed at the beginning of each round +- You place them before attacking +- +- +- Starting a new round +- Each round, a different player will start it (round-robin) +- Each round, the same player starts it +- +- +- Getting cards +- After the third exchange of cards, you have to conquer two countries to get a new card, not just one +- +- +- +- If you notice any other differences, mail it to the list teg-list@lists.sourceforge.net +- Remember that I don't know the Risk rules! +- +- +- +- +-
+-
+-
+- +- +- Bugs +- +- Reporting bugs and sending patches to enhance the +- game +- +- You can contact the author as +- riq@corest.com +- General discussion about this game is carried on the +- teg-list@lists.sourceforge.net mailing list. +- +- +- +- +- +- +- History +- +- Brief history of TEG +- +- Sebasti�n Cativa Tolosa, once told me to do this game. I think that +- was in 1996, in a chat we were having in the University. Well, we started +- to think the game. But I don't know why, the project died after 3 or 4 months. +- In 1998, the project was reactivated, but after 2 weeks it died again :(. +- Finally, in February 2000, I started the game again, and it seems that it is +- not dead :-). +- +- +- +-
+diff -Nru teg-0.11.2.orig/docs/gnome-help/C/teg.xml teg-0.11.2/docs/gnome-help/C/teg.xml +--- teg-0.11.2.orig/docs/gnome-help/C/teg.xml 1970-01-01 01:00:00.000000000 +0100 ++++ teg-0.11.2/docs/gnome-help/C/teg.xml 2007-06-19 16:13:33.000000000 +0200 +@@ -0,0 +1,446 @@ ++ ++ ++ ++ ++ ++ ++ ++
++ ++ Tenes Empanadas Graciela Manual ++ ++ 2002 ++ Quesada, Ricardo ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ Permission is granted to copy, distribute and/or modify this document ++ under the terms of the GNU Free Documentation ++ License, Version 1.1 or any later version ++ published by the Free Software Foundation with no Invariant Sections, ++ no Front-Cover Texts, and no Back-Cover Texts. A copy of the license ++ can be found here. ++ ++ ++ Many of the names used by companies to distinguish their products and ++ services are claimed as trademarks. Where those names appear in any ++ GNOME documentation, and those trademarks are made aware to the members ++ of the GNOME Documentation Project, the names have been printed in caps ++ or initial caps. ++ ++ ++ ++ ++ ++ This is version 1.0 of the TEG manual. ++ ++ ++ ++ ++ Introduction ++ Tenes Empandas Graciela (TEG), is a clone of an Argentinian game ++ called 'Plan Táctico y Estrátegico de la Guerra', a ++ modified clone of the turn based strategy game 'Risk'. ++ It is a multi-player game that can be played across the Internet. ++ ++ ++ The target of the game is to conquer all the countries of ++ the world, which are displayed in a map, or to accomplish your secret ++ mission (if you prefer to play with secret missions). In order to ++ achieve this goal, the player is supposed to create a certain strategy ++ (i.e. try to conquer one continent in the first place, protecting its ++ borders once this first step have been achieved. Only then, try to conquer ++ another continent). ++ ++ ++ ++ Playing the game ++ ++ Connecting to the server ++ To connect to the server, you must know the address and ++ port of the server. The well-known port of the server is 2000. ++ You must tell the client this through the connect ++ dialog. ++ ++ ++
++ Connect dialog ++ connect dialog ++ ++ ++
++ ++ After filling the 'Connect Dialog', you'll have a new dialog, ++ which will ask your favorite color. ++ ++
++ 'Select color' dialog ++ color dialog ++ ++ ++
++ ++ If you select a color that it isn't available, the server will ++ select a color for you ++ ++ ++
++ ++ Starting the game ++ In order to start the game, there should be at least 2 and a ++ maximum of 6 players connected to the server. Once connected, any ++ of the said players can start the game by clicking on the ++ start button of his client. No more players are allowed ++ when the game has already started ++ After clicking on the start button, the `Type of ++ Game' dialog will appear. ++ ++
++ Start button ++ Start button ++ ++ ++
++ ++ The server, will then distribute all the countries at random ++ among the players, providing each country with an army. ++ ++ ++ Note ++ One can also connect to the server as an observer. This enables to follow the ++ game, but not to play. It is noteworthy to keep in mind that there is a maximum number of 9 ++ connections permitted in this mode. ++
++ ++ ++ Placing the armies for 1st time ++ To place the the armies for 1st time, you must wait your turn. ++ Once you are given the turn, you must place 5 armies in your countries. ++ After that, send them to the server clicking on send armies button. ++ Then, you must wait again for your turn, and place another 3 armies in ++ your countries. You can place all the armies in one country if you want ++ (there is no limit on the number of armies per country). Once all the ++ players have placed the 8 armies, you will be able to attack. ++ ++ ++ ++ Attacking an enemy ++ To attack an enemy, you must wait for your turn. When you receive ++ the turn you can attack as many times as you want. To attack, you must ++ select 2 countries: the source country (your country), ++ and the destination country (your opponent country). The source country ++ must have at least 2 armies, but there is no restriction on the quantity ++ of the destination country. The source and destination countries must be ++ frontier. Frontiers countries are the ones that have common borders or ++ a line that connects them. ++ ++ ++ When you attack, you throw 'n' dices, where 'n' is the number of ++ armies that you have in your country minus one, but no more than 3. ++ Your enemy will throw 'm' dices, where 'm' is the number of armies ++ that he has in his country, but no more than 3. After that, the results ++ of the dices are sorted in a descedig order. ++ ++ The results are compared, the greatest result, with the greatest result, ++ and so on. If the there is a draw, or if the destination's result is greater, ++ then the source country must take one of his armies off, otherwise ++ the destination country must take one of his armies off. ++ ++ You will conquer the country if your opponent runs out of armies. In that ++ case you can move as much as 3 armies to the conquered country (from the source ++ country) ++ ++ Armies example: ++ ++ If you have 3 armies, and your opponent has 3 armies, ++ you will throw 2 dices, and your opponent 3. ++ If you have 5 armies, and your opponent has 2 armies, ++ you will throw 3 dices, and your opponent 2. ++ If you have 1 army, you cant attack ++ ++ ++ Dices example: ++ ++ If you get a: 6, 4, 2, and your ++ opponent gets 6, 3, the result is: ++ 6 vs. 6, ++ and your opponent wins (you take away one of your armies), and ++ the other is:4 vs. 3 , and you win (your ++ opponent takes away one of his armies). ++ ++ If you get a: 4, 2, 2, and your ++ opponent gets 3, 2, 1, the result is: ++ 4 vs. 3, and you wins (your opponent has to take away one ++ of his armies). The 2nd result is:2 vs. 2, ++ and your opponent wins (so you have to take away one of your armies), ++ and the last result is 2 vs. 1 and here you ++ win, and your opponent has to take away one of his armies. ++ ++ ++ ++ ++
++ Dices window ++ Dices window ++ ++ ++
++ ++ ++ Tip ++ Don't attack a country that has more armies than yours ++ ++
++ ++ ++ After the attack ++ After your attack you can Regroup your armies. ++ You can move as much as 3 armies from one country to another one (they ++ must be frontier countries), and the army that is moved once, won't be ++ able to be moved again in that turn. ++ ++ After you finish your Regroup armies, and ++ before you End your turn you can Get country card. ++ ++ If you want to Get country card you must have ++ conquered at least one country in your turn, and if that is OK, you ++ will be given a country card chosen randomly. If the country that ++ represents the card is yours, that country will be ++ added 2 armies automatically. Otherwise you will be allowed to place 2 ++ armies later if you conquer it. There are 4 types of cards: ++ galleon, cannon, balloon ++ or a joker. When you have 3 different cards or 3 cards ++ of the same type you can exchange them for armies. ++ ++ ++ ++ Number of exchangeQuantity of armies received ++ 14 ++ 27 ++ 310 (and now add 5) ++ 415 ++ 520 ++ ...... ++ ++ ++ After the 3rd exchange, you will have to conquer 2 countries ++ (instead of one) to 'get a country card' ++ ++ Finally, you must press End turn to finish your turn, ++ and give it to the next player ++ ++ ++ ++ A new turn ++ When all the players finished their turns, a new turn will start. This ++ time, the first player to start will be the 2nd player of the last ++ turn. This player will have to place a certain amount of armies in his countries. ++ If a player has conquered an entire continent, he will have to place: ++ ++ ++ ContinentQuantity of armies ++ South America3 ++ North America5 ++ Africa3 ++ Europe5 ++ Asia7 ++ Oceania2 ++ ++ ++ ++ Note ++ Those armies must be placed in the conquered continent ++ ++ ++ After all the players have finished placing their armies, you will be able ++ to attack again. ++ ++
++ ++ ++ Playing with secret missions ++ You can choose between playing with secret mission, ++ or to conquer the world. ++ ++
++ Type of game ++ Type of game ++ ++ ++
++ ++ ++ Note ++ If you know that only 2 players are going to play, its better to use ++ the 'conquer the world' option ++ ++ ++ If you play with secret mission, you can win achieving ++ your secret mission, or achieving the common `secret' mission, ++ which is to conquer 30 countries of the world. If you play with conquer ++ the world you win only conquering the entire world. ++ ++ The winner is the player who achieves his mission first. ++ ++ You can also, change the type of game from the server's console. Just ++ type set conquer_world=0 or set conquer_world=1 to switch ++ between secret missions or conquer the world. ++ ++ ++ Viewing your mission ++ To view your secret mission, just click on view->mission in the client ++ ++ ++
++ Your mission ++ Your mission ++ ++ ++
++
++ ++ ++ The Server ++ ++ Starting the server ++ You can start the server, executing the command tegserver or ++ from the connect dialog of the client, clicking in the Start server locally ++ ++ ++
++ Starting the server locally ++ Starting the server locally ++ ++ ++
++ ++
++ ++ Server commands ++ The server has very useful commands to configure it. Just type help and ++ you will see all the available commands. ++ ++
++ Server commands ++ Server commands ++ ++ ++
++
++ ++
++ ++ ++ Differences with Risk ++ ++ Differences with Risk ++ ++ I don't know the original Risk rules (I've only played Risk once or twice a looong time ago). ++ So I'm not sure about the differences between both games. If you notice them, please tell me. ++ ++ TEG vs. Risk ++ ++ ++ ++ ++ ++ ++ ++ Topic ++ TEG ++ Risk ++ ++ ++ ++ ++ After conquering a country ++ You can only move at most 3 armies to that country ++ You can move as many as you want ++ ++ ++ After ending your turn ++You can't place any army, unless you have the card of any ++ of your countries,where you can place only 2 armies ++ You're able to place 3 armies in your countries ++ ++ ++ Extra armies for conquering a continent ++ They MUST be placed inside the continent ++ They can be placed anywhere ++ ++ ++ Placing armies ++ They are placed at the beginning of each round ++ You place them before attacking ++ ++ ++ Starting a new round ++ Each round, a different player will start it (round-robin) ++ Each round, the same player starts it ++ ++ ++ If you notice any other difference, mail it to the list teg-list@lists.sourceforge.net ++ Remember that I don't know the Risk rules! ++ ++ ++ ++ ++ ++ ++ ++ ++
++
++
++ ++ ++ Bugs ++ ++ Reporting bugs and sending patches to enhance the ++ game ++ ++ You can contact the author as ++ riq@corest.com ++ General discussion about this game is carried on the ++ teg-list@lists.sourceforge.net mailing list. ++ ++ ++ ++ ++ ++ ++ History ++ ++ Brief history of TEG ++ ++ Sebastián Cativa Tolosa, once told me to do this game. I think that ++ was in 1996, in a chat we were having in the University. Well, we started ++ to think the game. But I don't know why, the project died after 3 or 4 months. ++ In 1998, the project was reactivated, but after 2 weeks it died again :(. ++ Finally, in February 2000, I started the game again, and it seems that it is ++ not dead :-). ++ ++ ++ ++
+diff -Nru teg-0.11.2.orig/docs/gnome-help/Makefile.in teg-0.11.2/docs/gnome-help/Makefile.in +--- teg-0.11.2.orig/docs/gnome-help/Makefile.in 2007-03-15 01:45:40.000000000 +0100 ++++ teg-0.11.2/docs/gnome-help/Makefile.in 2007-06-19 16:13:48.000000000 +0200 +@@ -109,6 +109,7 @@ + GGZ_CONFIG = @GGZ_CONFIG@ + GMOFILES = @GMOFILES@ + GMSGFMT = @GMSGFMT@ ++GREP = @GREP@ + INSTALL_DATA = @INSTALL_DATA@ + INSTALL_GCONF_CONFIG_SOURCE = @INSTALL_GCONF_CONFIG_SOURCE@ + INSTALL_PROGRAM = @INSTALL_PROGRAM@ +@@ -186,13 +187,9 @@ + XGETTEXT = @XGETTEXT@ + XML_CFLAGS = @XML_CFLAGS@ + XML_LIBS = @XML_LIBS@ +-ac_ct_AR = @ac_ct_AR@ + ac_ct_CC = @ac_ct_CC@ + ac_ct_CXX = @ac_ct_CXX@ + ac_ct_F77 = @ac_ct_F77@ +-ac_ct_RANLIB = @ac_ct_RANLIB@ +-ac_ct_STRIP = @ac_ct_STRIP@ +-ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@ + am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ + am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ + am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ +@@ -209,6 +206,9 @@ + build_os = @build_os@ + build_vendor = @build_vendor@ + datadir = @datadir@ ++datarootdir = @datarootdir@ ++docdir = @docdir@ ++dvidir = @dvidir@ + exec_prefix = @exec_prefix@ + ggz_config = @ggz_config@ + ggzdatadir = @ggzdatadir@ +@@ -228,18 +228,22 @@ + host_cpu = @host_cpu@ + host_os = @host_os@ + host_vendor = @host_vendor@ ++htmldir = @htmldir@ + includedir = @includedir@ + infodir = @infodir@ + install_sh = @install_sh@ + libdir = @libdir@ + libexecdir = @libexecdir@ ++localedir = @localedir@ + localstatedir = @localstatedir@ + mandir = @mandir@ + mkdir_p = @mkdir_p@ + oldincludedir = @oldincludedir@ + packagesrcdir = @packagesrcdir@ ++pdfdir = @pdfdir@ + prefix = @prefix@ + program_transform_name = @program_transform_name@ ++psdir = @psdir@ + sbindir = @sbindir@ + sharedstatedir = @sharedstatedir@ + sysconfdir = @sysconfdir@ +diff -Nru teg-0.11.2.orig/docs/gnome-help/pl/Makefile.am teg-0.11.2/docs/gnome-help/pl/Makefile.am +--- teg-0.11.2.orig/docs/gnome-help/pl/Makefile.am 2006-03-14 23:39:44.000000000 +0100 ++++ teg-0.11.2/docs/gnome-help/pl/Makefile.am 2007-06-19 16:13:33.000000000 +0200 +@@ -12,5 +12,5 @@ + lang = pl + omffile=teg-pl.omf + sgml_ents = +-include $(top_srcdir)/docs/gnome-help/pl/sgmldocs.make ++include $(top_srcdir)/docs/gnome-help/sgmldocs.make + dist-hook: app-dist-hook +diff -Nru teg-0.11.2.orig/docs/gnome-help/pl/Makefile.in teg-0.11.2/docs/gnome-help/pl/Makefile.in +--- teg-0.11.2.orig/docs/gnome-help/pl/Makefile.in 2007-03-15 01:45:40.000000000 +0100 ++++ teg-0.11.2/docs/gnome-help/pl/Makefile.in 2007-06-19 16:13:48.000000000 +0200 +@@ -17,27 +17,27 @@ + # We need our own version of sgmldocs.make to get the Polish letters right! + + # To use this template: +-# 1) Define: figs, docname, lang, omffile, sgml_ents although figs, +-# omffile, and sgml_ents may be empty in your Makefile.am which ++# 1) Define: figs, docname, lang, omffile, xml_ents although figs, ++# omffile, and xml_ents may be empty in your Makefile.am which + # will "include" this one + # 2) Figures must go under figures/ and be in PNG format + # 3) You should only have one document per directory + # + # Note that this makefile forces the directory name under +-# $prefix/share/gnome/help/ to be the same as the SGML filename ++# $prefix/share/gnome/help/ to be the same as the XML filename + # of the document. This is required by GNOME. eg: +-# $prefix/share/gnome/help/fish_applet/C/fish_applet.sgml ++# $prefix/share/gnome/help/fish_applet/C/fish_applet.xml + # ^^^^^^^^^^^ ^^^^^^^^^^^ + # Definitions: + # figs A list of screenshots which will be included in EXTRA_DIST + # Note that these should reside in figures/ and should be .png + # files, or you will have to make modifications below. +-# docname This is the name of the SGML file: .sgml ++# docname This is the name of the XML file: .xml + # lang This is the document locale + # omffile This is the name of the OMF file. Convention is to name + # it -.omf. +-# sgml_ents This is a list of SGML entities which must be installed +-# with the main SGML file and included in EXTRA_DIST. ++# xml_ents This is a list of XML entities which must be installed ++# with the main XML file and included in EXTRA_DIST. + # eg: + # figs = \ + # figures/fig1.png \ +@@ -45,8 +45,8 @@ + # docname = scrollkeeper-manual + # lang = C + # omffile=scrollkeeper-manual-C.omf +-# sgml_ents = fdl.sgml +-# include $(top_srcdir)/help/sgmldocs.make ++# xml_ents = fdl.xml ++# include $(top_srcdir)/help/xmldocs.make + # dist-hook: app-dist-hook + # + +@@ -73,7 +73,7 @@ + build_triplet = @build@ + host_triplet = @host@ + DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ +- $(top_srcdir)/docs/gnome-help/pl/sgmldocs.make ++ $(top_srcdir)/docs/gnome-help/sgmldocs.make + subdir = docs/gnome-help/pl + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 + am__aclocal_m4_deps = $(top_srcdir)/macros/ggz.m4 \ +@@ -147,6 +147,7 @@ + GGZ_CONFIG = @GGZ_CONFIG@ + GMOFILES = @GMOFILES@ + GMSGFMT = @GMSGFMT@ ++GREP = @GREP@ + INSTALL_DATA = @INSTALL_DATA@ + INSTALL_GCONF_CONFIG_SOURCE = @INSTALL_GCONF_CONFIG_SOURCE@ + INSTALL_PROGRAM = @INSTALL_PROGRAM@ +@@ -224,13 +225,9 @@ + XGETTEXT = @XGETTEXT@ + XML_CFLAGS = @XML_CFLAGS@ + XML_LIBS = @XML_LIBS@ +-ac_ct_AR = @ac_ct_AR@ + ac_ct_CC = @ac_ct_CC@ + ac_ct_CXX = @ac_ct_CXX@ + ac_ct_F77 = @ac_ct_F77@ +-ac_ct_RANLIB = @ac_ct_RANLIB@ +-ac_ct_STRIP = @ac_ct_STRIP@ +-ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@ + am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ + am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ + am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ +@@ -247,6 +244,9 @@ + build_os = @build_os@ + build_vendor = @build_vendor@ + datadir = @datadir@ ++datarootdir = @datarootdir@ ++docdir = $(datadir)/gnome/help/$(docname)/$(lang) ++dvidir = @dvidir@ + exec_prefix = @exec_prefix@ + ggz_config = @ggz_config@ + ggzdatadir = @ggzdatadir@ +@@ -266,18 +266,22 @@ + host_cpu = @host_cpu@ + host_os = @host_os@ + host_vendor = @host_vendor@ ++htmldir = @htmldir@ + includedir = @includedir@ + infodir = @infodir@ + install_sh = @install_sh@ + libdir = @libdir@ + libexecdir = @libexecdir@ ++localedir = @localedir@ + localstatedir = @localstatedir@ + mandir = @mandir@ + mkdir_p = @mkdir_p@ + oldincludedir = @oldincludedir@ + packagesrcdir = @packagesrcdir@ ++pdfdir = @pdfdir@ + prefix = @prefix@ + program_transform_name = @program_transform_name@ ++psdir = @psdir@ + sbindir = @sbindir@ + sharedstatedir = @sharedstatedir@ + sysconfdir = @sysconfdir@ +@@ -294,20 +298,19 @@ + lang = pl + omffile = teg-pl.omf + sgml_ents = +-docdir = $(datadir)/gnome/help/$(docname)/$(lang) + doc_DATA = index.html +-sgml_files = $(sgml_ents) $(docname).sgml ++xml_files = $(xml_ents) $(docname).xml + omf_dir = $(top_srcdir)/omf-install +-EXTRA_DIST = $(sgml_files) $(doc_DATA) $(omffile) $(figs) ++EXTRA_DIST = $(xml_files) $(doc_DATA) $(omffile) $(figs) + CLEANFILES = omf_timestamp + ourdir = `pwd`; \ + cd $(srcdir); \ +- cp $(sgml_ents) $$ourdir ++ cp $(xml_ents) $$ourdir + + all: all-am + + .SUFFIXES: +-$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/docs/gnome-help/pl/sgmldocs.make $(am__configure_deps) ++$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/docs/gnome-help/sgmldocs.make $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ +@@ -371,7 +374,7 @@ + + + distdir: $(DISTFILES) +- $(mkdir_p) $(distdir)/../../../docs/gnome-help/pl $(distdir)/figure ++ $(mkdir_p) $(distdir)/../../../docs/gnome-help $(distdir)/figure + @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ + list='$(DISTFILES)'; for file in $$list; do \ +@@ -495,37 +498,24 @@ + + omf_timestamp: $(omffile) + -for file in $(omffile); do \ +- scrollkeeper-preinstall $(docdir)/$(docname).sgml $$file $(omf_dir)/$$file; \ ++ scrollkeeper-preinstall $(docdir)/$(docname).xml $$file $(omf_dir)/$$file; \ + done + touch omf_timestamp + +-# Used to contain "-cp $(docname)/index.html .", but that is pointless + index.html: $(docname)/index.html ++ -cp $(docname)/index.html . + +-$(docname).sgml: $(sgml_ents) ++$(docname).xml: $(xml_ents) + + # The weird srcdir trick is because the db2html from the Cygnus RPMs + # cannot handle relative filenames +- + # Suse Linux 10.0 does not have "db2html", only "docbook2html" which is a script that calls "jw" + # Check if any of those is available. +- +-# Use "iconv" and "tidy" to convert the non-ASCII Polish letters to html-entities. +-# Do it in the following steps: +-# SGML iso8859-2 -> HTML iso8859-2 -> HTML UTF-8 -> HTML ASCII with entities +-$(docname)/index.html: $(srcdir)/$(docname).sgml ++$(docname)/index.html: $(srcdir)/$(docname).xml + -srcdir=`cd $(srcdir) && pwd`; \ +- test ! "x`which db2html`" = "x" && db2html $$srcdir/$(docname).sgml; \ +- test ! "x`which docbook2html`" = "x" && docbook2html $$srcdir/$(docname).sgml; \ +- test ! "x`which jw`" = "x" && jw -f docbook -b html $$srcdir/$(docname).sgml +- +- -for file in *.html; do \ +- iconv -f iso-8859-2 -t utf-8 $$file > utf8_$$file; \ +- tidy --show-warnings no --quiet yes --input-encoding utf8 utf8_$$file > $$file; \ +- rm -f utf8_$$file; \ +- done ++ test ! "x`xmlto`" = "x" && xmlto --skip-validation html-nochunks html $$srcdir/$(docname).xml + +-# removed $(docname) to make thing install ++# remove $(docname) to make installation work + app-dist-hook: index.html + -$(mkinstalldirs) $(distdir)/$(docname)/stylesheet-images + -$(mkinstalldirs) $(distdir)/figures +@@ -539,11 +529,11 @@ + cp $(srcdir)/topic.dat $(distdir); \ + fi + +-# removed $(docname) to make things install ++# remove $(docname) to make installation work + install-data-am: index.html omf + -$(mkinstalldirs) $(DESTDIR)$(docdir)/stylesheet-images + -$(mkinstalldirs) $(DESTDIR)$(docdir)/figures +- -cp $(srcdir)/$(sgml_files) $(DESTDIR)$(docdir) ++ -cp $(srcdir)/$(xml_files) $(DESTDIR)$(docdir) + -for file in $(srcdir)/*.html $(srcdir)/$(docname)/*.css; do \ + basefile=`echo $$file | sed -e 's,^.*/,,'`; \ + $(INSTALL_DATA) $$file $(DESTDIR)$(docdir)/$$basefile; \ +@@ -560,13 +550,13 @@ + $(INSTALL_DATA) $(srcdir)/topic.dat $(DESTDIR)$(docdir); \ + fi + +-$(docname).ps: $(srcdir)/$(docname).sgml ++$(docname).ps: $(srcdir)/$(docname).xml + -srcdir=`cd $(srcdir) && pwd`; \ +- db2ps $$srcdir/$(docname).sgml ++ db2ps $$srcdir/$(docname).xml + +-$(docname).rtf: $(srcdir)/$(docname).sgml ++$(docname).rtf: $(srcdir)/$(docname).xml + -srcdir=`cd $(srcdir) && pwd`; \ +- db2ps $$srcdir/$(docname).sgml ++ db2ps $$srcdir/$(docname).xml + + uninstall-local: + -for file in $(srcdir)/$(docname)/stylesheet-images/*.gif; do \ +@@ -581,7 +571,7 @@ + basefile=`echo $$file | sed -e 's,^.*/,,'`; \ + rm -f $(DESTDIR)$(docdir)/$$basefile; \ + done +- -for file in $(sgml_files); do \ ++ -for file in $(xml_files); do \ + rm -f $(DESTDIR)$(docdir)/$$file; \ + done + -rmdir $(DESTDIR)$(docdir)/stylesheet-images +diff -Nru teg-0.11.2.orig/docs/gnome-help/pl/sgmldocs.make teg-0.11.2/docs/gnome-help/pl/sgmldocs.make +--- teg-0.11.2.orig/docs/gnome-help/pl/sgmldocs.make 2006-03-16 12:28:28.000000000 +0100 ++++ teg-0.11.2/docs/gnome-help/pl/sgmldocs.make 1970-01-01 01:00:00.000000000 +0100 +@@ -1,148 +0,0 @@ +-# To use this template: +-# 1) Define: figs, docname, lang, omffile, sgml_ents although figs, +-# omffile, and sgml_ents may be empty in your Makefile.am which +-# will "include" this one +-# 2) Figures must go under figures/ and be in PNG format +-# 3) You should only have one document per directory +-# +-# Note that this makefile forces the directory name under +-# $prefix/share/gnome/help/ to be the same as the SGML filename +-# of the document. This is required by GNOME. eg: +-# $prefix/share/gnome/help/fish_applet/C/fish_applet.sgml +-# ^^^^^^^^^^^ ^^^^^^^^^^^ +-# Definitions: +-# figs A list of screenshots which will be included in EXTRA_DIST +-# Note that these should reside in figures/ and should be .png +-# files, or you will have to make modifications below. +-# docname This is the name of the SGML file: .sgml +-# lang This is the document locale +-# omffile This is the name of the OMF file. Convention is to name +-# it -.omf. +-# sgml_ents This is a list of SGML entities which must be installed +-# with the main SGML file and included in EXTRA_DIST. +-# eg: +-# figs = \ +-# figures/fig1.png \ +-# figures/fig2.png +-# docname = scrollkeeper-manual +-# lang = C +-# omffile=scrollkeeper-manual-C.omf +-# sgml_ents = fdl.sgml +-# include $(top_srcdir)/help/sgmldocs.make +-# dist-hook: app-dist-hook +-# +- +-docdir = $(datadir)/gnome/help/$(docname)/$(lang) +- +-doc_DATA = index.html +- +-sgml_files = $(sgml_ents) $(docname).sgml +- +-omf_dir=$(top_srcdir)/omf-install +- +-EXTRA_DIST = $(sgml_files) $(doc_DATA) $(omffile) $(figs) +- +-CLEANFILES = omf_timestamp +- +-all: index.html omf +- +-omf: omf_timestamp +- +-omf_timestamp: $(omffile) +- -for file in $(omffile); do \ +- scrollkeeper-preinstall $(docdir)/$(docname).sgml $$file $(omf_dir)/$$file; \ +- done +- touch omf_timestamp +- +-# Used to contain "-cp $(docname)/index.html .", but that is pointless +-index.html: $(docname)/index.html +- +-$(docname).sgml: $(sgml_ents) +- ourdir=`pwd`; \ +- cd $(srcdir); \ +- cp $(sgml_ents) $$ourdir +- +- +-# The weird srcdir trick is because the db2html from the Cygnus RPMs +-# cannot handle relative filenames +- +-# Suse Linux 10.0 does not have "db2html", only "docbook2html" which is a script that calls "jw" +-# Check if any of those is available. +- +-# Use "iconv" and "tidy" to convert the non-ASCII Polish letters to html-entities. +-# Do it in the following steps: +-# SGML iso8859-2 -> HTML iso8859-2 -> HTML UTF-8 -> HTML ASCII with entities +-$(docname)/index.html: $(srcdir)/$(docname).sgml +- -srcdir=`cd $(srcdir) && pwd`; \ +- test ! "x`which db2html`" = "x" && db2html $$srcdir/$(docname).sgml; \ +- test ! "x`which docbook2html`" = "x" && docbook2html $$srcdir/$(docname).sgml; \ +- test ! "x`which jw`" = "x" && jw -f docbook -b html $$srcdir/$(docname).sgml +- +- -for file in *.html; do \ +- iconv -f iso-8859-2 -t utf-8 $$file > utf8_$$file; \ +- tidy --show-warnings no --quiet yes --input-encoding utf8 utf8_$$file > $$file; \ +- rm -f utf8_$$file; \ +- done +- +-# removed $(docname) to make thing install +-app-dist-hook: index.html +- -$(mkinstalldirs) $(distdir)/$(docname)/stylesheet-images +- -$(mkinstalldirs) $(distdir)/figures +- -cp $(srcdir)/*.html $(distdir)/$(docname) +- -cp $(srcdir)/*.css $(distdir)/$(docname) +- -cp $(srcdir)/stylesheet-images/*.gif \ +- $(distdir)/$(docname)/stylesheet-images +- -cp $(srcdir)/figures/*.jpg \ +- $(distdir)/figures +- -if [ -e topic.dat ]; then \ +- cp $(srcdir)/topic.dat $(distdir); \ +- fi +- +-# removed $(docname) to make things install +-install-data-am: index.html omf +- -$(mkinstalldirs) $(DESTDIR)$(docdir)/stylesheet-images +- -$(mkinstalldirs) $(DESTDIR)$(docdir)/figures +- -cp $(srcdir)/$(sgml_files) $(DESTDIR)$(docdir) +- -for file in $(srcdir)/*.html $(srcdir)/$(docname)/*.css; do \ +- basefile=`echo $$file | sed -e 's,^.*/,,'`; \ +- $(INSTALL_DATA) $$file $(DESTDIR)$(docdir)/$$basefile; \ +- done +- -for file in $(srcdir)/figures/*.jpg; do \ +- basefile=`echo $$file | sed -e 's,^.*/,,'`; \ +- $(INSTALL_DATA) $$file $(DESTDIR)$(docdir)/figures/$$basefile; \ +- done +- -for file in $(srcdir)/stylesheet-images/*.gif; do \ +- basefile=`echo $$file | sed -e 's,^.*/,,'`; \ +- $(INSTALL_DATA) $$file $(DESTDIR)$(docdir)/stylesheet-images/$$basefile; \ +- done +- -if [ -e $(srcdir)/topic.dat ]; then \ +- $(INSTALL_DATA) $(srcdir)/topic.dat $(DESTDIR)$(docdir); \ +- fi +- +-$(docname).ps: $(srcdir)/$(docname).sgml +- -srcdir=`cd $(srcdir) && pwd`; \ +- db2ps $$srcdir/$(docname).sgml +- +-$(docname).rtf: $(srcdir)/$(docname).sgml +- -srcdir=`cd $(srcdir) && pwd`; \ +- db2ps $$srcdir/$(docname).sgml +- +-uninstall-local: +- -for file in $(srcdir)/$(docname)/stylesheet-images/*.gif; do \ +- basefile=`echo $$file | sed -e 's,^.*/,,'`; \ +- rm -f $(docdir)/stylesheet-images/$$basefile; \ +- done +- -for file in $(srcdir)/figures/*.jpg; do \ +- basefile=`echo $$file | sed -e 's,^.*/,,'`; \ +- rm -f $(docdir)/figures/$$basefile; \ +- done +- -for file in $(srcdir)/$(docname)/*.html $(srcdir)/$(docname)/*.css; do \ +- basefile=`echo $$file | sed -e 's,^.*/,,'`; \ +- rm -f $(DESTDIR)$(docdir)/$$basefile; \ +- done +- -for file in $(sgml_files); do \ +- rm -f $(DESTDIR)$(docdir)/$$file; \ +- done +- -rmdir $(DESTDIR)$(docdir)/stylesheet-images +- -rmdir $(DESTDIR)$(docdir)/figures +- -rmdir $(DESTDIR)$(docdir) +diff -Nru teg-0.11.2.orig/docs/gnome-help/pl/teg-pl.omf teg-0.11.2/docs/gnome-help/pl/teg-pl.omf +--- teg-0.11.2.orig/docs/gnome-help/pl/teg-pl.omf 2002-05-01 20:17:59.000000000 +0200 ++++ teg-0.11.2/docs/gnome-help/pl/teg-pl.omf 2007-06-19 16:13:33.000000000 +0200 +@@ -7,8 +7,8 @@ + + GNOME|Games + +- +- ++ ++ + + + +diff -Nru teg-0.11.2.orig/docs/gnome-help/pl/teg.sgml teg-0.11.2/docs/gnome-help/pl/teg.sgml +--- teg-0.11.2.orig/docs/gnome-help/pl/teg.sgml 2006-03-14 19:04:12.000000000 +0100 ++++ teg-0.11.2/docs/gnome-help/pl/teg.sgml 1970-01-01 01:00:00.000000000 +0100 +@@ -1,473 +0,0 @@ +- +- +-]> +- +- +- +- +- +- +- +-
+- +- Podrcznik gracza Tenes Empanadas Graciela +- +- 2002 +- Quesada, Ricardo +- +- +- +- 2002 +- Lipiec, Arkadiusz (Polish translation) +- +- +- +- +- +- +- +- +- Permission is granted to copy, distribute and/or modify this document +- under the terms of the GNU Free Documentation +- License, Version 1.1 or any later version +- published by the Free Software Foundation with no Invariant Sections, +- no Front-Cover Texts, and no Back-Cover Texts. A copy of the license +- can be found here. +- +- +- Many of the names used by companies to distinguish their products and +- services are claimed as trademarks. Where those names appear in any +- GNOME documentation, and those trademarks are made aware to the members +- of the GNOME Documentation Project, the names have been printed in caps +- or initial caps. +- +- +- +- +- +- This is version 1.0 of the TEG manual. +- +- +- +- +- Podrcznik gracza TEG +- +- +- Wprowadzenie +- Tenes Empandas Graciela (TEG), jest klonem argentyskiej gry +- zwanej 'Plan Tctico y Estrtegico de la Guerra', ktra z kolei +- jest zmodyfikowan wersj strategii turowej 'Risk'. +- Jest to gra przeznaczona dla wielu graczy, mogcych czy si za porednictwem +- Internetu. +- +- +- +- Celem gry jest podbicie wszystkich krajw wiata, wywietlonych na +- mapie lub wykonanie tajnej misji (jeli gracze wybrali tak opcj przed +- rozpoczciem gry). Do osignicia tego celu gracze powinni obra jak +- strategi (np. prbujc podbi jeden kontynent, bronic granic +- drugiego. Gdy to si uda, podbi kontynent, ktry jest rzeczywistym celem). +- +- +- +- +- +- +- Rozgrywka +- +- czenie z serwerem +- Aby poczy si z serwerem naley zna adres oraz port serwera. +- Dobrze znanym portem jest 2000. Nale take poinformowa klienta o tych +- opcjach za porednictwem okna pocz. +- +- +-
+- Okno poczenia +- okno poczenia +- +- +-
+- +- Po wypenieniu pl 'Okno poczenia', wywietlone zostanie +- nowe okno umoliwiajce wybr koloru gracza. +- +-
+- Okno 'wybr koloru' +- okno koloru +- +- +-
+- +- Jeli zostanie wybrany kolor, ktry nie jest dostpny, serwer +- wybierze kolor za gracza. +- +- +-
+- +- +- Uruchamianie gry +- W celu uruchomienia gry, przynajmniej 2 (maksymalnie +- 6) graczy musi by przyczonych do serwera. Po przyczeniu, +- kady z graczy moe zainicjowa rozgrywk poprzez kliknicie przycisku +- uruchom. Dodatkowi gracze nie mog przycza si +- jeli gra zostaa ju uruchomiona. +- Po klikniciu przycisku uruchom, pojawi si +- okno dialogowe 'Rodzaj rozgrywki'. +- +-
+- Przycisk uruchamiania +- Przycisk uruchamiania +- +- +-
+- +- Serwer nastpnie rozdysponuje losowo kraje wszystkim graczom, +- ustawiajc na kadym po jednej armii. +- +- +- Note +- Osoby mog przycza si do serwera jako obserwatorzy. +- Umoliwia to przygldanie si rozgrywce ale bez uczestniczenia w niej. +- Maksymalnie moe by przyczonych +- do serwera w tym trybie 9 osb. +- +-
+- +- +- Rozmieszczanie armii po raz pierwszy +- Aby po raz pierwszy rozmieci armie, naley poczeka na swoj +- tur. Jeli gracz otrzyma tur musi rozmieci 5 armii w swoich krajach. +- Po tej czynnoci naley wysa armie do serwera klikajc przycisk +- wylij armie. +- Nastpnie naley poczeka ponownie na swoj tur, oraz rozmieci +- kolejne 3 armie w swoich krajach. Mona umieszcza wszystkie armie w jednym +- kraju (nie ma limitu na liczb armii w danym kraju) lub te w rnych +- krajach. Po ustawieniu przez kadego gracza 8 armii mona rozpocz tur ataku. +- +- +- +- +- Atakowanie przeciwnika +- Aby zaatakowa przeciwnika naley poczeka na swoj tur. +- Po jej otrzymaniu mona atakowa dowoln ilo razy. +- Aby zaatakowa naley wybra 2 kraje: kraj rdowy (gracza +- atakujcego) oraz kraj docelowy (kraj przeciwnika). +- Kraj rdowy musi posiada co najmniej 2 armie, lecz nie ma ograniczenia +- na liczb armii kraju docelowego. Kraje rdowy i docelowy musz +- graniczy ze sob. Krajami granicznymi s take te kraje, ktre czy linia +- na mapie. +- +- +- +- W trakcie ataku gracz rzuca 'n' koci, gdzie 'n' jest liczb +- armii posiadanych w kraju minus 1, lecz nie wicej ni trzema komi. +- Przeciwnik atakowany rzuca 'm' koci, lecz nie wicej ni 3. Po rzucie +- wyniki s sortowane w kolejnoci malejcej. +- +- Wyniki s porwnywane: najwikszy z najwikszym, i tak dalej. +- Jeli jest remis lub te wynik dla kraju docelowego jest wikszy ni +- kraju rdowego, z kraju rdowego naley usun jedn armi. W innym +- przypadku armia jest usuwana z kraju docelowego. +- +- Gracz zdobywa kraj jeli przeciwnik nie posiada ju tam armii. +- W tym przypadku mona przesun co najwyej 3 armie do podbitego kraju +- (z kraju rdowego) +- +- Przykady rzutw: +- +- Gracz posiada 3 armie, jego przeciwnik take 3. +- Rzuca on dwoma komi, za przeciwnik trzema. +- Jeli gracz posiada 5 armii, za przeciwnik 2, +- to bdzie rzuca trzema komi za przeciwnik dwoma. +- Jeli gracz posiada jedn armi, nie moe atakowa +- +- +- Przykady rzutw: +- +- Jeli gracz wyrzuci: 6, 4, 2, +- za przeciwnik 6, 3, wynikiem jest: +- 6 przeciwko 6, +- za przeciwnik wygrywa (jedna z armii gracza do usunicia). +- W wyniku drugiego porwnania:4 przeciwko 3 , +- wygrywa gracz atakujcy (armia przeciwnika do usunicia). +- +- Jeli gracz wyrzuci: 4, 2, 2, +- za przeciwnik 3, 2, 1, wynikiem jest: +- 4 i 3, wygrywa gracz (przeciwnik usuwa swoj armi). +- Porwnanie drugich wynikw:2 i 2, +- wic wygrywa przeciwnik (utrata 1 armii gracza). +- Ostatni wynik to 2 i 1 i wygrywa +- gracz atakujcy - przeciwnik musi usun jedn armi. +- +- +- +- +-
+- Okno koci +- Okno koci +- +- +-
+- +- +- +- Tip +- Nie atakuj kraju, ktry posiada wicej armii ni twj +- +- +-
+- +- +- Po zakoczeniu ataku +- Po ataku mona Przegrupowa swoje armie. +- Mona przesun do 3 armii z jednego kraju do drugiego (musz ze +- sob graniczy), za raz poruszona armia nie moe by przesuwana, +- a do kolejnej tury. +- +- Po zakoczeniu Przegrupowywania armii, oraz +- przed Zakoczeniem tury mona Pobra kart +- kraju. +- +- Aby Pobra kart kraju naley +- zdoby co najmniej jeden kraj w swojej turze, oraz jeli ten warunek +- zostanie speniony, gracz otrzyma losowo wybran kart kraju. +- W kraju reprezentowanym przez t kart (jeli naley on do gracza) +- automatycznie zostan dodane 2 armie. W innym przypadku bdzie +- mona umieci te 2 armie po podbiciu danego kraju. Istniej 4 rodzaje kart: +- galeon, dziao, balon +- lub joker. Jeli gracz ma 3 rne lub te 3 takie +- same symbole na kartach - moe on zamieni je na dodatkowe armie. +- +- +- +- +- Kolejna wymianaLiczba otrzymanych armii +- 14 +- 27 +- 310 (and now add 5) +- 415 +- 520 +- ...... +- +- +- Po trzeciej wymianie, naley podbi 2 kraje +- (zamiast jednego) aby otrzyma 'kart kraju' +- +- Na kocu trzeba nacisn przycisk Zakocz tur +- aby zakoczy tur oraz przekaza j kolejnemu graczowi. +- +- +- +- +- Nowa tura +- Kiedy wszyscy gracze zakocz swoje tury, rozpoczyna si nowa +- tura. Tym razem graczem, ktry rozpoczyna jest gracz, ktry w poprzedniej +- turze by drugi. Ten gracz umieszcza 'n' armii, gdzie 'n' jest cakowit +- liczb armii w swoich krajach podzielon przez 2. +- Jeli podbity zosta kontynent gracz otrzymuje dodatkowe armie do +- umieszczenia: +- +- +- KontynentLiczba armii +- Ameryka Poudniowa3 +- Ameryka Pnocna5 +- Afryka3 +- Europa5 +- Azja7 +- Oceania2 +- +- +- +- Uwaga +- te armie musz by rozmieszczane na podbitym kontynencie. +- +- +- Po zakoczeniu rozmieszczania armii przez wszystkich graczy +- mona atakowa ponownie. +- +- +-
+- +- +- Rozgrywka z tajnymi misjami +- Istnieje moliwo wyoru rodzaju rozgrywki - tajna misja, +- lub tepodbicie caego wiata. +- +-
+- Typ gry +- Typ gry +- +- +-
+- +- +- Uwaga +- Jeli wiesz e tylko 2 graczy zamiesza si zmierzy, lepiej uywa +- opcji 'podbicie caego wiata' +- +- +- Jeli rozgrywka odbywa si w trybie tajna misja, +- mona zrealizowa j lub te zrealizowa zwyk 'tajn' misj, +- polegajc na podbiciu 30 krajw wiata. Jeli rozgrywka odbywa si w +- trybie podbijania caego wiata mona wygra tylko dziki +- zdobyciu wszystkich krajw. +- +- Zwycizc jest ten z graczy, ktry pierwszy zrealizuje swoja misj. +- +- Mona take zmieni typ gry z konsoli serwera. Po prostu naley +- wpisa set conquer_world=0 lub +- set conquer_world=1 +- aby przeczy midzy opcjami +- tajne misje oraz podbicie wiata. +- +- +- Ogldanie misji +- Aby zobaczy swoj tajn misj, kliknij po prostu na +- opcj menu podgld->misjaw oknie klienta +- +- +-
+- Twoja misja +- Twoja misja +- +- +-
+- +-
+- +- +- Serwer +- +- Uruchamianie serwera +- Mona uruchomi serwer wykonujc polecenie +- tegserver lub te za porednictwem +- okna klienta, klikajc na Uruchom serwer lokalnie +- +-
+- Uruchamianie serwera lokalnie +- Uruchamianie serwera lokalnie +- +- +-
+- +-
+- +- Polecenia serwera +- Serwer posiada bardzo uyteczne polecenia do jego konfiguracji. +- Wpisz help, a wywietli si lista pozostaych polece. +- +-
+- Polecenia serwera +- Polecenia serwera +- +- +-
+-
+- +-
+- +- +- Rnice w stosunku do gry Ryzyko +- +- Rnice w stosunku do gry Ryzyko +- +- Nie znam zasad oryginalnych Ryzyka (graem tylko raz lub dwa +- baaaardzo dawno temu). Nie jestem wic pewien jakie s rnice +- pomidzy nimi. Jeli je znasz, napisz mi o nich. (w jz. angielskim). +- Oto rzeczy o ktrych poinformowowali gracze TEG: +- +- TEG vs. Risk +- +- +- +- +- +- +- +- Temat +- TEG +- Ryzyko +- +- +- +- +- Po zdobyciu kraju +- Mona przesun co najwyzej 3 armie do tego kraju +- Mona przesun ile si chce armii +- +- +- Po zakoczeniu tury +- Nie mona rozmieszcza armii, dopki nie bdzie si miao +- adnej karty swojego kraju, w ktrym mona umieci tylko 2 armie +- Mona umieci 3 armie w swoim kraju +- +- +- Dodatkowe armie po podbiciu kontynentu +- MUSZ by one umieszczane na tym kontynencie +- Mog by umieszczane w dowolnym miejscu +- +- +- Ustawianie armii +- S rozmieszczane na pocztku kadej tury +- Rozmieszczane przed atakiem +- +- +- Rozpoczynanie nowej rundy +- Kad runde rozpoczyna inny z graczy +- Kad rund rozpoczyna ten sam gracz +- +- +- Jeli znasz jeszcze jakie rnice +- napisz na list teg-list@lists.sourceforge.net +- (w jz. angielskim). Pamitaj, e nie znam zasad gry Ryzyko! +- +- +- +- +-
+-
+-
+- +- +- Bugs +- +- Zgaszanie bdw oraz wysyanie at w celu ulepszenia gry +- +- Mona skontaktowa si z autorem (w jzyku angielskim) pod +- adresem: +- riq@corest.com +- Oglne opinie dotyczce tej gry naley wysya na list +- teg-list@lists.sourceforge.net. +- +- +- +- +- +- +- +- History +- +- Krtka historia TEG +- +- Sebastin Cativa Tolosa, powiedzia mi raz o tej grze. Myl, +- e byo to w 1996, w trakcie rozmowy na uniwersytecie. Tak wic +- zaczlimy o niej myle. Nie wiem z jakiego powodu projekt ten +- umar po 3 lub 4 miesicach. W 1998, projekt zosta reaktywowany lecz +- umar ponownie po 2 tygodniach :(. W kocu w lutym 2000 roku rozpoczem +- tworzenie gry od nowa i wyglda na to, e projekt wci yje :-). +- +- +- +- +-
+diff -Nru teg-0.11.2.orig/docs/gnome-help/pl/teg.xml teg-0.11.2/docs/gnome-help/pl/teg.xml +--- teg-0.11.2.orig/docs/gnome-help/pl/teg.xml 1970-01-01 01:00:00.000000000 +0100 ++++ teg-0.11.2/docs/gnome-help/pl/teg.xml 2007-06-19 16:13:33.000000000 +0200 +@@ -0,0 +1,472 @@ ++ ++ ++ ++ ++ ++ ++ ++
++ ++ Podrъcznik gracza Tenes Empanadas Graciela ++ ++ 2002 ++ Quesada, Ricardo ++ ++ ++ ++ 2002 ++ Lipiec, Arkadiusz (Polish translation) ++ ++ ++ ++ ++ ++ ++ ++ ++ Permission is granted to copy, distribute and/or modify this document ++ under the terms of the GNU Free Documentation ++ License, Version 1.1 or any later version ++ published by the Free Software Foundation with no Invariant Sections, ++ no Front-Cover Texts, and no Back-Cover Texts. A copy of the license ++ can be found here. ++ ++ ++ Many of the names used by companies to distinguish their products and ++ services are claimed as trademarks. Where those names appear in any ++ GNOME documentation, and those trademarks are made aware to the members ++ of the GNOME Documentation Project, the names have been printed in caps ++ or initial caps. ++ ++ ++ ++ ++ ++ This is version 1.0 of the TEG manual. ++ ++ ++ ++ ++ Podrъcznik gracza TEG ++ ++ ++ Wprowadzenie ++ Tenes Empandas Graciela (TEG), jest klonem argentyёskiej gry ++ zwanej 'Plan Tсctico y Estrсtegico de la Guerra', ktѓra z kolei ++ jest zmodyfikowanБ wersjБ strategii turowej 'Risk'. ++ Jest to gra przeznaczona dla wielu graczy, mogБcych ГБczyц siъ za poЖrednictwem ++ Internetu. ++ ++ ++ ++ Celem gry jest podbicie wszystkich krajѓw Жwiata, wyЖwietlonych na ++ mapie lub wykonanie tajnej misji (jeЖli gracze wybrali takБ opcjъ przed ++ rozpoczъciem gry). Do osiБgniъcia tego celu gracze powinni obraц jakБЖ ++ strategiъ (np. prѓbujБc podbiц jeden kontynent, broniБc granic ++ drugiego. Gdy to siъ uda, podbiц kontynent, ktѓry jest rzeczywistym celem). ++ ++ ++ ++ ++ ++ ++ Rozgrywka ++ ++ ЃБczenie z serwerem ++ Aby poГБczyц siъ z serwerem naleПy znaц adres oraz port serwera. ++ Dobrze znanym portem jest 2000. NaleП takПe poinformowaц klienta o tych ++ opcjach za poЖrednictwem okna poГБcz. ++ ++ ++
++ Okno poГБczenia ++ okno poГБczenia ++ ++ ++
++ ++ Po wypeГnieniu pѓl 'Okno poГБczenia', wyЖwietlone zostanie ++ nowe okno umoПliwiajБce wybѓr koloru gracza. ++ ++
++ Okno 'wybѓr koloru' ++ okno koloru ++ ++ ++
++ ++ JeЖli zostanie wybrany kolor, ktѓry nie jest dostъpny, serwer ++ wybierze kolor za gracza. ++ ++ ++
++ ++ ++ Uruchamianie gry ++ W celu uruchomienia gry, przynajmniej 2 (maksymalnie ++ 6) graczy musi byц przyГБczonych do serwera. Po przyГБczeniu, ++ kaПdy z graczy moПe zainicjowaц rozgrywkъ poprzez klikniъcie przycisku ++ uruchom. Dodatkowi gracze nie mogБ przyГБczaц siъ ++ jeЖli gra zostaГa juП uruchomiona. ++ Po klikniъciu przycisku uruchom, pojawi siъ ++ okno dialogowe 'Rodzaj rozgrywki'. ++ ++
++ Przycisk uruchamiania ++ Przycisk uruchamiania ++ ++ ++
++ ++ Serwer nastъpnie rozdysponuje losowo kraje wszystkim graczom, ++ ustawiajБc na kaПdym po jednej armii. ++ ++ ++ Note ++ Osoby mogБ przyГБczaц siъ do serwera jako obserwatorzy. ++ UmoПliwia to przyglБdanie siъ rozgrywce ale bez uczestniczenia w niej. ++ Maksymalnie moПe byц przyГБczonych ++ do serwera w tym trybie 9 osѓb. ++ ++
++ ++ ++ Rozmieszczanie armii po raz pierwszy ++ Aby po raz pierwszy rozmieЖciц armie, naleПy poczekaц na swojБ ++ turъ. JeЖli gracz otrzyma turъ musi rozmieЖciц 5 armii w swoich krajach. ++ Po tej czynnoЖci naleПy wysГaц armie do serwera klikajБc przycisk ++ wyЖlij armie. ++ Nastъpnie naleПy poczekaц ponownie na swojБ turъ, oraz rozmieЖciц ++ kolejne 3 armie w swoich krajach. MoПna umieszczaц wszystkie armie w jednym ++ kraju (nie ma limitu na liczbъ armii w danym kraju) lub teП w rѓПnych ++ krajach. Po ustawieniu przez kaПdego gracza 8 armii moПna rozpoczБц turъ ataku. ++ ++ ++ ++ ++ Atakowanie przeciwnika ++ Aby zaatakowaц przeciwnika naleПy poczekaц na swojБ turъ. ++ Po jej otrzymaniu moПna atakowaц dowolnБ iloЖц razy. ++ Aby zaatakowaц naleПy wybraц 2 kraje: kraj МrѓdГowy (gracza ++ atakujБcego) oraz kraj docelowy (kraj przeciwnika). ++ Kraj МrѓdГowy musi posiadaц co najmniej 2 armie, lecz nie ma ograniczenia ++ na liczbъ armii kraju docelowego. Kraje МrѓdГowy i docelowy muszБ ++ graniczyц ze sobБ. Krajami granicznymi sБ takПe te kraje, ktѓre ГБczy linia ++ na mapie. ++ ++ ++ ++ W trakcie ataku gracz rzuca 'n' koЖci, gdzie 'n' jest liczbБ ++ armii posiadanych w kraju minus 1, lecz nie wiъcej niП trzema koЖцmi. ++ Przeciwnik atakowany rzuca 'm' koЖci, lecz nie wiъcej niП 3. Po rzucie ++ wyniki sБ sortowane w kolejnoЖci malejБcej. ++ ++ Wyniki sБ porѓwnywane: najwiъkszy z najwiъkszym, i tak dalej. ++ JeЖli jest remis lub teП wynik dla kraju docelowego jest wiъkszy niП ++ kraju МrѓdГowego, z kraju МrѓdГowego naleПy usunБц jednБ armiъ. W innym ++ przypadku armia jest usuwana z kraju docelowego. ++ ++ Gracz zdobywa kraj jeЖli przeciwnik nie posiada juП tam armii. ++ W tym przypadku moПna przesunБц co najwyПej 3 armie do podbitego kraju ++ (z kraju МrѓdГowego) ++ ++ PrzykГady rzutѓw: ++ ++ Gracz posiada 3 armie, jego przeciwnik takПe 3. ++ Rzuca on dwoma koЖцmi, zaЖ przeciwnik trzema. ++ JeЖli gracz posiada 5 armii, zaЖ przeciwnik 2, ++ to bъdzie rzucaц trzema koЖцmi zaЖ przeciwnik dwoma. ++ JeЖli gracz posiada jednБ armiъ, nie moПe atakowaц ++ ++ ++ PrzykГady rzutѓw: ++ ++ JeЖli gracz wyrzuci: 6, 4, 2, ++ zaЖ przeciwnik 6, 3, wynikiem jest: ++ 6 przeciwko 6, ++ zaЖ przeciwnik wygrywa (jedna z armii gracza do usuniъcia). ++ W wyniku drugiego porѓwnania:4 przeciwko 3 , ++ wygrywa gracz atakujБcy (armia przeciwnika do usuniъcia). ++ ++ JeЖli gracz wyrzuci: 4, 2, 2, ++ zaЖ przeciwnik 3, 2, 1, wynikiem jest: ++ 4 i 3, wygrywa gracz (przeciwnik usuwa swojБ armiъ). ++ Porѓwnanie drugich wynikѓw:2 i 2, ++ wiъc wygrywa przeciwnik (utrata 1 armii gracza). ++ Ostatni wynik to 2 i 1 i wygrywa ++ gracz atakujБcy - przeciwnik musi usunБц jednБ armiъ. ++ ++ ++ ++ ++
++ Okno koЖci ++ Okno koЖci ++ ++ ++
++ ++ ++ ++ Tip ++ Nie atakuj kraju, ktѓry posiada wiъcej armii niП twѓj ++ ++ ++
++ ++ ++ Po zakoёczeniu ataku ++ Po ataku moПna Przegrupowaц swoje armie. ++ MoПna przesunБц do 3 armii z jednego kraju do drugiego (muszБ ze ++ sobБ graniczyц), zaЖ raz poruszona armia nie moПe byц przesuwana, ++ aП do kolejnej tury. ++ ++ Po zakoёczeniu Przegrupowywania armii, oraz ++ przed Zakoёczeniem tury moПna Pobraц kartъ ++ kraju. ++ ++ Aby Pobraц kartъ kraju naleПy ++ zdobyц co najmniej jeden kraj w swojej turze, oraz jeЖli ten warunek ++ zostanie speГniony, gracz otrzyma losowo wybranБ kartъ kraju. ++ W kraju reprezentowanym przez tБ kartъ (jeЖli naleПy on do gracza) ++ automatycznie zostanБ dodane 2 armie. W innym przypadku bъdzie ++ moПna umieЖciц te 2 armie po podbiciu danego kraju. IstniejБ 4 rodzaje kart: ++ galeon, dziaГo, balon ++ lub joker. JeЖli gracz ma 3 rѓПne lub teП 3 takie ++ same symbole na kartach - moПe on zamieniц je na dodatkowe armie. ++ ++ ++ ++ ++ Kolejna wymianaLiczba otrzymanych armii ++ 14 ++ 27 ++ 310 (and now add 5) ++ 415 ++ 520 ++ ...... ++ ++ ++ Po trzeciej wymianie, naleПy podbiц 2 kraje ++ (zamiast jednego) aby otrzymaц 'kartъ kraju' ++ ++ Na koёcu trzeba nacisnБц przycisk Zakoёcz turъ ++ aby zakoёczyц turъ oraz przekazaц jБ kolejnemu graczowi. ++ ++ ++ ++ ++ Nowa tura ++ Kiedy wszyscy gracze zakoёczБ swoje tury, rozpoczyna siъ nowa ++ tura. Tym razem graczem, ktѓry rozpoczyna jest gracz, ktѓry w poprzedniej ++ turze byГ drugi. Ten gracz umieszcza 'n' armii, gdzie 'n' jest caГkowitБ ++ liczbБ armii w swoich krajach podzielonБ przez 2. ++ JeЖli podbity zostaГ kontynent gracz otrzymuje dodatkowe armie do ++ umieszczenia: ++ ++ ++ KontynentLiczba armii ++ Ameryka PoГudniowa3 ++ Ameryka PѓГnocna5 ++ Afryka3 ++ Europa5 ++ Azja7 ++ Oceania2 ++ ++ ++ ++ Uwaga ++ te armie muszБ byц rozmieszczane na podbitym kontynencie. ++ ++ ++ Po zakoёczeniu rozmieszczania armii przez wszystkich graczy ++ moПna atakowaц ponownie. ++ ++ ++
++ ++ ++ Rozgrywka z tajnymi misjami ++ Istnieje moПliwoЖц wyoru rodzaju rozgrywki - tajna misja, ++ lub teПpodbicie caГego Жwiata. ++ ++
++ Typ gry ++ Typ gry ++ ++ ++
++ ++ ++ Uwaga ++ JeЖli wiesz Пe tylko 2 graczy zamiesza siъ zmierzyц, lepiej uПywaц ++ opcji 'podbicie caГego Жwiata' ++ ++ ++ JeЖli rozgrywka odbywa siъ w trybie tajna misja, ++ moПna zrealizowaц jБ lub teП zrealizowaц zwykГБ 'tajnБ' misjъ, ++ polegajБcБ na podbiciu 30 krajѓw Жwiata. JeЖli rozgrywka odbywa siъ w ++ trybie podbijania caГego Жwiata moПna wygraц tylko dziъki ++ zdobyciu wszystkich krajѓw. ++ ++ ZwyciъzcБ jest ten z graczy, ktѓry pierwszy zrealizuje swoja misjъ. ++ ++ MoПna takПe zmieniц typ gry z konsoli serwera. Po prostu naleПy ++ wpisaц set conquer_world=0 lub ++ set conquer_world=1 ++ aby przeГБczyц miъdzy opcjami ++ tajne misje oraz podbicie Жwiata. ++ ++ ++ OglБdanie misji ++ Aby zobaczyц swojБ tajnБ misjъ, kliknij po prostu na ++ opcjъ menu podglБd->misjaw oknie klienta ++ ++ ++
++ Twoja misja ++ Twoja misja ++ ++ ++
++ ++
++ ++ ++ Serwer ++ ++ Uruchamianie serwera ++ MoПna uruchomiц serwer wykonujБc polecenie ++ tegserver lub teП za poЖrednictwem ++ okna klienta, klikajБc na Uruchom serwer lokalnie ++ ++
++ Uruchamianie serwera lokalnie ++ Uruchamianie serwera lokalnie ++ ++ ++
++ ++
++ ++ Polecenia serwera ++ Serwer posiada bardzo uПyteczne polecenia do jego konfiguracji. ++ Wpisz help, a wyЖwietli siъ lista pozostaГych poleceё. ++ ++
++ Polecenia serwera ++ Polecenia serwera ++ ++ ++
++
++ ++
++ ++ ++ RѓПnice w stosunku do gry Ryzyko ++ ++ RѓПnice w stosunku do gry Ryzyko ++ ++ Nie znam zasad oryginalnych Ryzyka (graГem tylko raz lub dwa ++ baaaardzo dawno temu). Nie jestem wiъc pewien jakie sБ rѓПnice ++ pomiъdzy nimi. JeЖli je znasz, napisz mi o nich. (w jъz. angielskim). ++ Oto rzeczy o ktѓrych poinformowowali gracze TEG: ++ ++ TEG vs. Risk ++ ++ ++ ++ ++ ++ ++ ++ Temat ++ TEG ++ Ryzyko ++ ++ ++ ++ ++ Po zdobyciu kraju ++ MoПna przesunБц co najwyzej 3 armie do tego kraju ++ MoПna przesunБц ile siъ chce armii ++ ++ ++ Po zakoёczeniu tury ++ Nie moПna rozmieszczaц armii, dopѓki nie bъdzie siъ miaГo ++ Пadnej karty swojego kraju, w ktѓrym moПna umieЖciц tylko 2 armie ++ MoПna umieЖciц 3 armie w swoim kraju ++ ++ ++ Dodatkowe armie po podbiciu kontynentu ++ MUSZЁ byц one umieszczane na tym kontynencie ++ MogБ byц umieszczane w dowolnym miejscu ++ ++ ++ Ustawianie armii ++ SБ rozmieszczane na poczБtku kaПdej tury ++ Rozmieszczane przed atakiem ++ ++ ++ Rozpoczynanie nowej rundy ++ KaПdБ runde rozpoczyna inny z graczy ++ KaПdБ rundъ rozpoczyna ten sam gracz ++ ++ ++ JeЖli znasz jeszcze jakieЖ rѓПnice ++ napisz na listъ teg-list@lists.sourceforge.net ++ (w jъz. angielskim). Pamiъtaj, Пe nie znam zasad gry Ryzyko! ++ ++ ++ ++ ++ ++ ++ ++ ++
++
++
++ ++ ++ Bugs ++ ++ ZgГaszanie bГъdѓw oraz wysyГanie Гat w celu ulepszenia gry ++ ++ MoПna skontaktowaц siъ z autorem (w jъzyku angielskim) pod ++ adresem: ++ riq@corest.com ++ Ogѓlne opinie dotyczБce tej gry naleПy wysyГaц na listъ ++ teg-list@lists.sourceforge.net. ++ ++ ++ ++ ++ ++ ++ ++ History ++ ++ Krѓtka historia TEG ++ ++ Sebastiсn Cativa Tolosa, powiedziaГ mi raz o tej grze. MyЖlъ, ++ Пe byГo to w 1996, w trakcie rozmowy na uniwersytecie. Tak wiъc ++ zaczъliЖmy o niej myЖleц. Nie wiem z jakiego powodu projekt ten ++ umarГ po 3 lub 4 miesiБcach. W 1998, projekt zostaГ reaktywowany lecz ++ umarГ ponownie po 2 tygodniach :(. W koёcu w lutym 2000 roku rozpoczБГem ++ tworzenie gry od nowa i wyglБda na to, Пe projekt wciБП Пyje :-). ++ ++ ++ ++ ++
+diff -Nru teg-0.11.2.orig/docs/gnome-help/sgmldocs.make teg-0.11.2/docs/gnome-help/sgmldocs.make +--- teg-0.11.2.orig/docs/gnome-help/sgmldocs.make 2006-03-16 17:20:47.000000000 +0100 ++++ teg-0.11.2/docs/gnome-help/sgmldocs.make 2007-06-19 16:13:33.000000000 +0200 +@@ -1,25 +1,25 @@ + # To use this template: +-# 1) Define: figs, docname, lang, omffile, sgml_ents although figs, +-# omffile, and sgml_ents may be empty in your Makefile.am which ++# 1) Define: figs, docname, lang, omffile, xml_ents although figs, ++# omffile, and xml_ents may be empty in your Makefile.am which + # will "include" this one + # 2) Figures must go under figures/ and be in PNG format + # 3) You should only have one document per directory + # + # Note that this makefile forces the directory name under +-# $prefix/share/gnome/help/ to be the same as the SGML filename ++# $prefix/share/gnome/help/ to be the same as the XML filename + # of the document. This is required by GNOME. eg: +-# $prefix/share/gnome/help/fish_applet/C/fish_applet.sgml ++# $prefix/share/gnome/help/fish_applet/C/fish_applet.xml + # ^^^^^^^^^^^ ^^^^^^^^^^^ + # Definitions: + # figs A list of screenshots which will be included in EXTRA_DIST + # Note that these should reside in figures/ and should be .png + # files, or you will have to make modifications below. +-# docname This is the name of the SGML file: .sgml ++# docname This is the name of the XML file: .xml + # lang This is the document locale + # omffile This is the name of the OMF file. Convention is to name + # it -.omf. +-# sgml_ents This is a list of SGML entities which must be installed +-# with the main SGML file and included in EXTRA_DIST. ++# xml_ents This is a list of XML entities which must be installed ++# with the main XML file and included in EXTRA_DIST. + # eg: + # figs = \ + # figures/fig1.png \ +@@ -27,8 +27,8 @@ + # docname = scrollkeeper-manual + # lang = C + # omffile=scrollkeeper-manual-C.omf +-# sgml_ents = fdl.sgml +-# include $(top_srcdir)/help/sgmldocs.make ++# xml_ents = fdl.xml ++# include $(top_srcdir)/help/xmldocs.make + # dist-hook: app-dist-hook + # + +@@ -36,11 +36,11 @@ + + doc_DATA = index.html + +-sgml_files = $(sgml_ents) $(docname).sgml ++xml_files = $(xml_ents) $(docname).xml + + omf_dir=$(top_srcdir)/omf-install + +-EXTRA_DIST = $(sgml_files) $(doc_DATA) $(omffile) $(figs) ++EXTRA_DIST = $(xml_files) $(doc_DATA) $(omffile) $(figs) + + CLEANFILES = omf_timestamp + +@@ -50,28 +50,26 @@ + + omf_timestamp: $(omffile) + -for file in $(omffile); do \ +- scrollkeeper-preinstall $(docdir)/$(docname).sgml $$file $(omf_dir)/$$file; \ ++ scrollkeeper-preinstall $(docdir)/$(docname).xml $$file $(omf_dir)/$$file; \ + done + touch omf_timestamp + + index.html: $(docname)/index.html + -cp $(docname)/index.html . + +-$(docname).sgml: $(sgml_ents) ++$(docname).xml: $(xml_ents) + ourdir=`pwd`; \ + cd $(srcdir); \ +- cp $(sgml_ents) $$ourdir ++ cp $(xml_ents) $$ourdir + + + # The weird srcdir trick is because the db2html from the Cygnus RPMs + # cannot handle relative filenames + # Suse Linux 10.0 does not have "db2html", only "docbook2html" which is a script that calls "jw" + # Check if any of those is available. +-$(docname)/index.html: $(srcdir)/$(docname).sgml ++$(docname)/index.html: $(srcdir)/$(docname).xml + -srcdir=`cd $(srcdir) && pwd`; \ +- test ! "x`which db2html`" = "x" && db2html $$srcdir/$(docname).sgml; \ +- test ! "x`which docbook2html`" = "x" && docbook2html $$srcdir/$(docname).sgml; \ +- test ! "x`which jw`" = "x" && jw -f docbook -b html $$srcdir/$(docname).sgml ++ test ! "x`xmlto`" = "x" && xmlto --skip-validation html-nochunks html $$srcdir/$(docname).xml + + # remove $(docname) to make installation work + app-dist-hook: index.html +@@ -91,7 +89,7 @@ + install-data-am: index.html omf + -$(mkinstalldirs) $(DESTDIR)$(docdir)/stylesheet-images + -$(mkinstalldirs) $(DESTDIR)$(docdir)/figures +- -cp $(srcdir)/$(sgml_files) $(DESTDIR)$(docdir) ++ -cp $(srcdir)/$(xml_files) $(DESTDIR)$(docdir) + -for file in $(srcdir)/*.html $(srcdir)/$(docname)/*.css; do \ + basefile=`echo $$file | sed -e 's,^.*/,,'`; \ + $(INSTALL_DATA) $$file $(DESTDIR)$(docdir)/$$basefile; \ +@@ -108,13 +106,13 @@ + $(INSTALL_DATA) $(srcdir)/topic.dat $(DESTDIR)$(docdir); \ + fi + +-$(docname).ps: $(srcdir)/$(docname).sgml ++$(docname).ps: $(srcdir)/$(docname).xml + -srcdir=`cd $(srcdir) && pwd`; \ +- db2ps $$srcdir/$(docname).sgml ++ db2ps $$srcdir/$(docname).xml + +-$(docname).rtf: $(srcdir)/$(docname).sgml ++$(docname).rtf: $(srcdir)/$(docname).xml + -srcdir=`cd $(srcdir) && pwd`; \ +- db2ps $$srcdir/$(docname).sgml ++ db2ps $$srcdir/$(docname).xml + + uninstall-local: + -for file in $(srcdir)/$(docname)/stylesheet-images/*.gif; do \ +@@ -129,7 +127,7 @@ + basefile=`echo $$file | sed -e 's,^.*/,,'`; \ + rm -f $(DESTDIR)$(docdir)/$$basefile; \ + done +- -for file in $(sgml_files); do \ ++ -for file in $(xml_files); do \ + rm -f $(DESTDIR)$(docdir)/$$file; \ + done + -rmdir $(DESTDIR)$(docdir)/stylesheet-images +diff -Nru teg-0.11.2.orig/docs/Makefile.in teg-0.11.2/docs/Makefile.in +--- teg-0.11.2.orig/docs/Makefile.in 2007-03-15 01:45:39.000000000 +0100 ++++ teg-0.11.2/docs/Makefile.in 2007-06-19 16:13:48.000000000 +0200 +@@ -109,6 +109,7 @@ + GGZ_CONFIG = @GGZ_CONFIG@ + GMOFILES = @GMOFILES@ + GMSGFMT = @GMSGFMT@ ++GREP = @GREP@ + INSTALL_DATA = @INSTALL_DATA@ + INSTALL_GCONF_CONFIG_SOURCE = @INSTALL_GCONF_CONFIG_SOURCE@ + INSTALL_PROGRAM = @INSTALL_PROGRAM@ +@@ -186,13 +187,9 @@ + XGETTEXT = @XGETTEXT@ + XML_CFLAGS = @XML_CFLAGS@ + XML_LIBS = @XML_LIBS@ +-ac_ct_AR = @ac_ct_AR@ + ac_ct_CC = @ac_ct_CC@ + ac_ct_CXX = @ac_ct_CXX@ + ac_ct_F77 = @ac_ct_F77@ +-ac_ct_RANLIB = @ac_ct_RANLIB@ +-ac_ct_STRIP = @ac_ct_STRIP@ +-ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@ + am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ + am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ + am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ +@@ -209,6 +206,9 @@ + build_os = @build_os@ + build_vendor = @build_vendor@ + datadir = @datadir@ ++datarootdir = @datarootdir@ ++docdir = @docdir@ ++dvidir = @dvidir@ + exec_prefix = @exec_prefix@ + ggz_config = @ggz_config@ + ggzdatadir = @ggzdatadir@ +@@ -228,18 +228,22 @@ + host_cpu = @host_cpu@ + host_os = @host_os@ + host_vendor = @host_vendor@ ++htmldir = @htmldir@ + includedir = @includedir@ + infodir = @infodir@ + install_sh = @install_sh@ + libdir = @libdir@ + libexecdir = @libexecdir@ ++localedir = @localedir@ + localstatedir = @localstatedir@ + mandir = @mandir@ + mkdir_p = @mkdir_p@ + oldincludedir = @oldincludedir@ + packagesrcdir = @packagesrcdir@ ++pdfdir = @pdfdir@ + prefix = @prefix@ + program_transform_name = @program_transform_name@ ++psdir = @psdir@ + sbindir = @sbindir@ + sharedstatedir = @sharedstatedir@ + sysconfdir = @sysconfdir@ +diff -Nru teg-0.11.2.orig/ggz/Makefile.in teg-0.11.2/ggz/Makefile.in +--- teg-0.11.2.orig/ggz/Makefile.in 2007-03-15 01:45:41.000000000 +0100 ++++ teg-0.11.2/ggz/Makefile.in 2007-06-19 16:13:48.000000000 +0200 +@@ -101,6 +101,7 @@ + GGZ_CONFIG = @GGZ_CONFIG@ + GMOFILES = @GMOFILES@ + GMSGFMT = @GMSGFMT@ ++GREP = @GREP@ + INSTALL_DATA = @INSTALL_DATA@ + INSTALL_GCONF_CONFIG_SOURCE = @INSTALL_GCONF_CONFIG_SOURCE@ + INSTALL_PROGRAM = @INSTALL_PROGRAM@ +@@ -178,13 +179,9 @@ + XGETTEXT = @XGETTEXT@ + XML_CFLAGS = @XML_CFLAGS@ + XML_LIBS = @XML_LIBS@ +-ac_ct_AR = @ac_ct_AR@ + ac_ct_CC = @ac_ct_CC@ + ac_ct_CXX = @ac_ct_CXX@ + ac_ct_F77 = @ac_ct_F77@ +-ac_ct_RANLIB = @ac_ct_RANLIB@ +-ac_ct_STRIP = @ac_ct_STRIP@ +-ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@ + am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ + am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ + am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ +@@ -201,6 +198,9 @@ + build_os = @build_os@ + build_vendor = @build_vendor@ + datadir = @datadir@ ++datarootdir = @datarootdir@ ++docdir = @docdir@ ++dvidir = @dvidir@ + exec_prefix = @exec_prefix@ + ggz_config = @ggz_config@ + ggzdatadir = @ggzdatadir@ +@@ -220,18 +220,22 @@ + host_cpu = @host_cpu@ + host_os = @host_os@ + host_vendor = @host_vendor@ ++htmldir = @htmldir@ + includedir = @includedir@ + infodir = @infodir@ + install_sh = @install_sh@ + libdir = @libdir@ + libexecdir = @libexecdir@ ++localedir = @localedir@ + localstatedir = @localstatedir@ + mandir = @mandir@ + mkdir_p = @mkdir_p@ + oldincludedir = @oldincludedir@ + packagesrcdir = @packagesrcdir@ ++pdfdir = @pdfdir@ + prefix = @prefix@ + program_transform_name = @program_transform_name@ ++psdir = @psdir@ + sbindir = @sbindir@ + sharedstatedir = @sharedstatedir@ + sysconfdir = @sysconfdir@ +diff -Nru teg-0.11.2.orig/macros/Makefile.in teg-0.11.2/macros/Makefile.in +--- teg-0.11.2.orig/macros/Makefile.in 2007-03-15 01:45:41.000000000 +0100 ++++ teg-0.11.2/macros/Makefile.in 2007-06-19 16:13:49.000000000 +0200 +@@ -100,6 +100,7 @@ + GGZ_CONFIG = @GGZ_CONFIG@ + GMOFILES = @GMOFILES@ + GMSGFMT = @GMSGFMT@ ++GREP = @GREP@ + INSTALL_DATA = @INSTALL_DATA@ + INSTALL_GCONF_CONFIG_SOURCE = @INSTALL_GCONF_CONFIG_SOURCE@ + INSTALL_PROGRAM = @INSTALL_PROGRAM@ +@@ -177,13 +178,9 @@ + XGETTEXT = @XGETTEXT@ + XML_CFLAGS = @XML_CFLAGS@ + XML_LIBS = @XML_LIBS@ +-ac_ct_AR = @ac_ct_AR@ + ac_ct_CC = @ac_ct_CC@ + ac_ct_CXX = @ac_ct_CXX@ + ac_ct_F77 = @ac_ct_F77@ +-ac_ct_RANLIB = @ac_ct_RANLIB@ +-ac_ct_STRIP = @ac_ct_STRIP@ +-ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@ + am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ + am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ + am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ +@@ -200,6 +197,9 @@ + build_os = @build_os@ + build_vendor = @build_vendor@ + datadir = @datadir@ ++datarootdir = @datarootdir@ ++docdir = @docdir@ ++dvidir = @dvidir@ + exec_prefix = @exec_prefix@ + ggz_config = @ggz_config@ + ggzdatadir = @ggzdatadir@ +@@ -219,18 +219,22 @@ + host_cpu = @host_cpu@ + host_os = @host_os@ + host_vendor = @host_vendor@ ++htmldir = @htmldir@ + includedir = @includedir@ + infodir = @infodir@ + install_sh = @install_sh@ + libdir = @libdir@ + libexecdir = @libexecdir@ ++localedir = @localedir@ + localstatedir = @localstatedir@ + mandir = @mandir@ + mkdir_p = @mkdir_p@ + oldincludedir = @oldincludedir@ + packagesrcdir = @packagesrcdir@ ++pdfdir = @pdfdir@ + prefix = @prefix@ + program_transform_name = @program_transform_name@ ++psdir = @psdir@ + sbindir = @sbindir@ + sharedstatedir = @sharedstatedir@ + sysconfdir = @sysconfdir@ +diff -Nru teg-0.11.2.orig/Makefile.in teg-0.11.2/Makefile.in +--- teg-0.11.2.orig/Makefile.in 2007-03-15 01:45:43.000000000 +0100 ++++ teg-0.11.2/Makefile.in 2007-06-19 16:13:49.000000000 +0200 +@@ -126,6 +126,7 @@ + GGZ_CONFIG = @GGZ_CONFIG@ + GMOFILES = @GMOFILES@ + GMSGFMT = @GMSGFMT@ ++GREP = @GREP@ + INSTALL_DATA = @INSTALL_DATA@ + INSTALL_GCONF_CONFIG_SOURCE = @INSTALL_GCONF_CONFIG_SOURCE@ + INSTALL_PROGRAM = @INSTALL_PROGRAM@ +@@ -203,13 +204,9 @@ + XGETTEXT = @XGETTEXT@ + XML_CFLAGS = @XML_CFLAGS@ + XML_LIBS = @XML_LIBS@ +-ac_ct_AR = @ac_ct_AR@ + ac_ct_CC = @ac_ct_CC@ + ac_ct_CXX = @ac_ct_CXX@ + ac_ct_F77 = @ac_ct_F77@ +-ac_ct_RANLIB = @ac_ct_RANLIB@ +-ac_ct_STRIP = @ac_ct_STRIP@ +-ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@ + am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ + am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ + am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ +@@ -226,6 +223,9 @@ + build_os = @build_os@ + build_vendor = @build_vendor@ + datadir = @datadir@ ++datarootdir = @datarootdir@ ++docdir = @docdir@ ++dvidir = @dvidir@ + exec_prefix = @exec_prefix@ + ggz_config = @ggz_config@ + ggzdatadir = @ggzdatadir@ +@@ -245,18 +245,22 @@ + host_cpu = @host_cpu@ + host_os = @host_os@ + host_vendor = @host_vendor@ ++htmldir = @htmldir@ + includedir = @includedir@ + infodir = @infodir@ + install_sh = @install_sh@ + libdir = @libdir@ + libexecdir = @libexecdir@ ++localedir = @localedir@ + localstatedir = @localstatedir@ + mandir = @mandir@ + mkdir_p = @mkdir_p@ + oldincludedir = @oldincludedir@ + packagesrcdir = @packagesrcdir@ ++pdfdir = @pdfdir@ + prefix = @prefix@ + program_transform_name = @program_transform_name@ ++psdir = @psdir@ + sbindir = @sbindir@ + sharedstatedir = @sharedstatedir@ + sysconfdir = @sysconfdir@ +diff -Nru teg-0.11.2.orig/metaserver/Makefile.in teg-0.11.2/metaserver/Makefile.in +--- teg-0.11.2.orig/metaserver/Makefile.in 2007-03-15 01:45:41.000000000 +0100 ++++ teg-0.11.2/metaserver/Makefile.in 2007-06-19 16:13:49.000000000 +0200 +@@ -100,6 +100,7 @@ + GGZ_CONFIG = @GGZ_CONFIG@ + GMOFILES = @GMOFILES@ + GMSGFMT = @GMSGFMT@ ++GREP = @GREP@ + INSTALL_DATA = @INSTALL_DATA@ + INSTALL_GCONF_CONFIG_SOURCE = @INSTALL_GCONF_CONFIG_SOURCE@ + INSTALL_PROGRAM = @INSTALL_PROGRAM@ +@@ -177,13 +178,9 @@ + XGETTEXT = @XGETTEXT@ + XML_CFLAGS = @XML_CFLAGS@ + XML_LIBS = @XML_LIBS@ +-ac_ct_AR = @ac_ct_AR@ + ac_ct_CC = @ac_ct_CC@ + ac_ct_CXX = @ac_ct_CXX@ + ac_ct_F77 = @ac_ct_F77@ +-ac_ct_RANLIB = @ac_ct_RANLIB@ +-ac_ct_STRIP = @ac_ct_STRIP@ +-ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@ + am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ + am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ + am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ +@@ -200,6 +197,9 @@ + build_os = @build_os@ + build_vendor = @build_vendor@ + datadir = @datadir@ ++datarootdir = @datarootdir@ ++docdir = @docdir@ ++dvidir = @dvidir@ + exec_prefix = @exec_prefix@ + ggz_config = @ggz_config@ + ggzdatadir = @ggzdatadir@ +@@ -219,18 +219,22 @@ + host_cpu = @host_cpu@ + host_os = @host_os@ + host_vendor = @host_vendor@ ++htmldir = @htmldir@ + includedir = @includedir@ + infodir = @infodir@ + install_sh = @install_sh@ + libdir = @libdir@ + libexecdir = @libexecdir@ ++localedir = @localedir@ + localstatedir = @localstatedir@ + mandir = @mandir@ + mkdir_p = @mkdir_p@ + oldincludedir = @oldincludedir@ + packagesrcdir = @packagesrcdir@ ++pdfdir = @pdfdir@ + prefix = @prefix@ + program_transform_name = @program_transform_name@ ++psdir = @psdir@ + sbindir = @sbindir@ + sharedstatedir = @sharedstatedir@ + sysconfdir = @sysconfdir@ +diff -Nru teg-0.11.2.orig/robot/Makefile.in teg-0.11.2/robot/Makefile.in +--- teg-0.11.2.orig/robot/Makefile.in 2007-03-15 01:45:42.000000000 +0100 ++++ teg-0.11.2/robot/Makefile.in 2007-06-19 16:13:49.000000000 +0200 +@@ -123,6 +123,7 @@ + GGZ_CONFIG = @GGZ_CONFIG@ + GMOFILES = @GMOFILES@ + GMSGFMT = @GMSGFMT@ ++GREP = @GREP@ + INSTALL_DATA = @INSTALL_DATA@ + INSTALL_GCONF_CONFIG_SOURCE = @INSTALL_GCONF_CONFIG_SOURCE@ + INSTALL_PROGRAM = @INSTALL_PROGRAM@ +@@ -200,13 +201,9 @@ + XGETTEXT = @XGETTEXT@ + XML_CFLAGS = @XML_CFLAGS@ + XML_LIBS = @XML_LIBS@ +-ac_ct_AR = @ac_ct_AR@ + ac_ct_CC = @ac_ct_CC@ + ac_ct_CXX = @ac_ct_CXX@ + ac_ct_F77 = @ac_ct_F77@ +-ac_ct_RANLIB = @ac_ct_RANLIB@ +-ac_ct_STRIP = @ac_ct_STRIP@ +-ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@ + am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ + am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ + am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ +@@ -223,6 +220,9 @@ + build_os = @build_os@ + build_vendor = @build_vendor@ + datadir = @datadir@ ++datarootdir = @datarootdir@ ++docdir = @docdir@ ++dvidir = @dvidir@ + exec_prefix = @exec_prefix@ + ggz_config = @ggz_config@ + ggzdatadir = @ggzdatadir@ +@@ -242,18 +242,22 @@ + host_cpu = @host_cpu@ + host_os = @host_os@ + host_vendor = @host_vendor@ ++htmldir = @htmldir@ + includedir = @includedir@ + infodir = @infodir@ + install_sh = @install_sh@ + libdir = @libdir@ + libexecdir = @libexecdir@ ++localedir = @localedir@ + localstatedir = @localstatedir@ + mandir = @mandir@ + mkdir_p = @mkdir_p@ + oldincludedir = @oldincludedir@ + packagesrcdir = @packagesrcdir@ ++pdfdir = @pdfdir@ + prefix = @prefix@ + program_transform_name = @program_transform_name@ ++psdir = @psdir@ + sbindir = @sbindir@ + sharedstatedir = @sharedstatedir@ + sysconfdir = @sysconfdir@ +diff -Nru teg-0.11.2.orig/server/Makefile.in teg-0.11.2/server/Makefile.in +--- teg-0.11.2.orig/server/Makefile.in 2007-03-15 01:45:42.000000000 +0100 ++++ teg-0.11.2/server/Makefile.in 2007-06-19 16:13:49.000000000 +0200 +@@ -125,6 +125,7 @@ + GGZ_CONFIG = @GGZ_CONFIG@ + GMOFILES = @GMOFILES@ + GMSGFMT = @GMSGFMT@ ++GREP = @GREP@ + INSTALL_DATA = @INSTALL_DATA@ + INSTALL_GCONF_CONFIG_SOURCE = @INSTALL_GCONF_CONFIG_SOURCE@ + INSTALL_PROGRAM = @INSTALL_PROGRAM@ +@@ -202,13 +203,9 @@ + XGETTEXT = @XGETTEXT@ + XML_CFLAGS = @XML_CFLAGS@ + XML_LIBS = @XML_LIBS@ +-ac_ct_AR = @ac_ct_AR@ + ac_ct_CC = @ac_ct_CC@ + ac_ct_CXX = @ac_ct_CXX@ + ac_ct_F77 = @ac_ct_F77@ +-ac_ct_RANLIB = @ac_ct_RANLIB@ +-ac_ct_STRIP = @ac_ct_STRIP@ +-ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@ + am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ + am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ + am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ +@@ -225,6 +222,9 @@ + build_os = @build_os@ + build_vendor = @build_vendor@ + datadir = @datadir@ ++datarootdir = @datarootdir@ ++docdir = @docdir@ ++dvidir = @dvidir@ + exec_prefix = @exec_prefix@ + ggz_config = @ggz_config@ + ggzdatadir = @ggzdatadir@ +@@ -244,18 +244,22 @@ + host_cpu = @host_cpu@ + host_os = @host_os@ + host_vendor = @host_vendor@ ++htmldir = @htmldir@ + includedir = @includedir@ + infodir = @infodir@ + install_sh = @install_sh@ + libdir = @libdir@ + libexecdir = @libexecdir@ ++localedir = @localedir@ + localstatedir = @localstatedir@ + mandir = @mandir@ + mkdir_p = @mkdir_p@ + oldincludedir = @oldincludedir@ + packagesrcdir = @packagesrcdir@ ++pdfdir = @pdfdir@ + prefix = @prefix@ + program_transform_name = @program_transform_name@ ++psdir = @psdir@ + sbindir = @sbindir@ + sharedstatedir = @sharedstatedir@ + sysconfdir = @sysconfdir@ --- teg-0.11.2+debian.orig/debian/patches/avoid_two_identical_country.diff +++ teg-0.11.2+debian/debian/patches/avoid_two_identical_country.diff @@ -0,0 +1,18 @@ +Index: teg-0.11.2/server/play.c +=================================================================== +--- teg-0.11.2.orig/server/play.c 2007-07-12 07:14:47.000000000 +0000 ++++ teg-0.11.2/server/play.c 2007-07-12 07:16:21.000000000 +0000 +@@ -1009,10 +1009,11 @@ + + canj_ejer = cuantos_x_canje( pJ->tot_exchanges ); + +- /* quitarle las tarjetas al player */ ++ /* quitarle las tarjetas al player | mark the cards as unused*/ + tarjeta_poner( &g_countries[t1].tarjeta ); + tarjeta_poner( &g_countries[t2].tarjeta ); +- tarjeta_poner( &g_countries[t2].tarjeta ); ++ tarjeta_poner( &g_countries[t3].tarjeta ); ++ + + netall_printf("%s=%d,%d,%d,%d,%d\n", TOKEN_CANJE, + pJ->numjug,canj_ejer,t1,t2,t3); --- teg-0.11.2+debian.orig/debian/patches/desktop-file-fixes.diff +++ teg-0.11.2+debian/debian/patches/desktop-file-fixes.diff @@ -0,0 +1,14 @@ +Index: teg-0.11.2/client/gui-gnome/teg.desktop +=================================================================== +--- teg-0.11.2.orig/client/gui-gnome/teg.desktop 2007-06-04 23:08:11.000000000 +0900 ++++ teg-0.11.2/client/gui-gnome/teg.desktop 2007-06-04 23:09:00.000000000 +0900 +@@ -6,7 +6,7 @@ + Comment[es]=Cliente del Tenes Empanadas Graciela + Comment[de]=Client fr Tenes Empanadas Graciela + Exec=tegclient +-Icon=teg_icono.png +-Terminal=0 ++Icon=teg ++Terminal=false + Type=Application + Categories=GTK;GNOME;Game;StrategyGame; --- teg-0.11.2+debian.orig/debian/patches/x-terminal-emulator.diff +++ teg-0.11.2+debian/debian/patches/x-terminal-emulator.diff @@ -0,0 +1,13 @@ +Index: teg-0.11.2/client/misc.c +=================================================================== +--- teg-0.11.2.orig/client/misc.c 2007-06-04 23:05:39.000000000 +0900 ++++ teg-0.11.2/client/misc.c 2007-06-04 23:06:03.000000000 +0900 +@@ -201,7 +201,7 @@ + + char buffer[100]; + close_descriptors(); +- args[0] = "xterm"; ++ args[0] = "x-terminal-emulator"; + args[1] = "-e"; + args[2] = BINDIR"/tegserver"; + args[3] = "--port"; --- teg-0.11.2+debian.orig/debian/patches/series +++ teg-0.11.2+debian/debian/patches/series @@ -0,0 +1,4 @@ +avoid_two_identical_country.diff +desktop-file-fixes.diff +fix_xml-doc-for-yelp.diff +x-terminal-emulator.diff