Package: fruit / 2.1.dfsg-6

Metadata

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

Patch series

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

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

 no stripping in debian
01 simple_go.patch | (download)

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

 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