debian/0000755000000000000000000000000012262720341007165 5ustar debian/patches/0000755000000000000000000000000012262576635010633 5ustar debian/patches/07_call_x-terminal-emulator_instead_of_xterm.dpatch0000644000000000000000000000271212262576556022645 0ustar Description: Call x-terminal-emulator instead of xterm Author: Florian Ernst @DPATCH@ Index: xboard/menus.c =================================================================== --- xboard.orig/menus.c 2014-01-06 19:59:28.366412067 +0100 +++ xboard/menus.c 2014-01-06 19:59:28.346412067 +0100 @@ -313,7 +313,7 @@ InfoProc () { char buf[MSG_SIZ]; - snprintf(buf, sizeof(buf), "xterm -e info --directory %s --directory . -f %s &", + snprintf(buf, sizeof(buf), "x-terminal-emulator -e info --directory %s --directory . -f %s &", INFODIR, INFOFILE); system(buf); } Index: xboard/xaw/xboard.c =================================================================== --- xboard.orig/xaw/xboard.c 2014-01-06 19:59:28.366412067 +0100 +++ xboard/xaw/xboard.c 2014-01-06 19:59:28.346412067 +0100 @@ -2191,7 +2191,7 @@ name = prms[0]; else name = "xboard"; - snprintf(buf, sizeof(buf), "xterm -e man %s &", name); + snprintf(buf, sizeof(buf), "x-terminal-emulator -e man %s &", name); system(buf); } Index: xboard/gtk/xboard.c =================================================================== --- xboard.orig/gtk/xboard.c 2014-01-06 19:59:28.366412067 +0100 +++ xboard/gtk/xboard.c 2014-01-06 20:00:57.730412301 +0100 @@ -1788,7 +1788,7 @@ #ifdef __APPLE__ system("%s ./man.command", appData.sysOpen); #else - system("xterm -e man xboard &"); + system("x-terminal-emulator -e man xboard &"); #endif } debian/patches/series0000644000000000000000000000020712231266747012043 0ustar 07_call_x-terminal-emulator_instead_of_xterm.dpatch 11_fix_manpages_warnings.dpatch 01_note_about_missing_fonts.patch 02_gettext.patch debian/patches/01_note_about_missing_fonts.patch0000644000000000000000000000272512262576622017257 0ustar Description: Print an error message when fonts are missing Author: Vincent Legout Bug-Debian: http://bugs.debian.org/504077 Bug-Debian: http://bugs.debian.org/562726 Index: xboard/gtk/xboard.c =================================================================== --- xboard.orig/gtk/xboard.c 2014-01-06 20:01:35.826412400 +0100 +++ xboard/gtk/xboard.c 2014-01-06 20:01:35.826412400 +0100 @@ -1282,6 +1282,8 @@ if (nfonts < 1) { fprintf(stderr, _("%s: no fonts match pattern %s\n"), programName, pattern); + fprintf(stderr, "Some fonts seem to be missing in your system, you should install either xfonts-100dpi or xfonts-75dpi and then restart Xorg to get xboard running.\n"); + fprintf(stderr, "See http://bugs.debian.org/504077 and http://bugs.debian.org/562726 for more information.\n"); exit(2); } Index: xboard/xaw/xboard.c =================================================================== --- xboard.orig/xaw/xboard.c 2014-01-06 20:01:35.826412400 +0100 +++ xboard/xaw/xboard.c 2014-01-06 20:01:35.826412400 +0100 @@ -1591,6 +1591,8 @@ if (nfonts < 1) { fprintf(stderr, _("%s: no fonts match pattern %s\n"), programName, pattern); + fprintf(stderr, "Some fonts seem to be missing in your system, you should install either xfonts-100dpi or xfonts-75dpi and then restart Xorg to get xboard running.\n"); + fprintf(stderr, "See http://bugs.debian.org/504077 and http://bugs.debian.org/562726 for more information.\n"); exit(2); } debian/patches/02_gettext.patch0000644000000000000000000000076112231266747013641 0ustar Description: Do not require gettext 0.17. Fix FTBFS with gettext 0.18. Author: Vincent Legout Index: xboard/configure.ac =================================================================== --- xboard.orig/configure.ac 2013-05-06 17:56:35.749612056 +0200 +++ xboard/configure.ac 2013-05-06 18:29:41.241666738 +0200 @@ -76,7 +76,6 @@ AC_PROG_INSTALL dnl| add gettext support -AM_GNU_GETTEXT_VERSION(0.17) AM_GNU_GETTEXT([external]) AC_CHECK_PROGS(RSH, remsh rsh, rsh) debian/patches/11_fix_manpages_warnings.dpatch0000644000000000000000000006775212231266747016707 0ustar Description: Fix manpages warnings Author: Alexander L. Belikoff @DPATCH@ Index: xboard/xboard.man =================================================================== --- xboard.orig/xboard.man 2013-09-28 18:37:47.150475944 +0200 +++ xboard/xboard.man 2013-09-28 18:37:47.146475944 +0200 @@ -161,7 +161,7 @@ a random number for you. The thus selected opening position will then persistently be chosen on any following New Game command until you use this menu to select another. -Selecting position number -1 (or pushing the `Randomize' button) +Selecting position number \-1 (or pushing the `Randomize' button) will produce a newly randomized position on any new game. Using this menu item in variants that normally do not shuffle their opening position does cause these variants to become shuffle variants until you use the @@ -185,7 +185,7 @@ You can overrule the default board format of the selected variant, (e.g. to play suicide chess on a 6 x 6 board), in this dialog, but normally you would not do that, -and leave them at '-1', which means 'default'. +and leave them at '\-1', which means 'default'. .TP .B Load Game Plays a game from a record file. The `Ctrl-O' key is a keyboard equivalent. @@ -215,7 +215,7 @@ You can later revert to the previous line with the `Revert' command. This way you can walk quite complex varation trees with XBoard. The nonstandard PGN tag [Variant "varname"] functions similarly to -the -variant command-line option (see below), allowing games in certain chess +the \-variant command-line option (see below), allowing games in certain chess variants to be loaded. Note that it must appear before any FEN tag for XBoard to recognize variant FENs appropriately. @@ -425,7 +425,7 @@ If you are examining an ICS game and Pause mode is off, Revert issues the ICS command `revert'. In local mode, when you were editing or analyzing a game, -and the `-variations' command-line option is switched on, +and the `\-variations' command-line option is switched on, you can start a new variation by holding the Shift key down while entering a move not at the end of the game. Variations can also become the currently displayed line by @@ -685,7 +685,7 @@ until the end of the file is reached (or you switch to another mode). The time the engine spends on analyzing each move can be controlled -through the command-line option `-timeDelay', +through the command-line option `\-timeDelay', which can also be set from the `Load Game Options' menu dialog. Note: Some chess engines do not support Analysis mode. .TP @@ -713,7 +713,7 @@ is connected to a chess server. If you have moved into Edit Game or Edit Position mode, you can select this option to get out. -To use xboard in ICS mode, run it in the foreground with the -ics +To use xboard in ICS mode, run it in the foreground with the \-ics option, and use the terminal you started it from to type commands and receive text responses from the chess server. See \fIChess Servers\fR below for more information. @@ -1124,7 +1124,7 @@ .TP .B Zoom factor in Evaluation Graph Sets the valueof the `evalZoom' option, -indicating the factor by which the score interval (-1,1) should be +indicating the factor by which the score interval (\-1,1) should be blown up on the vertical axis of the Evaluation Graph. .PP Pops up a sub-menu where you can set the time-control parameters interactively. @@ -1380,7 +1380,7 @@ In the latter case, you specify the number of gauntlet engines. E.g. if you specified 10 engines, and tourney type = 2, the first 2 engines each play the remaining 8. -A value of -1 instructs XBoard to play Swiss; for this to work an external +A value of \-1 instructs XBoard to play Swiss; for this to work an external pairing engine must be specified through the `pairingEngine' option. Each Swiss round will be considered a tourney cycle in that case. Default:0 @@ -1424,11 +1424,11 @@ These items optionally specify the file with move sequences or board positions the tourney games should start from. The corresponding numbers specify the number of the game or position in the file. -Here a value -1 means automatic stepping through all games on the file, --2 automatic stepping every two games. +Here a value \-1 means automatic stepping through all games on the file, +\-2 automatic stepping every two games. The Rewind-Index parameter causes a stepping index to reset to one after reaching a specified value. -A setting of -2 for the game number will also be effective in a tournament without +A setting of \-2 for the game number will also be effective in a tournament without specifying a game file, but playing from the GUI book instead. In this case the first (odd) games will randomly select from the book, but the second (even) games will select the same moves from the book as the previous game. @@ -1439,7 +1439,7 @@ Setting this option reverses the default situation for use of the GUI opening book in tournaments from what it normally is, namely not using it. So unless the engine is installed with an option to explicitly specify it should -not use the GUI book (i.e. `-firstHasOwnBookUCI true'), +not use the GUI book (i.e. `\-firstHasOwnBookUCI true'), it will be made to use the GUI book. .TP .B Replace Engine @@ -1505,7 +1505,7 @@ in the four lowest ranks of the board, and optional additional material in the four highest ranks of the board. You can request the optional material to be balanced. -The `narrow' button is similar in fuction to the `find position' button, +The `narrow' button is similar in function to the `find position' button, but only searches in the already selected games, rather than the complete game file, and can thus be used to refine a search based on multiple criteria. @@ -1589,8 +1589,8 @@ a new file ~/.xboardrc, which only contains the options .nf - -settingsFile ~/.yboardrc - -saveSettingsFile ~/.yboardrc + \-settingsFile ~/.yboardrc + \-saveSettingsFile ~/.yboardrc .fi This will cause your settings to be saved on ~/.yboardrc in the future, @@ -1703,9 +1703,9 @@ Most of the options have both a long name and a short name. To turn a boolean option on or off from the command line, either give its long name followed by the value true or false -(`-longOptionName true'), or give just the short name to turn the -option on (`-opt'), or the short name preceded by `x' to -turn the option off (`-xopt'). For options that take strings or +(`\-longOptionName true'), or give just the short name to turn the +option on (`\-opt'), or the short name preceded by `x' to +turn the option off (`\-xopt'). For options that take strings or numbers as values, you can use the long or short option names interchangeably. @@ -1725,9 +1725,9 @@ If this option is specified, `movesPerSession' is ignored. Instead, after each player's move, `timeIncrement' seconds are added to his clock. -Use `-inc 0' if you want to require the entire +Use `\-inc 0' if you want to require the entire game to be played in one `timeControl' period, with no increment. -Default: -1, which specifies `movesPerSession' mode. +Default: \-1, which specifies `movesPerSession' mode. .TP .B -clock/-xclock or -clockMode true/false Determines whether or not to display the chess clocks. If clockMode is @@ -1766,7 +1766,7 @@ report in CPU time it uses, rather than wall-clock time, in this mode. This option can provide fairer conditions for engine-engine matches on heavily loaded machines, or with very fast games (where the wall clock is too inaccurate). -`showThinking' must be on for this option to work. Default: -1 (off). +`showThinking' must be on for this option to work. Default: \-1 (off). Not many engines might support this yet! .TP .B -firstTimeOdds factor @@ -1825,7 +1825,7 @@ .B -sameColorGames n Automatically runs an n-game match between two chess engines, without alternating colors. -Otherwise the same applies as for the `-matchGames' option, +Otherwise the same applies as for the `\-matchGames' option, over which it takes precedence if both are specified. (See there.) Default: 0 (do not run a match). .TP @@ -1877,7 +1877,7 @@ itself. (See the CHESSDIR environment variable.) This option is effective only when the chess engine is being run on the local host; it does not work if the engine is run remotely -using the -fh or -sh option. +using the \-fh or \-sh option. .TP .B -initString string or -firstInitString .PD 0 @@ -2037,7 +2037,7 @@ For starting the second engine, any leading "f" or "first" in the option name will first be replaced by "s" or "second", before finding its value. -Default: 'polyglot -noini -ec "%fcp" -ed "%fd"' +Default: 'polyglot \-noini \-ec "%fcp" \-ed "%fd"' .TP .B -uxiAdapter string Similar to `adapterCommand', but used for engines accompanied @@ -2139,11 +2139,11 @@ This option lets you customize the drop-down list of chess engine names that appears in the `Load Engine' and `Match Options' dialog. It consists of a list of strings, one per line. -When an engine is loaded, the corresponding line is prefixed with "-fcp ", +When an engine is loaded, the corresponding line is prefixed with "\-fcp ", and processed like it appeared on the command line. That means that apart from the engine command, it can contain any list of XBoard options you want to use with this engine. -(Commonly used options here are -fd, -firstXBook, -fUCI, -variant.) +(Commonly used options here are \-fd, \-firstXBook, \-fUCI, \-variant.) The value of this option is gradually built as you load new engines through the `Load Engine' menu dialog, with `Add to list' ticked. @@ -2175,7 +2175,7 @@ .B -tt number or -tourneyType number Specifies the type of tourney: 0 = round-robin, N>0 = (multi-)gauntlet with N gauntlet engines, --1 = Swiss through external pairing engine. +\-1 = Swiss through external pairing engine. Volatile option, but stored in tourney file. .TP .B -cy number or -tourneyCycles number @@ -2268,7 +2268,7 @@ "timeseal" for FICS (freechess.org), after obtaining the correct version of timestamp or timeseal for your computer. See "help timestamp" on ICC and "help timeseal" on FICS. -This option is shorthand for `-useTelnet -telnetProgram program'. +This option is shorthand for `\-useTelnet \-telnetProgram program'. .TP .B -telnet/-xtelnet or -useTelnet true/false This option is poorly named; it should be called useHelper. @@ -2313,8 +2313,8 @@ Use a script something like this: .nf - stty raw -echo 9600 > /dev/tty00 - xboard -ics -icscomm /dev/tty00 + stty raw \-echo 9600 > /dev/tty00 + xboard \-ics \-icscomm /dev/tty00 .fi Here replace `/dev/tty00' with the name of the device that your @@ -2328,16 +2328,16 @@ Change it as necessary for your installation. .nf - #!/bin/sh -f + #!/bin/sh \-f # configure modem and fire up XBoard # configure modem ( - stty 2400 ; stty raw ; stty hupcl ; stty -clocal + stty 2400 ; stty raw ; stty hupcl ; stty \-clocal stty ignbrk ; stty ignpar ; stty ixon ; stty ixoff - stty -iexten ; stty -echo + stty \-iexten ; stty \-echo ) < /dev/modem - xboard -ics -icscomm /dev/modem + xboard \-ics \-icscomm /dev/modem .fi After you start XBoard in this way, type whatever commands are @@ -2359,7 +2359,7 @@ .TP .B -msLoginDelay delay If you experience trouble logging on to an ICS when using the -`-icslogon' option, inserting some delay between characters +`\-icslogon' option, inserting some delay between characters of the logon script may help. This option adds `delay' milliseconds of delay between characters. Good values to try are 100 and 250. @@ -2418,7 +2418,7 @@ Default: false. .TP .B -dualBoard true/false -In combination with -backgroundObserve true, this option will display +In combination with \-backgroundObserve true, this option will display the board of the background game side by side with that of your own game, so you can have it in view permanently. Any board or holdings info coming in will be displayed on the secondary @@ -2622,10 +2622,10 @@ is a pipe; in these cases the first game in the file is loaded immediately. Use the `pxboard' shell script provided with XBoard if you want to pipe in files containing multiple games and still see the menu. -If the loadGameIndex specifies an index -1, this triggers auto-increment +If the loadGameIndex specifies an index \-1, this triggers auto-increment of the index in `matchMode', which means that after every game the index is incremented by one, causing each game of the match to be played -from the next game in the file. Similarly, specifying an index value of -2 +from the next game in the file. Similarly, specifying an index value of \-2 causes the index to be incremented every two games, so that each game in the file is used twice (with reversed colors). The `rewindIndex' option causes the index to be reset to the @@ -2639,8 +2639,8 @@ .TP .B -td or -timeDelay seconds Time delay between moves during `Load Game' or `Analyze File'. -Fractional seconds are allowed; try `-td 0.4'. -A time delay value of -1 tells +Fractional seconds are allowed; try `\-td 0.4'. +A time delay value of \-1 tells XBoard not to step through game files automatically. Default: 1 second. .TP .B -sgf or -saveGameFile file @@ -2665,10 +2665,10 @@ standard input. If the `loadPositionIndex' option is set to N, the Nth position found in the file is loaded; otherwise the first position is loaded. -If the loadPositionIndex specifies an index -1, this triggers auto-increment +If the loadPositionIndex specifies an index \-1, this triggers auto-increment of the index in `matchMode', which means that after every game the index is incremented by one, causing each game of the match to be played -from the next position in the file. Similarly, specifying an index value of -2 +from the next position in the file. Similarly, specifying an index value of \-2 causes the index to be incremented every two games, so that each position in the file is used twice (with the engines playing opposite colors). The `rewindIndex' option causes the index to be reset to the @@ -2717,23 +2717,23 @@ .TP .B @filename .PD -When XBoard encounters an option -settingsFile (or -ini for short), +When XBoard encounters an option \-settingsFile (or \-ini for short), or @filename, it tries to read the mentioned file, and substitutes the contents of it (presumaby more command-line options) in place of the option. -In the case of -ini or -settingsFile, the name of a successfully read +In the case of \-ini or \-settingsFile, the name of a successfully read settings file is also remembered as the file to use for saving settings (automatically on exit, or on user command). An option of the form @filename does not affect saving. -The option -saveSettingsFile does specify a name of the file to use +The option \-saveSettingsFile does specify a name of the file to use for saving, without reading any options from it, and is thus also effective when the file did not exist yet. So the settings will be saved to the file specified in the last --saveSettingsFile or succesfull -settingsFile / -ini command, +\-saveSettingsFile or succesfull \-settingsFile / \-ini command, if any, and in /etc/xboard/xboard.conf otherwise. -Usualy the latter is only accessible for the system administrator, though, +Usually the latter is only accessible for the system administrator, though, and will be used to contain system-wide default setings, amongst which -a -saveSettingsFile and -settingsFile options to specify a settings file +a \-saveSettingsFile and \-settingsFile options to specify a settings file accessible to the individual user, such as ~/.xboardrc in the user's home directory. .TP @@ -2812,7 +2812,7 @@ .TP .B -movesound/-xmovesound or -ringBellAfterMoves true/false Sets the Move Sound menu option. See \fIOptions Menu\fR. Default: false. -For compatibility with old XBoard versions, -bell/-xbell are also +For compatibility with old XBoard versions, \-bell/\-xbell are also accepted as abbreviations for this option. .TP .B -exit/-xexit or -popupExitMessage true/false @@ -2872,7 +2872,7 @@ to n pixels for any board size. Mostly used to suppress the grid entirely by setting n = 0, e.g. in xiangqi or just getting a prettier picture. When n < 0 this the size-dependent width of the grid lines -is used. Default: -1. +is used. Default: \-1. .TP .B -coords/-xcoords or -showCoords true/false Sets the Show Coords menu option. See \fIOptions Menu\fR. Default: false. @@ -2909,7 +2909,7 @@ shortcuts. Default: true. .TP .B -evalZoom factor -The score interval (-1,1) is blown up on the vertical axis of +The score interval (\-1,1) is blown up on the vertical axis of the Evaluation Graph by the given factor. Default: 1 .TP @@ -3002,7 +3002,7 @@ In the font selection algorithm, a nonscalable font will be preferred over a scalable font if the nonscalable font's size differs by `tol' pixels -or less from the desired size. A value of -1 will force +or less from the desired size. A value of \-1 will force a scalable font to always be used if available; a value of 0 will use a nonscalable font only if it is exactly the right size; a large value (say 1000) will force a nonscalable font to always be @@ -3049,25 +3049,25 @@ Defaults: .nf - -whitePieceColor #FFFFCC - -blackPieceColor #202020 - -lightSquareColor #C8C365 - -darkSquareColor #77A26D - -highlightSquareColor #FFFF00 - -premoveHighlightColor #FF0000 - -lowTimeWarningColor #FF0000 + \-whitePieceColor #FFFFCC + \-blackPieceColor #202020 + \-lightSquareColor #C8C365 + \-darkSquareColor #77A26D + \-highlightSquareColor #FFFF00 + \-premoveHighlightColor #FF0000 + \-lowTimeWarningColor #FF0000 .fi On a grayscale monitor you might prefer: .nf - -whitePieceColor gray100 - -blackPieceColor gray0 - -lightSquareColor gray80 - -darkSquareColor gray60 - -highlightSquareColor gray100 - -premoveHighlightColor gray70 - -lowTimeWarningColor gray70 + \-whitePieceColor gray100 + \-blackPieceColor gray0 + \-lightSquareColor gray80 + \-darkSquareColor gray60 + \-highlightSquareColor gray100 + \-premoveHighlightColor gray70 + \-lowTimeWarningColor gray70 .fi The PieceColor options only work properly if the image files @@ -3179,7 +3179,7 @@ if both engines agree for a duration of 6 consecutive ply that the score is below the given score threshold for that engine. Make sure the score is interpreted properly by XBoard, -using `-firstScoreAbs' and `-secondScoreAbs' if needed. +using `\-firstScoreAbs' and `\-secondScoreAbs' if needed. Default: 0 (no adjudication) .TP .B -adjudicateDrawMoves n @@ -3242,13 +3242,13 @@ The `view' option will be used by desktop associations with game or position file types, so that `viewerOptions' can be used to configure the exact mode XBoard will start in when it -should act on such a file (e.g. in -ncp mode, or analyzing +should act on such a file (e.g. in \-ncp mode, or analyzing with your favorite engine). The options are also automatically appended when Board is invoked with a single argument not being an option name, which is then assumed to be the name of a `loadGameFile' or (when the name ends in .fen) a `loadPositionFile'. -Default: "-ncp -engineOutputUp false -saveSettingsOnExit false". +Default: "\-ncp \-engineOutputUp false \-saveSettingsOnExit false". .TP .B -tourneyOptions string When XBoard is invoked with a single argument that is a file @@ -3259,7 +3259,7 @@ Thus the value of `tourneyOptions' can be used to configure XBoard to automatically start running a tournament when it should act on such a file. -Default: "-ncp -mm -saveSettingsOnExit false". +Default: "\-ncp \-mm \-saveSettingsOnExit false". .TP .B -mode or -initialMode modename If this option is given, XBoard selects the given modename @@ -3312,7 +3312,7 @@ NOT ALL BOARDSIZES PROVIDE A COMPLETE SET OF BUILT-IN BITMAPS FOR ALL UN-ORTHODOX PIECES, though. Only in `boardSize' middling and bulky -all 22 piece types are provided, while -boardSize petite has most +all 22 piece types are provided, while \-boardSize petite has most of them. Archbishop, Chancellor and Amazon are supported in every size from petite to bulky. Kings or Amazons are substituted for missing bitmaps. You can still play variants needing un-orthodox @@ -3332,29 +3332,29 @@ .TP .B -boardHeight N Allows you to set a non-standard number of board ranks in any variant. -If the height is given as -1, the default height for the variant is used. -Default: -1 +If the height is given as \-1, the default height for the variant is used. +Default: \-1 .TP .B -boardWidth N Allows you to set a non-standard number of board files in any variant. -If the width is given as -1, the default width for the variant is used. +If the width is given as \-1, the default width for the variant is used. With a non-standard width, the initial position will always be an empty board, as the usual opening array will not fit. -Default: -1 +Default: \-1 .TP .B -holdingsSize N Allows you to set a non-standard size for the holdings in any variant. -If the size is given as -1, the default holdings size for the variant is used. +If the size is given as \-1, the default holdings size for the variant is used. The first N piece types will go into the holdings on capture, and you will be able to drop them on the board in stead of making a normal move. If size equals 0, there will be no holdings. -Default: -1 +Default: \-1 .TP .B -defaultFrcPosition N Specifies the number of the opening position in shuffle games like Chess960. -A value of -1 means the position is randomly generated by XBoard +A value of \-1 means the position is randomly generated by XBoard at the beginning of every game. -Default: -1 +Default: \-1 .TP .B -pieceToCharTable string The characters that are used to represent the piece types XBoard knows in FEN @@ -3463,11 +3463,11 @@ thousands of registered users on the different ICS hosts, and it is not unusual to meet 200 on both chessclub.com and freechess.org. -Most people can just type `xboard -ics' to start XBoard as an ICS +Most people can just type `xboard \-ics' to start XBoard as an ICS client. Invoking XBoard in this way connects you to the Internet Chess Club (ICC), a commercial ICS. You can log in there as a guest even if you do not have a paid account. To connect to the largest -Free ICS (FICS), use the command `xboard -ics -icshost freechess.org' +Free ICS (FICS), use the command `xboard \-ics \-icshost freechess.org' instead, or substitute a different host name to connect to your favorite ICS. For a full description of command-line options that control @@ -3587,7 +3587,7 @@ command-line options as follows: .nf - xboard -ics -icshost firewall.example.com -icsport 23 + xboard \-ics \-icshost firewall.example.com \-icsport 23 .fi Then when you run XBoard in ICS mode, you will be prompted @@ -3617,7 +3617,7 @@ command-line options as follows: .nf - xboard -ics -gateway rsh.example.com -icshost chessclub.com + xboard \-ics \-gateway rsh.example.com \-icshost chessclub.com .fi Then when you run XBoard in ICS mode, it will connect to @@ -3632,7 +3632,7 @@ In this case set command line options as follows: .nf - xboard -ics -telnet -telnetProgram ptelnet + xboard \-ics \-telnet \-telnetProgram ptelnet .fi Then when you run XBoard in ICS mode, it will issue the @@ -3642,14 +3642,14 @@ that is, your `ptelnet' program doesn't let you connect to alternative ports. As noted above, your chess server may allow you to connect on port 23 instead. In that case, just add the option -`-icsport ""' to the above command. +`\-icsport ""' to the above command. But if your chess server doesn't let you connect on port 23, you will have to find some other host outside the firewall and hop through it. For instance, suppose you have a shell account at `foo.edu'. Set command line options as follows: .nf - xboard -ics -telnet -telnetProgram ptelnet -icshost foo.edu -icsport "" + xboard \-ics \-telnet \-telnetProgram ptelnet \-icshost foo.edu \-icsport "" .fi Then when you run XBoard in ICS mode, it will issue the @@ -3695,7 +3695,7 @@ provider or firewall host, you may find that each line you type is echoed back an extra time after you hit . If your Internet provider is a Unix system, you can probably turn its echo off by -typing `stty -echo' after you log in, and/or typing +typing `stty \-echo' after you log in, and/or typing <^E> (Ctrl+E followed by the Enter key) to the telnet program after you have logged into ICS. It is a good idea to do this if you can, because the extra echo can occasionally confuse XBoard's @@ -3745,10 +3745,10 @@ WinBoard development section. Please use the `script' program to start a typescript, run -XBoard with the `-debug' option, and include the typescript +XBoard with the `\-debug' option, and include the typescript output in your message. Also tell us what kind of machine and what operating system version -you are using. The command `uname -a' will often tell you this. +you are using. The command `uname \-a' will often tell you this. If you improve XBoard, please send a message about your changes, and we will get in touch with you about merging them in @@ -3830,7 +3830,7 @@ .PD Provides or inhibits verbose output from `cmail' and XBoard, useful for debugging. The -`-xv' +`\-xv' form also inhibits the cmail introduction message. .TP .B -mail @@ -3932,7 +3932,7 @@ .TP .B -logFile A file in which to dump verbose debugging messages that are invoked with -the `-v' +the `\-v' option. .TP .B -event @@ -3950,9 +3950,9 @@ .B Other options Any option flags not listed above are passed through to XBoard. Invoking XBoard through CMail changes the default values of two XBoard -options: The default value for `-noChessProgram' is changed to +options: The default value for `\-noChessProgram' is changed to true; that is, by default no chess engine is started. The default -value for `-timeDelay' is changed to 0; that is, by default +value for `\-timeDelay' is changed to 0; that is, by default XBoard immediately goes to the end of the game as played so far, rather than stepping through the moves one by one. You can still set these options to whatever values you prefer by supplying them on @@ -4020,7 +4020,7 @@ mean that `cmail' has trouble reactivating an existing XBoard. If this should happen, simply trying it again should work. If not, remove the file that stores the XBoard's PID -(`game.pid') or use the `-xreuse' option to force +(`game.pid') or use the `\-xreuse' option to force `cmail' to start a new XBoard. Versions of `cmail' after 2.16 no longer understand the old file format @@ -4060,7 +4060,7 @@ able to play Chinese Chess. It can be obtained from the standard Linux repositories through: -sudo apt-get install hoichess +sudo apt\-get install hoichess .SS Crafty Crafty is a chess engine written by Bob Hyatt. @@ -4076,7 +4076,7 @@ Crafty can be obtained from its author's FTP site: ftp://ftp.cis.uab.edu/hyatt/. -To use Crafty with XBoard, give the -fcp and -fd options as follows, where +To use Crafty with XBoard, give the \-fcp and \-fd options as follows, where is the directory in which you installed Crafty and placed its book and other support files. @@ -4092,7 +4092,7 @@ .B 1. Unzip ziics131.exe into a directory: .nf - unzip -L ziics131.exe -d ~/ziics + unzip \-L ziics131.exe \-d ~/ziics .fi .TP .B 2. Use zic2xpm to convert a set of pieces to XBoard format. @@ -4109,7 +4109,7 @@ .B 3. Give XBoard the ``-pixmap'' option when starting up, e.g.: .nf - xboard -pixmap ~/fritz4 + xboard \-pixmap ~/fritz4 .fi .PP (*) ZIICS is a separate copyrighted work of Andy McFarland. Index: xboard/Makefile.am =================================================================== --- xboard.orig/Makefile.am 2013-09-28 18:37:47.150475944 +0200 +++ xboard/Makefile.am 2013-09-28 18:37:56.122475967 +0200 @@ -73,7 +73,7 @@ ACLOCAL_AMFLAGS = -I m4 -info_TEXINFOS = xboard.texi +# info_TEXINFOS = xboard.texi xboard_TEXINFOS = copyright.texi man6_MANS = xboard.man debian/xboard.xpm0000644000000000000000000000241412231266747011206 0ustar /* XPM */ static char *icon_outline[] = { /* columns rows colors chars-per-pixel */ "32 32 2 1", " c gray100", ". c black", /* pixels */ " ", " . ", " . .. ", " .. .. ", " . . . . ", " . . . .... ", " . . . . . ", " . .. .. ", " . .. ", " . .. .. ", " . .. .. ", " . . . .. ", " . . .. ", " . . .. ", " . . .. ", " . . . ", " . . .. ", " . .. .. ", " . . .. . .. ", " . .. .. . .. ", " . . .. . .. ", " . . . . .. ", " . . . . .. ", " .. . . .. ", " . . .. ", " . .. ", " . .. ", " . .. ", " . .. ", " ...................... ", " ", " " }; debian/preinst0000644000000000000000000000047512231266747010615 0ustar #!/bin/sh # preinst to faciliate upgrades from older versions that still used # the alternates system for accessing xaw-wrappers set -e if [ "$1" = "upgrade" ] && dpkg --compare-versions "$2" le "4.2.6-2.1" then update-alternatives --quiet --remove \ xboard \ /usr/lib/games/xboard/xboard.real fi #DEBHELPER# debian/compat0000644000000000000000000000000212231266747010376 0ustar 9 debian/links0000644000000000000000000000007512231266747010245 0ustar usr/share/man/man6/xboard.6.gz usr/share/man/man6/cmail.6.gz debian/menu0000644000000000000000000000147012231266747010071 0ustar ?package(xboard):needs="x11" section="Games/Board" \ hints="Chess" title="XBoard" command="/usr/games/xboard -xncp" ?package(xboard):needs="x11" section="Games/Board" \ hints="Chess" title="XBoard (passive chessboard)" \ command="/usr/games/xboard -ncp" ?package(xboard):needs="text" section="Games/Board" \ title="Default" hints="Chess" \ command="/usr/games/xboard -ics" ?package(xboard):needs="text" section="Games/Board" \ title="Internet Chess Club" hints="Chess" \ command="/usr/games/xboard -ics -icshost chessclub.com" ?package(xboard):needs="text" section="Games/Board" \ title="Chess Net" hints="Chess" \ command="/usr/games/xboard -ics -icshost chess.net" ?package(xboard):needs="text" section="Games/Board" \ title="Free I.C.S." hints="Chess" \ command="/usr/games/xboard -ics -icshost freechess.org" debian/upstream-signing-key.pgp0000644000000000000000000010672412262600565013776 0ustar ;Dmыd?]<: h\-7*c0|J׶S9 8JmLi>|>6j&J(cdž4{# 5uͻ-M>` Ts%s!:p*fN Ɖ&w<1' ֺS=P4oԔQl0ٜS}Us-X`w3%+JG`yʕ":wlpӋ4L`1ܖB=؞Iy,o`O0DH$A%LHZԴ&kG|G%$CzݶEeޛڧj(i)/J@k\ Q`¨lCjn!t?قiy6rohKѺ]1TYR/;NSArun Persaud _;D   * |6eGPGD9B 7YiE&1ޖݱt uܛ_" BOu W|>BGa|*J .mSPy2y_SehB??rZ@peU gW-W|gP^YL-zEC&-JK|,apd '9ئNS"Qۑ*!z#EjG+z 6VF^WF€asaeJbcAZ" BuMu W|G@7D|R9wR$'%W%ᔋZhiE͠%S֨5Đ?z[Ft#nh]k_%?\Nitnx/[-?mRwb;+D8 2D聄 :?I {kE$P}3 .7]$€H/8, oOy2FU dn qg R./* d]RQyż" B$Zu W|ڠ2ۻM6cAt'ȩDaAZo=Zbٗ(d+ 6=/'C4 2&rxNNfCk׭M7VNr?&M/ŷmy[ۊ$ >\)' p3Z2=.\ XsFt ~wB Rx/ҧo\iGgyKMS+|V(.oӐL}A3C!" B1u W|T-/{̶JRhBtGzT_)ېҋ+J.#LjbrUxHJp򋱨 2Z!خvz zcR%K{ج.e|r ΈcQ ByF9@D1oYM h6>j,Ay 2`v8KXrHSZȑNT}w"L/& ڳq9^I@mZͮp]^C/INT(Ұ" B.u W| Xt.ZpK{?{tWW>)#%Xȿ=^s!! )pݘ(hښC+aLqيtzgyE 0ApϠKA8 $9e#: RH\}w78%ƻKEy" BSu W|4r `!gb){gk*=u)W'͙?pC^_n1mo.Fj nWcsBlWIJrf%_g`LL79Fs,TSaN@-ȴV܃} :6B̲eTWzLPCmD>9k2zAI{t;)I3aH)tM" Bu W|qYX3Y֪0 c3xhh|x0L!샽_2Kuˎjgփw'޺=k&u?`" Bfu W|xp @T6B,BTc1kAUv ?7G'y_ms X]gMϛ/Ҏe?>ꙓ.UCB֕ki%xx:7H2gyď{Yb㜑JNaq#K&ш &#\P}q4S9.׵9ƪ0| ⷹ\FİclvYHoq p*Mc/BnZLWDRl7siYPF#H" Du W|\O&Ja7-(ns>r? iFDuz #~AJM^rTّFXG.J5{64 "`x/'[.\HܤUi!֦<DM氎Ŗ+UlXCii2E'1jBr(|q\aN9e?tP"1} {ߊtL;'Q Fzie5;ie'~rqSst0o-b[د}J\Bvڲs" Du W|\u |4gB7ێؿY7/Y;Z :ƭys o5oVF Kl2z?ZZɝ\޵noj&19XY 4)`JIinC~I1=aU?63pILz/՛Y٠d\qe<" A/ Ҙ) ,Mگz= :׷" DSu W|uoQO]9ħsEu4) rzahdfӃְQbm<]Jȹaݩva[es?5\NVK\iJ5~sqs$ w0'Vw"3N8y5f-tDQ}e?}W58:!9+ryXI<벐 _I:8aOx}J" D#hu W|/tB.FdtPH}@kG47ArRRЉ\Afr .:" Du W|7#\ @r"fBG270Hm[d{CF]43x!?MOȀw V(=N 7; LjK@ޞ,-`s03T _Wl.fo[< t4“)KM`'1Jzqa!.xh)rs;`ވ<7e%8-,442+!edݿUȥyDw#gpGo VȞ" E]u W|J:mO"g[Ejzj[-X1^g(|P(浧1LӀ)5vH^yxv잸)q2mrH &`ZXA7="J~(&7_UW$>xӁ&@-CvskrA:vp"z¸ ̣fTݛ8S" EUu W|%CT wQX@n(PT;J>B.q>\8q oݪ0nלH}X(a*vOY$.6g2<ZLj#QNE^t\M ҈tK͒g4oQp'/BO 08Kms4{¼n+k[e`h\WP3'fh1xeAR&0(xr<+.ѻpEOil %" Fu W|ad@tYRaW#f(/9̒-~NC?M~/WkE߲/̛Q7vm@E!0.dMXTR?\Z- #9 %9ւϫCvsm ݨ1du nɕ}%f@~q݈ ?|3 I7F5YFbNUlR5|b<|$̶O)i >" J3:u W|WOJFwWT gy W"`f#'8aZT}68gybH$gm*\ hUa0FW'KW!ܮ6TC -sQKBBGH:.'XO]aDm66 v#7@QF%)Zy&/b`$z-tk|NxmV>lݺG7!6v-Z"XE3}klx:%$4Jl5?T*#" JEwu W|ՙt`'ƓߦhNV~`b} d Up 5aaL)An`U+ΙyosUF a.]LEY0*pyY}&gWc-ծɕ;V0sM: V"-դwPx✚Lf =Qޜ~." JWu W|h+D@@.j)H񘱼edX_NʚJ տS>W뇘8!募ߌ#`D]4;XRY:gw;h<ԏwQTHf Ggf/`1D#I5oW-iOa ŶN,:C4s7mPBb,/}AtnF,yAV@ׁtBJ(Q|F^[ڟ8c02? x!Ԗ *t3#潙;Pj{p=pxn PWE}H hSR`Ѕ^"4%Z)0/MܑAliqKh Y4!%z ST&$EX0*.%àoH" Ju W|eNʝYʱ wt5\"UHԖ|ߦCYp6<*Ve\ m|<,`mi5="i$v1l]8si:pEN3jK`g^o27q ]LUdU&wZ# e"ֵA8 %7b02*/S$#`GY6q"xL0XR'ލaE,bİ" J؎u W|TRVApplmU&]IbU (Lc0iM\ 7r):]cHKIe8xt-UԘr*!jq*!|!^\ܵhnq}JGHGMQ3QMS$/Yp.?o8 8>ܰ ^>bAw$EXhmqQְTQݼ&Sm,͞GSwHζ?W y̋ "-. 7j7" Ju W|q Ծx[tM $|+(fson1k?6Hmu=#]D)gn&+캷e[BX|0?dId_sBAEMO?C3Lx&N-Ƞs.Tz_nfjpE=cNv-dm 9x&8c"ћ8sx4"IV{Kn_;UP@^9tV߂s& Қ+vа" JTu W|AҡbBEЁ)n^ oBkos&fBz;rKa,zl*JNJWIr{׳=[$lyAl,9QOP9 ๙+5zjE,?;CFHřvxXoDi8WP\w;!qSX'_Rn.o}N,, \Pv3ĹM ^*_R+y]Ladh_ 1 '=fh" Jܸu W|UwHb;1:I3ȶ_z&:AQ1 fk8y=? 2}֦MП׊˔f콴pm܀Búp3ݯH!pp9\,]ݔx]~5>tjR5mN]HQ1Βe ld(V1*? :$& V6qɡH,gce[p\XhDԊc?:GA" Ju W|6:\0-H$#}ŲbgH%P<%_ %1gf,2Rb8On?60hFSB|֖h$6Q$c`ssю5a.~9⤴ ]PfTƇQ|w꯿hz e~\HI |&6R9٣ X85foMPh~3:^ >g.sr}:Yv>?*m" JGu W|V/Y>/KLQPY|5H3+/ZP*fl,nb. U7HyN.LR,!ǡaiiǴǮ'7{`FbPa|.nk<7 fذ(`}Rx֡y3CS/R;i l'VÿPJpHkEN"fF<>{~jDΊ5JH RyZ- V. " KWu W|cv6xh}Hi#x̳9%?a)Y}[:$$Kg825stwHE4f"55PT.V}0ˀgmqN+[R%rT?[`.̖"\9.N~#?M=-Nt%<40Xt%\2O,/P(c5&^BÝYU &Č)W" K4ru W| H#f DE.Lvd`{Q3v)58vl66R_]6zK?MN[HOϛCFf\/.ƍw^}․5͏KEc.]^3==Dr`L`*M'XU@q>;zpyAy`)]8YR}r-0uӧ0# Mwd:S._շxvJ$]Xn+\\;縀 " KF>Mu W|0|zݖ³bjAZ:|'s@RtHk`5-Ce!>$u4TRܒ3([uaci%ni8Հq'MnE}?}\:|{EЯi-(hݏ32J,W8Q4m6dQ yO/Dzj\H}cF 2bO;WN^!׍{#`tB̒횶1s펷" KU<u W|fpjjP2sS 8%r1|?gO5eG3|iN4WF-ː?+UJ7K`6}ZհՇ7i>=| k"̝ci oYXW.V+uMo ^u 3W<i:j1+j] Ow_ivqmώUj\ޔnI\G6}1cf uQGz8aO$%UO5פVӨ K`"nz{̸YH˓nU `##xcP;[#O4M,=>" Ky8u W| .pGl_j.Z7SnX~JwLH~fP1~)|51y}!eJR <,)[}c0mרoAU}&d/)P_z%nEbSc*' ÛjFTV<.gdjύ=`%mitO!^ QKxiNa%-d f63H3l8S7iu|,ʰΰ" K̩u W|̖7K?w!8~@2GM%~[&dǨb0d0}XRtim C%mVEaK6˯o}[^ŃȨjl(ޅ~7FƤcKK=;\cwMiU:待LCp >t;.Ō?Csd61ʿqR(|MB\xᬟMldnKɻ-}O;n$/K8SRү" Ku W|i>oWsIh<'zEoN9!5K4Xˁ /4V%1F{}1k]%򖅡h1nuLxhk$<ފ=ȜJsjp]ʔղPgHaok0iјA liSlՅ3djac\;&ah0" KVu W|3e Ln+_9,<䋅K eK[5#|7H{cA(Yfk駾^[e%D5L f[h/&YD膊)䢜-RQ*{!Lr粒5Y![r [lj]z]Z} )8hV7 #~9~jF"?R`d%ؓ3\Ǿ.~<#D3t4`Z(!HpJj a(-xu=" Kz]u W|kR֜'|*]ˢCP|7v:O;ISz 闎ZWq ;ܵp27AB rp0ءQ"D5Zs\a\wM߄Ziiaa6=hZ%\Hҋyߐ!QI+:V>үysŅQ/?P+5׸hʝ%P9n+n'oY4 %<9PԃR" KFu W|'RmJU|Iz7[hq*j0Z pQeh[W)Kܯko$wg<6 x{H}D5D9Zβ[(!ߒk= u#ЖaCB*Xp&|S>ʼnTMܔ}6Z+v3X_얦:1_oW -M=cHHյaܷǴug7yzgIK@z=;Q" Ku W|]~1,{dXL`d>#1|)Yz; $˓M[&S ׂg ։fCM1x2܋`Y.O9oQ !2૔9<bHRȜCʪ|dGD:HԱD͋HsbIg[W)m?ZvN`s굥-zy2O펯{rët֢Tw6l!v1FA]Щ jvc" Ku W|/uẶ.Qϯ/9 ˴1d~yX@屆¨Kmj0ivS.{w(Px fr!<WW3[I]˓]t $C Mj716fj?RȦͅ=ؖ_mY8K`+ gvCz*Ppu&yjJ w \{&x?ÓQ.ԏ፮3 yͰw[B`6-eN|~`ep'1Po OMpafN^e|J B^:qk؁=D[f+HzBj+=:j 1Dϣaƶo~ 1);X^N;3~ eAڹi%tAr)v[~s&+}pc:Ҍ" L*Cu W||9I"~;:bk7ߠt>b]4Rw'nly<y vR{:L.t`Lx#䐲9)Oі8jt{Q`A-)YdXj4 ]˅8\^xm0n17,{4ᛲs2뚵~xfHCBojkэq]u|Y*,ٝ1FW&S"̟ `Vy@_Xx?aIQ+}P9@" L3^u W|Nno˔N"sgP?(TqGn'T%Q$R;Dnޮv !ʍ,qWFeq)GV^rOzX"h}Y:9HY)n$8Am]aƖX˓ pn;="jm$`=@W tbDeA  zZa*Y w4OLFJZmPP[g@3_t4cw{iS[1YONy|B" LDu W|E4b:Ոm`8+zE|ܦ$t ʱm7#\O/[`B0 Qb{|k!LgbA m⒪I NɄ0D 4?EQ\Ѧ~Z" LUu W|$"=shdH!}@O yVl4~bN<и? rLzp$/ΝbÀfH|nʚ2bnxDq<~OJBٷv8%ˠR;}v?<APV2!a_5Sӳ Q&4!Z2n`VF5P7{".UwZ:!Hn3Py m~L,6gJ" Lfu W|!RcyR˃B d-1OV6U\nT~QS=z5nM:pMVe-/TAB`q%PGa&[QĽ9ü J-߇!OE>7)(XrRT{"/l2k  Q\=!@yȤuU(7[F.CaS?tNIRq!Bs{䘟}Hѱ˦J2isjC3ZSk̒2 " Lxu W|> {jЩho0Wo4j64IRȵ.s1θ[ 0=V9G[ }0Xa uFS%r s!̿gnOiD3}SFtθX{0c%d2 3*-+c~B@kWQV<d1vVAkRŭ+ƫQ>~B dlgFxxQ~70<eɃi mb71:" L u W|ǕLn2"wd<R rw_4B9ʎPS;9L8Jmp=9!2:u{-N -S?[Ez};jlS. 6dwзs(R1"Ͳ Ֆl[}qd"^P]P^K?eNjRVܸV }2DW&1fGAJ `a0pd IER " Lu W|{U>zQ#҂BQg"u8!D'&݃92g7O@bPNq=fӡYzy-e##_(u(^0xN.;Ђy}lxoxR8HnjT#:UoJ;3oeM%RLji" Lpu W|jpUZӈARvEJ`}ijGJ)0- ԧd,/l,7b. t [@>>^WWufg*X4BЌ#QaWKq&aVjJPYnݢ9gMyQ!(T{hd~״v 4؞GN>؇vK5X;V dN(GD_O؋w:" Lu W|4 8O $R)XV2}dmv*a`1w|U*NFf?|{ڈ[J<<**>>z5Kl)kZt+PH[]h;'~q tf308 \7LE<_)b6#%iPhAabn[Mmg_!v+}!msŵgQ.dI\ Vώ$ /Hr)gyP" LϺu W|šO܀ım;<3\/qX4GL3l#4Bb Co)ʛ3QT15=3,\{:^ĺ@}]#?ZQ#FoL]7E0ﮬA @AY]T{ǓcyxF=Uh#JJ@f]N">CnL!w1/Һޚ3]>wؕG${τe3v0^kN1+->i-%mǚ'KrmQ:W7?{%Ȣ/IaS Izm)vA-$pF&GA$-r*bn!4,{+^0"lmOfpk|r//x(IU58I|> 0vgưR #3.#*>J?%r+$!A*{KosPT4i~.W =?-" Lu W|LW[@=50LXʃ-NVֿA h5 ~8T%6tW'ԕ|0(@cW4u. Xx]M,FƸxzw42: ?ciTBLW}״0q8W/$$/?;ڑYhi" Mu W|{ f;ۃ?-yܢ5&FMEwYc|oQvT?&o*ww 49p677}Cuԭ(l\%dW y*"$_i;kB^);9iFS@ Jnoy x|w5 */%JgړOYXcDPz3 79X0 us'sh׈@ d˔(T(!`SEPcpa%)vc>" Mu W|Z+_ɴ=]\d d>%}j{3,Yqs@@Oz" M&#Wu W|dGY^?` p-\#a6:Ay׌ H"cZ^+{8:VaW?knBsP JD<*Tλ +6‚L楛f8jbk7!-=NWT }Y7¡a - y\g@[dUCģ^, MWs& q1Fʠ(C*U7tG*" M7G u W||D=8#t"oŷt [`UeyojθH&Y2Ih͋Ow|bea fP<τ:Vyٖ_sX4"Џ6YȎf4&x-H~!Sµ0y|@w`T>ctNi d&-WɅIFAn/Ldbj7-/{Eո^~zL<>9z_Y7x(3?`Fȩg 2djr" MIu W|Y~^NAbn(A1!p=u8]DgؕGp*1Of g 0lf#s=&om-Y>*?\" MZ>u W|FqKwD%]d<å5Le5W&v8\pU}c:6Fh.Oc{)cP[ǶY|E9\.ݨR6hrx+p]>c>| Y9e{Vt!,O6hUJjQo@%KNSa,Ԑzh3!-JVUfLR+ ;L*g|ߪ!a)RV_0q8pM <" Mlu W|9)#%a޾su@?`lh[v@vc 6F;_$hc} S2LşGk28-Xk 5VKnz44m;ii~7-e3j) qErO[7c#n'%n Y^$s4HLjh. ӯ h8ŝ1V_Ab݅ȥfO pI#a *!ݫwuty[]8=ePdH|" M~k7u W|XjgNH3pi޻W`cE.0HRc٣e`~5o+&2i^ɺby-;k8HS*ё| ס4;c cPvl=x"^\g]Ww`d& NjpUwЌZ۪2K?҅F-t4iNIL p,Yo ԾWʏhDZ>" M9Nu W|G )h>S0tnWLCU nks~!u,< :#-0S.C6*рNj \_ߏ" ;q%jte/־ºIIp_[eV~QZs1`~9fxUMDuJo;$VoL=R b0V Gy\:U:,,hFrY*V r:FX+5keúD" M2u W|5+Z:y&y1kUlܫ y5T _7[ųw@n?ڑ! &m%-ְYXzjxO p~s@D&|a63<^a22;P,fUU&m4L B~d[elRmdIV CReI۽.G{ixYo)}|cOnrdS" Mdu W|^vc}ߪ>ƍ8nY{B)@ӵ? fz;|-}QX>z`B%9r3N(Ad"b݇H0f{gx *\I>G*MNCl4uO?1&K8p}y $h Ë,r'$ݓ1L$dŖC{A^1іW# a>8`z]3 ( \UӞ&vtNAHf b0 U͋";jx" Mśu W|`Thh =[D,'&I_ CK*:eJ³ư0t)U$JФ Q2'1;3VO6TuH)1MXDp7¨851{QlA $_B\l wNzޢrV9^'üY*k2^MXoJτ*} uLLF!Ȼ-MqxrsOH~qd" Mhu W|+zľ R=ʯ~VF S9pL\,3>3ΪT|'| u.ȴkdVvN@gF-ڍr4!~wDel" N:I u W|y'sK4 9TpTuܠl9TK Y,Ɋ6ݻ}2W2 =R龠H5cAnV(86'VKٖkjh䏇jLw+D>c )%1`⃝.HVӟp/gDqBe7to L)j?Jۼ/HPkׅc7VIM>4k >~>:?3" NLsu W|?c*`}ں`rCF8Yy!b&l~<j΁Yx"W:<| n@(y- X b.G{dx.b(V*'oENE{@v-1+rw' i$6 /ͬ-+/qE[S 1+vj]X+WȵtICL.?*UAT|ȟD B??zUІ趭`me#[jfLf3lWlړ|fUR sBg^qUK̈́_JjȲ6|Qڿ\AOqP<$ҹ" Nou W|M: dQ4up<>Uf.V9-g `FC26ULy9٥M!C,ݛ#ݗw.,|^DJQ7w"i삧 I@ٖ>ū)_nNG h33,'ɺK}V6~]&JɐP  D"99xU(KkM_Nh-O龍hd,t#Ohv]} ,(1(" Ngu W|)mD]Zk9 \ щ|qLV+,(Шt]+ }sЄj<5XLF ݉|,mi~&c\ !9n"sBh˛G͵lgOManMꖼKݟg%G, ,$PpMhyQ8d߲Vuy{QQpjNA (1ybWbϐIߞ;mӋL CD )ՔA@9[n" Nu W|rL~TU]9tuH(&ޢ*pNb6'RFDCqt>k'蔮D=8>",Z{vBH.tն*I+5 x&̽asS9SY12)0}faud(&NHæ)ǣVޮ] Ci['{!)ŗj6ɕ?G6|Ԛʮ}U" Nu W|_X)Xű]6 f;*!J(H}@_[5 -RE)-s[^o3tAu;5˜ٙ5C"uEwK4 QmXH Hҁ4\bEKRGX bklz/"gO9gVF!*{i{LŻ+&xI F̆ Y%2U\5]CF%t)" Nƾu W|1M^YcEm`8S(=3oj&Dvy["bz2ͽQdYaF9U.f~SKV{ت@ŵD7|b`т&Df 'PE)וhS(5F5ŃOlsjH{i۝yHw S1RY5CTBgV rKt>T5i5K#̒Kr@Q%B'H ž1˖E84H#" Nu W|@)ESB7Mriv{~1{w{{1crMNԄԣ7Rcی7Ǎ6חdkzWId:ͦau '>Eg=ള}SEmKe"fP|"fmލHE:(BY0GkÜv?s},59{{ۮ4;5lRUiӱ!*)5b3 h@_Sۑhzt]ߤ9?$$woygxX ɣCܯO<0" O Ovu W|)*IH6}N55U7:N+ӆc|FA&?ٚhn5osƦ9JOJdt/w3K!9f"qᔎ ~&WFKG~2!t1}pEu^e$4|>(HDIi6RZFܣƍQ{~6NJmihSȁ)1֖GctRtM4gچ_6Z{06K/'S];,C׽YXAfp>˷6M}P=IM_spRDb," O,Wu W|5<.Tdd|DG% 4:Q'۫qp6|o6Drp\?\wUjr4[?@Wߥ)BOjV3-.**)Nh+h8ET= gH9gZ`bar%)a%^e`:t)HNu&[wn\Gkk8bmdWDƎ0i9r`{ȵF S^.&IwE(ݜsݱg!~H-a" O> u W|FX?D)Æ4h*+ nsNpc뷥,d#ZAփ8魣Rloن^s~@" Oapu W|\hW'8-Bm^Ef( b&mM݌OgOiGFE6u-] E~>^`Q!F .۱r'u-AAGn "b֕ZeG\o9Q,(ensތ\I2ĈJ@sɞ L]g8\m#s+ V!I/96/  NFwã_1I*iw\.Tr!\m" Oru W|tT B_B6T}|}<4=SW\-- %(w ju^4;,.#rpGpunsgL+Ep;!2 hbz˚ D\v KJ:\vneWȋNyC^wwBJ>,]^D:1=|jXr6IL-+{?thz>,ԒxFn-OZ-zsa4r" Ou W|pY2(5,sk\햀lw4:j֥P/9vRR2&Q w02@PLX:Qwo{=EYZ J׻JQܟ0a12{cx'GvW`@ǬIrDuAvԘ,0',0U6~…%6 Eܧ" Ou W|j GucL<Ū'P @xxe}>k(ѿV͑Tt7G dr[ f"ELD6p|+jci. <6œ4\;pH~k6YeOׇ^CKȽ׻ " Ow)u W|ϋ~M_Y^ k*.%GPsp]PS*iF'NLOv:my)H]Gw(aٸ=-4Vh 7P{{I(Z2ݪ$:Ŀ̰" OQu W|!{܇Y2O<3RPUH N rr5sY|ysMgџ#b|LU @f!6쿰)l`]4+b,ʭHzx 7 >T<򫥴'u>tEہ\3 X;_bJNZ%r4@o$zx$*K vui2%#mI$6v>ϻ$ۙKӥFMfT" Ou W|Q`0\J*<$5뵬=AY ]Vc3tgFT4EyS;" Ou W|GU}Eo=Z,3d#7u=+ؐ )y40u1ܵ6U]F 4Xl[ȱ*`^#9, m~`O)U\'/3Co')A$P4*pVH0ZЌ~%BǤߖ PwΔ ,oi|s_XSEU\nءk=4 TrmEy@\E(`˜tM G!yx" Ou W|oBG:uwa lIM]cmJ1]*o(A@@ FT+UyO_ԺX->m}^gMR 4 Mغ<Ӵj"՟жZс Pzjgl<_7W=WI+эqJŠ->#Blz&U " \'OI"?Tn ][UƐp"l)zb$Lu*T84 " P u W|K\(ɰ]Q .Dɴ?0Rn3T?oF'I.$Dlb 4AiN ^E%LP c W紜 vWnTYDgRn<ǰA+g.7M&gQHJ9zBUAD\yƊ֖@~⛐.Ԧ\af0 n퍟屝S 3W_d:,Kpovֲbxkư" Ryu W|i p2 )sR|(i.هɼ$ϭQ~u8 &aߓVpȅipru2R|2/vsXFLpZ7 ɀzUm/17kzͤTfdE\ ls]BFJ? IEjε9$Ӹ03{|SH) vΕܬo` J=#  * |6pWVSTgFwu8m:': 4x+qrӰ ;D Rvb?i/8&帐ٿͱddXXh gVlj5Or87Fb.%~G, M[^dih"av2f?mK,[XO}Y0OWM+\cY[?C;CΉ2w0T ; 邝 * |6eGPGd4{-Jo%ƞjMM z 7^! A?A27. 񶎄߹Np;^Iҏ2zo{A[8 s5oZLUjͧuzm_uiCENј_,3-ݢ}a-C/k 3a* Má~Z_3BTl(t R㼹 hoHtvHV?DNiBy̖1G!E+/ #B^·xoj3 wkc/5n T+[q WX{ziGVwyX*p+!Κ;̢T6q%Eq%Gt?m# /WhEn&Nf0M<^ZxSY춆PBu PgIC!3"nX|YE7HBj̝,nv~wǢ5Z`A/Lxf'yxyJBO]}I?RfL [Ow8u{VE^ g_L8:ly+4rZvq(gL A?A2  * |67̣\m2%ԃ'yFT_[`p25-i Hm 90'?Adq4dz-`C83уy_W9kϤ;XEQ)껣k.+2Z̫8)$G˥86c!ccfF뢎 6Xf`EP(7RGhLCa@N&Fy(ߏE7Gkc'tCZۓrTYbtԊ*zFoܱFOVR6qaD_KE(ṕE>qDjh4(ʌ˃WZ#*(W6|pD/*âܢCy }r(O."27%K(ͺ)r_,,Ueti䔿 gRON>^mVQz哜7 OHm  g * |6>W3^:qj!+(y\Rc|E3 aMZ Lކ}g6A^H?iN)OCrI aQ)97MOW /9N#zׇ. BwTB!"HwP$5d#7wS|Uk2$88R0hC욥9,u=4E{ꎛ0)/ 8 ٴ `yن¥Rʤ4vt%(qNb=Q7BN>c>Z| 1/H OL  g * |68%eaY\@2 lEU!+҆V, P)ѡoq+pl*?G~qzwG(s~Q{N^#Z 2^f!В#5N=!&fn'?C4Qcp*v"=^"&f2T*Ӛ~[q01gx~R$H7x5ͩ\LF pȱfOw,4 D=bf=[ᇌ (AqjX`i{W(GAw6t+i^P|HWYu_+7fIJNE1Ԅ,!_"2Uq77?#3h'zAS',@Z\sGBO5g>Cm Y(=cdH $l9 闠n cG͇8N9/; _Ik Sat, 28 Apr 2012 14:50:33 +0200 debian/rules0000755000000000000000000000035412231266747010262 0ustar #!/usr/bin/make -f export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: dh $@ --with autoreconf override_dh_auto_configure: dh_auto_configure -- \ --enable-zippy \ --bindir='$${exec_prefix}/games' \ --sysconfdir='/etc/xboard' debian/watch0000644000000000000000000000013412262577517010233 0ustar version=3 opts=pgpsigurlmangle=s/$/.sig/ http://ftp.gnu.org/gnu/xboard/xboard-(.*)\.tar\.gz debian/xboard.doc-base.engine0000644000000000000000000000056612231266747013331 0ustar Document: xboard-engine Title: Chess Engine Communication Protocol Author: Tim Mann & H.G.Muller Abstract: This document is a set of rough notes on the protocol that xboard and WinBoard use to communicate with gnuchessx and other chess engines. Section: Games/Board Format: HTML Index: /usr/share/doc/xboard/engine-intf.html Files: /usr/share/doc/xboard/engine-intf.html debian/info0000644000000000000000000000001412231266747010051 0ustar xboard.info debian/install0000644000000000000000000000007012231266747010566 0ustar cmail /usr/games/ debian/xboard.xpm /usr/share/pixmaps/ debian/copyright0000644000000000000000000000546012262607612011132 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: XBoard Source: http://www.gnu.org/software/xboard Files: * Copyright: 2005 Alessandro Scotti 1992-2014, Free Software Foundation, Inc. License: GPL-3+ 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 3 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . . On Debian systems, the complete text of the GNU General Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". Files: * Copyright: 1991, Digital Equipment Corporation, Maynard License: All Rights Reserved . Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation, and that the name of Digital not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission. . DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. Files: debian/* Copyright: 1996-2002, Brian Mays License: GPL-2 This package 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 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". debian/xboard.doc-base.faq0000644000000000000000000000046712231266747012633 0ustar Document: xboard-faq Title: XBoard and WinBoard: Frequently Asked Questions Abstract: This document answers some frequently asked questions about the graphical chess interfaces XBoard and WinBoard. Section: Games/Board Format: HTML Index: /usr/share/doc/xboard/FAQ.html Files: /usr/share/doc/xboard/FAQ.html debian/docs0000644000000000000000000000011312231266747010046 0ustar README zippy.README FAQ.html NEWS TODO engine-intf.html debian/NEWS.Debian debian/pxboard.man0000644000000000000000000000165412231266747011342 0ustar .TH PXBOARD 6 .PD .ad b .SH NAME pxboard \- a script to pipe games into xboard .SH SYNOPSIS \fBcat game | pxboard\fR [\|\fBxboard-options\fR\|] .SH DESCRIPTION .PP \fIPxboard\fP saves its standard input to a temporary file and invokes \(lq\fBxboard \-loadGameFile file &\fP\(rq on the file. Although it is possible to pipe games directly into \fIxboard\fP using \(lq\fBxboard \-lgf -\fP\(rq, this script is nicer in two ways: (1) \fIxboard\fP can seek on the temporary file, so the popup game list, \fILoad Previous Game\fP, and \fIReload Same Game\fP all work. (2) The script runs \fIxboard\fP in the background and exits. So if you save a news article by piping it into this script, you immediately get back control of your news reader. .PP The script turns on .B -noChessProgram mode by default. If you want a chess program started, give the .B -xncp option. .SH "SEE ALSO" .PP .BR xboard (6), .BR cmail (6). .SH BUGS No known bugs. debian/source/0000755000000000000000000000000012262602216010465 5ustar debian/source/include-binaries0000644000000000000000000000004112262602216013620 0ustar debian/upstream-signing-key.pgp debian/source/format0000644000000000000000000000001412231266747011706 0ustar 3.0 (quilt) debian/control0000644000000000000000000000261712262602660010601 0ustar Source: xboard Section: games Priority: optional Maintainer: Debian Games Team Uploaders: Clint Adams , Barry deFreese , Gonéri Le Bouder , Vincent Legout Build-Depends: autopoint, debhelper (>= 9), dh-autoreconf, libcairo2-dev, librsvg2-dev, libxaw7-dev, texinfo Standards-Version: 3.9.5 Homepage: http://savannah.gnu.org/projects/xboard/ Vcs-Git: git://anonscm.debian.org/pkg-games/xboard.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-games/xboard.git Package: xboard Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Recommends: fairymax, xfonts-100dpi | xfonts-75dpi Suggests: x-terminal-emulator Description: X Window System Chess Board XBoard is a graphical chessboard that can serve as a user interface for chess programs, for the Internet Chess Server, or for electronic mail correspondence chess. It supports all major forms of chess, such as international chess, xiangqi and shogi. XBoard can also be used by itself as viewer for stored chess games. . XBoard uses the Helvetica font (located in the xfonts-75dpi and xfonts-100dpi packages) by default. However, other fonts can be specified via a command line option or an X resource. debian/changelog0000644000000000000000000004754512262720005011053 0ustar xboard (4.7.3-1) unstable; urgency=medium * New upstream release * Import upstream gpg key to verify the tarball * Standards-Version 3.9.5 - Remove dependency on `dpkg (>= 1.15.4) | install-info' * debian/copyright: Update copyright years -- Vincent Legout Tue, 07 Jan 2014 07:34:42 +0100 xboard (4.7.2-1) unstable; urgency=low * New upstream release * debian/patches/11_fix_manpages_warnings: Do not build the manpage at build time because it overwrites the changes in this patch. -- Vincent Legout Sat, 28 Sep 2013 18:52:27 +0200 xboard (4.7.1-1) unstable; urgency=low * New upstream release (Closes: #701559, #702528) - Refresh patches * Upload to unstable * debian/control: - Use anonscm.d.o instead of git.d.o in VCS fields - Standards-Version 3.9.4 * debian/rules: Build with --with autoreconf. Add Build-Depends on dh-autoreconf and autopoint. * Add debian/patches/02_gettext.patch: Fix FTBFS with gettext 0.18. * Run wrap-and-sort * debian/copyright: Use copyright format 1.0 -- Vincent Legout Mon, 06 May 2013 19:55:52 +0200 xboard (4.7.0-1) experimental; urgency=low * New upstream release (Closes: #701559) - Update patches * debian/rules: override_dh_auto_install target not necessary anymore * Use the upstream xboard.desktop file: - Update debian/install - Remove debian/xboard.desktop * debian/control: Build-Depends on libcairo2-dev and librsvg2-dev -- Vincent Legout Sat, 02 Mar 2013 09:16:39 +0100 xboard (4.6.2-1) unstable; urgency=low * New upstream release: - Update patches * Upload to unstable * debian/control: - Use my debian.org email address - Remove the DM-Upload-Allowed field - Standards-Version 3.9.3 (No changes needed) * Use debhelper 9 * debian/rules: - get-orig-source target not necessary anymore - Enable hardening flags * debian/NEWS.Debian: Warn that settings defined by X resources no longer work, XBoard now uses ~/.xboardrc. (Closes: #646639) -- Vincent Legout Sat, 28 Apr 2012 15:25:36 +0200 xboard (4.6~git20110822-1) experimental; urgency=low * New upstream development release: - Update patches -- Vincent Legout Wed, 24 Aug 2011 18:21:47 +0200 xboard (4.6~git20110618-1) experimental; urgency=low * New upstream development release: - Update patches * Add DM-Upload-Allowed field -- Vincent Legout Sat, 18 Jun 2011 23:17:02 +0200 xboard (4.6~git20110507-1) experimental; urgency=low * New upstream development release (Closes: #507314) - Update patches * debian/rules: Add get-orig-source target -- Vincent Legout Sat, 14 May 2011 18:03:12 +0200 xboard (4.5.2-1) unstable; urgency=low * New upstream version - Update patches * debian/install: bitmaps files don't need to be installed manually anymore * Bump to Standards-Version 3.9.2 -- Vincent Legout Mon, 09 May 2011 15:51:02 +0200 xboard (4.5.1-1) unstable; urgency=low * New upstream stable version - Update patches * debian/rules: Remove get-orig-source-target * Remove unneeded patch 02_allow_current_flex.dpatch * debian/patches/*: Add dep3 headers * Upload to unstable * Switch to debhelper 8 * Remove the build dependency on quilt * Update short description -- Vincent Legout Sun, 13 Mar 2011 19:54:38 +0100 xboard (4.5~git20101120-1) experimental; urgency=low [ Vincent Legout ] * New upstream version (Closes: #597127) - Update patches - Remove 12_file_browser.patch: Merged upstream * debian/rules: - Update VERSION - Do not run autoreconf -i and remove the override_dh_auto_clean target which is no longer needed. - Do not build with --with-Xaw3d anymore (Closes: #604610) - Explicitly set sysconfdir to /etc/xboard/. xboard.conf is now installed in /etc/xboard automatically, debian/dirs becomes useless and can be removed * debian/control: - Remove the build dependency on automake and xaw3dg-dev - Bump Standards-Version to 3.9.1 - Update long description, thanks to H.G.Muller * debian/preinst: Fix maintainer-script-without-set-e lintian warning * Remove useless arch-dep-package-has-big-usr-share lintian override * debian/watch: Set version to 3 * debian/copyright: - Update date and license of XBoard - Add a copyright statement for the filebrowser * debian/patches/01_note_about_missing_fonts.patch: Added [ Clint Adams ] * change my uploader address -- Vincent Legout Sun, 12 Dec 2010 19:03:24 +0100 xboard (4.5~git20100118-1) experimental; urgency=low * New upstream version: - Update patches * debian/docs: Add engine-intf.html * debian/xboard-doc.base.engine: Register engine-intf.html with doc-base * debian/xboard-doc.base.faq: Register FAQ.html with doc-base * debian/rules: - Install xboard.conf in /etc/xboard - Run autoreconf -fi before ./configure - Update clean target - Add get-orig-source target * debian/control: - Add Build-Depends on automake - Bump Standards-Version to 3.8.4 * 12_file_browser.patch: Added -- Vincent Legout Mon, 08 Feb 2010 11:07:23 +0800 xboard (4.4.2-1) unstable; urgency=low * New upstream version: - Fix FTBFS with binutils-gold (Closes: #556691) - Update patches * Switch to 3.0 (quilt) source format: - Remove patching/unpatching code in debian/rules - Remove README.source -- Vincent Legout Sat, 12 Dec 2009 13:28:21 +0800 xboard (4.4.1-1) unstable; urgency=low * New upstream version - Update patches * Use fairymax as default chess engine (Closes: #541461) - Drop 12_fix_chess_engine.dpatch - Remove gnuchess from Depends - Add fairymax in Recommends * debian/docs: ToDo rename as TODO * Rewrite debian/rules using dh - Add debian/dirs, debian/install and debian/info - Build-Depends on debhelper >= 7.0.50~ * Remove Build-Depends on automake and flex -- Vincent Legout Fri, 13 Nov 2009 03:11:48 +0800 xboard (4.4.0-1) unstable; urgency=low * New upstream version. * Bump to Standards-Version 3.8.3. * Add dependency on dpkg (>= 1.15.4) | install-info. * Add README.source. * Update 11_fix_manpages_warnings.dpatch. -- Clint Adams Fri, 18 Sep 2009 22:54:17 -0400 xboard (4.4.0~beta1-1) unstable; urgency=low [ Vincent Legout ] * New upstream version (Closes: #534512, #539854) - Drop 01_fix_spaces_NCP_in_cmail.in.dpatch, fixed upstream - Drop 05_LOWTIMEWARNING.dpatch, fixed upstream - Drop 06_verbose_error_message_about_recognized_options.dpatch, fixed upstream - Drop 09_fix_-icshost_buffer_overflow.dpatch, fixed upstream - Drop 10_fix_failure_to_launch_on_8bit_display.dpatch, fixed upstream * Add myself in Uploaders * Remove source-contains-CVS-dir lintian override * Add debian/xboard.xpm and set as icon , thanks to Nathan Handler (Closes: #526709) * Fix lintian warning in pxboard.man * Install pxboard and cmail in /usr/games * Switch to debhelper 7 * Use dh_prep instead of dh_clean -k * Run make distclean before removing config.status in clean target * Use autogen.sh instead of autoreconf -fi * Add 12_fix_chess_engine.dpatch: Don't use fairymax as default engine (Closes: #541181) * Move gnuchess from Suggests to Depends [ Gonéri Le Bouder ] * Clean files generated by autoreconf * Use dh_clean instead of $(RM) to the file clean up -- Gonéri Le Bouder Thu, 13 Aug 2009 14:06:31 +0200 xboard (4.4.0~alpha6-1) unstable; urgency=low [Ansgar Burchardt] * debian/control: Fix Vcs-* fields so that debcheckout works and Vcs-Browser points to gitweb. [Clint Adams] * New upstream version. - Update patches. * Bump to Standards-Version 3.8.2. * Add build dependency on texinfo. * Build-depend and use automake at build time. -- Clint Adams Mon, 22 Jun 2009 19:11:34 -0400 xboard (4.2.7-9) unstable; urgency=low * Add a .desktop file, thanks Nathan Handler and Daniel Dickinson (Closes: #487667, #478948) * Adjust the debian/copyright to point on the correct common-license file * The Debian menu file wasn't using the correct section * Add myself in Uploaders: * Do not ignore make distclean return anymore -- Gonéri Le Bouder Thu, 12 Feb 2009 22:41:17 +0100 xboard (4.2.7-8) unstable; urgency=low * Hijack for the Debian Games Team. * Make xfonts-100dpi the first font recommendation. * Drop autotools-dev dependency and update config.guess and config.sub. * Switch from dpatch to quilt. * debian/control: add Vcs-Git and Vcs-Browser fields. -- Clint Adams Sat, 07 Feb 2009 08:52:54 -0500 xboard (4.2.7-7.2) unstable; urgency=low * NMU * Bump to Standards-Version 3.8.0. * Move URL from pseudo-header in the long description to the real Homepage field. * Remove postinst (/usr/doc transition ended long ago). -- Clint Adams Sat, 17 Jan 2009 20:05:15 -0500 xboard (4.2.7-7.1) unstable; urgency=low * Non-maintainer upload. * Fix FBTFS by build depending on libxaw7-dev instead of libxaw-headers (Closes: #484189) -- Moritz Muehlenhoff Fri, 13 Jun 2008 01:08:36 +0200 xboard (4.2.7-7) unstable; urgency=low * Updated Standards-Version compliance to 3.7.2 * Fixed lintian warnings on man pages * Incorporated Amaya's patch for /usr/doc to /usr/share/doc migration * Postinst script changed to conform to POSIX sh. -- Alexander L. Belikoff Mon, 7 Aug 2006 23:02:02 -0400 xboard (4.2.7-6.1) unstable; urgency=low * Non-maintainer upload. * Get rid of the /usr/doc link in postinst (Closes: #378649). * Upgraded config.guess and config.sub -- Amaya Rodrigo Sastre Tue, 18 Jul 2006 12:46:49 +0200 xboard (4.2.7-6) unstable; urgency=low * Fixed failure to launch on 8-bit displays (Closes: #163093) * Adopted the package (Closes: #360942) -- Alexander L. Belikoff Sat, 17 Jun 2006 23:33:24 -0400 xboard (4.2.7-4) unstable; urgency=low * Orphaning as previously announced * debhelper compatibility level 5 * Bump Standards-Version * debian/control: + add Build-Depends on libxaw-headers for compiling + fix indentation of Homepage + drop crafty from Suggests as it is non-free and recently only available on i386 * debian/changelog: add missing CVE identifier to previous entry -- Florian Ernst Sun, 30 Apr 2006 12:51:17 +0200 xboard (4.2.7-3) unstable; urgency=low * Fix -icshost buffer overflow CVE-2004-2552 (Closes: #343560) * Too many independent multi-file patches, so now moving to dpatch -- Florian Ernst Fri, 16 Dec 2005 22:25:34 +0100 xboard (4.2.7-2) unstable; urgency=low * Don't popen in binary mode anymore, thus allowing cmail to work again from within xboard (Closes: #327831) * override lintian warning xboard source: source-contains-CVS-dir -- Florian Ernst Mon, 12 Sep 2005 16:24:21 +0200 xboard (4.2.7-1) unstable; urgency=low * New maintainer (Closes: #321343) * New upstream release (Closes: #259558) + dropped some patches from diff.gz as they are now included upstream (3.6.2 entry in changelog, set -e in configure, mktemp in pxboard, strerror in xboard.c). + dropped .PP from beginning of manpage (Closes: #237829), also inserted date + still has xterm hardcoded, now changed to x-terminal-emulator and added appropriate Suggests. Thanks, Frankie Fisher! (Closes: #295115) * debian/control: + Standards-Version 3.6.2 + drop B-D on xlibs-dev as xaw3dg-dev pulls in all that is needed + drop trailing full stop in short description + add upstream homepage to long description * debian/copright: + extend information about previous and current maintainer(s) * debian/menu: added menu entry for active chessboard, clarified other entry (Closes: #228403) * debian/rules: + dropped kk13.pgn + include newer config.{guess,sub}, using B-D on autotools-dev (Closes: #205155, #303340) + complete redo, using debhelper v4 * Dropped postinst, postrm, prerm and xaw-wrapper.config, they are not necessary anymore / debhelper will take care; added preinst to faciliate updates / removing registered alternates * debian/watch: added * Acknowledge NMU, thanks Sebastien Bacher! (Closes: #192196) -- Florian Ernst Thu, 11 Aug 2005 13:44:56 +0200 xboard (4.2.6-2.1) unstable; urgency=low * NMU to fix a RC bug + Applied patch from the BTS to fix flex error (Closes: #192196). -- Sebastien Bacher Fri, 8 Aug 2003 11:54:21 +0200 xboard (4.2.6-2) unstable; urgency=medium * Modified postinst to ignore an existing /usr/doc/$package directory. -- Brian Mays Wed, 20 Mar 2002 11:25:16 -0500 xboard (4.2.6-1) unstable; urgency=low * New upstream version. -- Brian Mays Thu, 7 Feb 2002 06:03:43 -0500 xboard (4.2.5-2) unstable; urgency=low * Fixed symlink /usr/doc -> ../share/doc. * Fixed reference to GPL. * Improved stripping of binaries. * Removed icon=none from menu file. * Added a pxboard man page. * Fixed Low-time-warning patch. (Closes: Bug#131597) -- Brian Mays Wed, 30 Jan 2002 18:14:25 -0500 xboard (4.2.5-1) unstable; urgency=low * New upstream version. * Fixed symlink /usr/doc -> ../share/doc. -- Brian Mays Sun, 27 Jan 2002 19:57:23 -0500 xboard (4.2.3-7) unstable; urgency=low * Added "Chess" menu hint. (Closes: Bug#121024) -- Brian Mays Mon, 26 Nov 2001 11:41:06 -0500 xboard (4.2.3-6) unstable; urgency=low * Modified source to use strerr instead of sys_errlist. (Closes: Bug#112861) -- Brian Mays Thu, 25 Oct 2001 15:29:34 -0400 xboard (4.2.3-5) unstable; urgency=low * Rebuilt with Xaw3D widget set. (Closes: Bug#94568) * Updated freechess.org IP address. (Closes: Bug#103080) * Fixed -[x]ncp flag to work all of the time. (Closes: Bug#94024) * Removed "-g" gcc option as per policy. -- Brian Mays Mon, 16 Jul 2001 20:37:32 -0400 xboard (4.2.3-4) unstable; urgency=low * Added "libxaw-dev" to Build-Depends. (damn damn Branden Robinson!) (Closes: Bug#92958) -- Brian Mays Thu, 5 Apr 2001 10:13:57 -0400 xboard (4.2.3-3) unstable; urgency=low * Modified Build-Depends to use the new X package names. (damn Branden Robinson) (Closes: Bug#92688) -- Brian Mays Wed, 4 Apr 2001 06:14:57 -0400 xboard (4.2.3-2) unstable; urgency=low * Applied patch from Matt Zimmerman to provide a visual low time warning. (Closes: Bug#88856) -- Brian Mays Sun, 25 Mar 2001 09:18:38 -0500 xboard (4.2.3-1) unstable; urgency=low * New upstream version. * Added additional ICS menu entries. (Closes: Bug#87874) -- Brian Mays Thu, 1 Mar 2001 11:39:44 -0500 xboard (4.2.2-1) unstable; urgency=low * New upstream version. * Added menu entry for ICS mode. (Closes: Bug#83798) -- Brian Mays Fri, 9 Feb 2001 07:06:59 -0500 xboard (4.1.0-1) unstable; urgency=low * New upstream release. * Removed menu entry for "X Gnuchess". (Closes: Bug#72032) * Changed control file to suggest "phalanx". -- Brian Mays Mon, 25 Sep 2000 11:17:52 -0400 xboard (4.0.7-3) unstable; urgency=low * Added a patch from Milan Zamazal to add a list of options to the command line error message. -- Brian Mays Fri, 9 Jun 2000 16:18:44 -0400 xboard (4.0.7-2) unstable; urgency=low * Fixed build dependencies. (Closes: Bug#59976) -- Brian Mays Thu, 9 Mar 2000 08:41:23 -0500 xboard (4.0.7-1) unstable; urgency=low * New upstream release (bugfix release). -- Brian Mays Mon, 6 Mar 2000 05:46:24 -0500 xboard (4.0.5-3) frozen unstable; urgency=low * Added build-time dependencies. -- Brian Mays Mon, 17 Jan 2000 14:17:00 -0500 xboard (4.0.5-2) unstable; urgency=low * Fixed Y2K bug in cmail causing it to return 19100 for the year 2000 in the "Date" field of PGN files. (Closes: Bug#54268) -- Brian Mays Fri, 7 Jan 2000 08:12:03 -0500 xboard (4.0.5-1) unstable; urgency=low * New upstream version. * Fixed cmail to work with games whose names contain spaces. (Closes: Bug#51203) -- Brian Mays Sun, 12 Dec 1999 16:26:18 -0500 xboard (4.0.3-2) unstable; urgency=low * Fixed FHS /usr/doc -> /usr/share/doc transition scheme. -- Brian Mays Fri, 1 Oct 1999 14:32:12 -0400 xboard (4.0.3-1) unstable; urgency=low * New upstream version. * Fixed FHS support. -- Brian Mays Thu, 16 Sep 1999 21:29:28 -0400 xboard (4.0.2-3) unstable; urgency=low * Added suggestions for gnuchess and crafty. (Closes: Bug#41727) * Fixed alternatives used for xaw-wrapper support. (Closes: Bug#42150) -- Brian Mays Thu, 29 Jul 1999 16:19:36 -0400 xboard (4.0.2-2) unstable; urgency=low * Added xaw-wrapper support. (Closes: Bug#38001) * Added the xchess bitmaps to the package. * Modified build procedure to remove parser.c so that it can be generated by lex. The parser.c that comes with the upstream source incorrectly uses stdin/stdout. * Moved the doc, info, and man directories to /usr/share as per the FHS. -- Brian Mays Mon, 19 Jul 1999 12:47:23 -0400 xboard (4.0.2-1) unstable; urgency=low * New upstream version. * Added zippy features to xboard. -- Brian Mays Thu, 4 Mar 1999 11:54:26 -0500 xboard (4.0.0-3) unstable; urgency=low * Now recommends the new xfonts-75dpi and xfonts-100dpi packages. (Fixes: Bug#28712) -- Brian Mays Thu, 29 Oct 1998 18:06:13 -0500 xboard (4.0.0-2) unstable; urgency=low * Regenerated parse.c with lex so that it will compile with glibc-2.1. -- Brian Mays Tue, 1 Sep 1998 10:45:38 -0400 xboard (4.0.0-1) unstable; urgency=low * New upstream version. -- Brian Mays Thu, 25 Jun 1998 10:14:32 -0400 xboard (3.6.2-4) frozen unstable; urgency=low * Fixed pxboard to securely use a temporary file. Fixes Bug#19814. -- Brian Mays Wed, 18 Mar 1998 19:08:09 -0500 xboard (3.6.2-3) unstable; urgency=low * Removed old FSF address from copyright file. -- Brian Mays Thu, 12 Feb 1998 17:55:16 -0500 xboard (3.6.2-2) unstable; urgency=low * Changed menu entry to XBoard (stand alone mode) and X Gnuchess (run gnuchess in xboard). -- Brian Mays Tue, 6 Jan 1998 10:15:27 -0400 xboard (3.6.2-1) unstable; urgency=low * New upstream version. * Libc6/xlib6g release. -- Brian Mays Sun, 19 Oct 1997 14:13:41 -0400 xboard (3.6.1-1) unstable; urgency=low * New upstream version. * Added FAQ to /usr/doc/xboard. * Fixed the entry for the menu package. -- Brian Mays Wed, 28 May 1997 16:44:49 -0400 xboard (3.5.0-2) unstable; urgency=low * Added Debian menu support. -- Brian Mays Sat, 19 Apr 1997 19:24:48 -0400 xboard (3.5.0-1) unstable; urgency=low * New upstream version. -- Brian Mays Wed, 15 Jan 1997 18:03:35 -0500 xboard (3.4.pl1-4) frozen unstable; urgency=low * Removed dependency on X11R6. -- Brian Mays Mon, 18 Nov 1996 13:46:08 -0500 xboard (3.4.pl1-3) unstable; urgency=low * First release with the new source format. -- Brian Mays Fri, 23 Aug 1996 23:26:16 -0400