Package: fruit / 2.1.dfsg-9

Metadata

Package Version Patches format
fruit 2.1.dfsg-9 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 makefile.patch | (download)

src/Makefile | 10 5 + 5 - 0 !
1 file changed, 5 insertions(+), 5 deletions(-)

 use dh flags
02 simple_go.patch | (download)

src/protocol.cpp | 16 13 + 3 - 0 !
1 file changed, 13 insertions(+), 3 deletions(-)

 accept go command without arguments
 Fruit does not calculate a move to make because it expects the go command
 to have arguments, e.g. 'go wtime 30000'. This is because it looks for a string starting
 with "go " instead of just "go". If that change is made it appears to just do an infinite
 search. I've attached a patch that allows the simple go command and searches to depth 5
 if no arguments are passed to go.
 Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/fruit/+bug/74764