--- polyglot-1.4.orig/debian/dirs +++ polyglot-1.4/debian/dirs @@ -0,0 +1 @@ +usr/games --- polyglot-1.4.orig/debian/docs +++ polyglot-1.4/debian/docs @@ -0,0 +1,2 @@ +readme.txt +debian/TODO.Debian --- polyglot-1.4.orig/debian/control +++ polyglot-1.4/debian/control @@ -0,0 +1,17 @@ +Source: polyglot +Section: games +Priority: optional +Maintainer: Oliver Korff +Build-Depends: debhelper (>= 4.0.0) +Standards-Version: 3.6.2 + +Package: polyglot +Architecture: any +Depends: ${shlibs:Depends} +Recommends: fruit +Description: chess engine protocol adaptor, connects UCI engines to xboard + Common chess frontends have a winboard/xboard input interface, modern + chess engines speak the UCI "universal chess interface" protocol. This + protocol adaptor makes it possible to use standard chess frontends, like + xboard or scid with UCI speaking engines and play chess against them. + Homepage: http://wbec-ridderkerk.nl/ --- polyglot-1.4.orig/debian/rules +++ polyglot-1.4/debian/rules @@ -0,0 +1,100 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + + + + +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + +configure: configure-stamp +configure-stamp: + dh_testdir + # Add here commands to configure the package. + + touch configure-stamp + + +build: build-stamp + +build-stamp: configure-stamp + dh_testdir + + # Add here commands to compile the package. + # $(MAKE) + cd $(CURDIR)/src ; $(MAKE) + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + + # Add here commands to clean up after the build process. + if [ -e $(CURDIR)/src/polyglot ]; then rm $(CURDIR)/src/polyglot ; fi + cd $(CURDIR)/src ; $(MAKE) clean + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/polyglot. + #$(MAKE) install DESTDIR=$(CURDIR)/debian/polyglot + cp $(CURDIR)/src/polyglot $(CURDIR)/debian/polyglot/usr/games + + +# 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_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installexamples +# dh_install +# dh_installmenu +# dh_installdebconf +# dh_installlogrotate +# dh_installemacsen +# dh_installpam +# dh_installmime +# dh_installinit +# dh_installcron +# dh_installinfo + dh_installman $(CURDIR)/debian/polyglot.6 + dh_link + dh_strip + dh_compress + dh_fixperms +# dh_perl +# dh_python +# dh_makeshlibs + 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 --- polyglot-1.4.orig/debian/changelog +++ polyglot-1.4/debian/changelog @@ -0,0 +1,16 @@ +polyglot (1.4-1) unstable; urgency=low + + * new upstream release (closes: #353752) + * package came as zip file, it was repacked as tar.gz + * changed description in controlfile (closes: #337879) + * polyglot.exe polyglot_linux polyglot_mac removed (closes: #350036) + + -- Oliver Korff Thu, 2 Mar 2006 21:54:32 +0100 + +polyglot (1.3-1) unstable; urgency=low + + * Initial release (closes: #325539) + * package came as zip file, it was repacked as tar.gz + + -- Oliver Korff Sun, 9 Oct 2005 21:56:20 +0200 + --- polyglot-1.4.orig/debian/files.1.3-1 +++ polyglot-1.4/debian/files.1.3-1 @@ -0,0 +1 @@ +polyglot_1.3-1_i386.deb games optional --- polyglot-1.4.orig/debian/polyglot.6 +++ polyglot-1.4/debian/polyglot.6 @@ -0,0 +1,61 @@ +.\" Hey, EMACS: -*- nroff -*- +.\" First parameter, NAME, should be all caps +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection +.\" other parameters are allowed: see man(7), man(1) +.\" Please adjust this date whenever revising the manpage. +.\" +.\" Some roff macros, for reference: +.\" .nh disable hyphenation +.\" .hy enable hyphenation +.\" .ad l left justify +.\" .ad b justify to both left and right margins +.\" .nf disable filling +.\" .fi enable filling +.\" .br insert line break +.\" .sp insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.TH "POLYGLOT" "6" "Aug 29 2005" "Oliver Korff" "" +.SH "NAME" +polyglot \- is a chess engine protocol adaptor. It connects a UCI protocol engine to xboard frontend. +.SH "SYNOPSIS" +.B polyglot +.RI "" +.SH "DESCRIPTION" +This manual page documents the +.B polyglot +command. +.PP +.\" TeX users may be more comfortable with the \fB\fP and +.\" \fI\fP escape sequences to invode bold face and italics, +.\" respectively. +\fBpolyglot\fP acts as an xboard engine. There should be no +difference with a normal chess program as far as the interface +(e.g. scid, knights, xboard) is concerned. + +To use PolyGlot with XBoard, you would type something like this: +.PP +> xboard \-fd 'polyglot_dir' \-fcp 'polyglot engine.ini' + +Quotes are important when there is a space in the argument. +.SH "OPTIONS" + +.PP +PolyGlot is invoked using "polyglot ". Note that PolyGlot +will look for the INI file in the current directory. So the user is +encuraged to make a .polyglot directory in his home and put the + there. If no is given, "polyglot.ini" is selected. +.SH "SEE ALSO" +.BR /usr/share/doc/polyglot, +.br +More information is included in dhe upstream readmes and the +examples. +.SH "AUTHOR" +polyglot was written by Fabien Letouzey, . +.PP +The official distribution web site is Leo Dijksman's + WBEC Ridderkerk: http://wbec\-ridderkerk.nl/ This is where you +should be looking for PolyGlot updates in the future. Go to +the download section, there is a link to polyglot on the main page. +.PP +This manual page was written by Oliver Korff , +for the Debian project (but may be used by others). --- polyglot-1.4.orig/debian/example-files/fruit_book_linux.ini +++ polyglot-1.4/debian/example-files/fruit_book_linux.ini @@ -0,0 +1,13 @@ + +[PolyGlot] + +EngineDir = /home/username/.scid +EngineCommand = /usr/games/fruit + +Book = true +BookFile = /usr/share/games/fruit/book_small.bin ; same directory as INI file, use full path otherwise + +[Engine] + +Hash = 64 + --- polyglot-1.4.orig/debian/compat +++ polyglot-1.4/debian/compat @@ -0,0 +1 @@ +4 --- polyglot-1.4.orig/debian/polyglot.substvars.1.3-1 +++ polyglot-1.4/debian/polyglot.substvars.1.3-1 @@ -0,0 +1 @@ +shlibs:Depends=libc6 (>= 2.3.5-1), libgcc1 (>= 1:4.0.1), libstdc++6 (>= 4.0.2) --- polyglot-1.4.orig/debian/TODO.Debian +++ polyglot-1.4/debian/TODO.Debian @@ -0,0 +1,7 @@ +TODO for polyglot +------------------- + + * This program could use a patch to automatically create ~/.polyglot dir + * And have some configs copyed to ~/.polyglot + + -- Oliver Korff , Thu, 02 Mar 2006 21:51:10 +0100 --- polyglot-1.4.orig/debian/README.Debian +++ polyglot-1.4/debian/README.Debian @@ -0,0 +1,7 @@ +polyglot for Debian +------------------- + +This program is only useful with an UCI chess engine. It converts UCI +commands to xboard/winboard style. + + -- Oliver Korff , Thu, 02 Mar 2006 21:49:47 +0100 --- polyglot-1.4.orig/debian/copyright +++ polyglot-1.4/debian/copyright @@ -0,0 +1,14 @@ +This package was debianized by Oliver Korff on +Fri, 1 Jul 2005 22:23:57 +0200. + +The official distribution web site is Leo Dijksman's WBEC Ridderkerk: +http://wbec-ridderkerk.nl/ Thats where you should be looking for +PolyGlot updates in the future. Go to the download section, there +is a link to polyglot on the main page. + +Copyright Holder: PolyGlot 1.3 Copyright 2004-2005 Fabien Letouzey, +. + +Released under the terms of GPL. On Debian systems, the complete +text of the GNU General Public License can be found in +`/usr/share/common-licenses/GPL'. --- polyglot-1.4.orig/debian/examples +++ polyglot-1.4/debian/examples @@ -0,0 +1,5 @@ +example/java.ini +example/normal.ini +example/option.ini +example/fruit_book.ini +debian/example-files