New debdiff, with a little patch from upstream svn. pouetChess developer confirmed me that it should fix this issue (it works for me).
It only needs a member of ubuntu-dev or ubuntu-core-dev to review and acknowledge it (I am following this procedure: https://wiki.ubuntu.com/MOTU/Processes/SRU). diff -u pouetchess-0.2.0/debian/changelog pouetchess-0.2.0/debian/changelog --- pouetchess-0.2.0/debian/changelog +++ pouetchess-0.2.0/debian/changelog @@ -1,3 +1,10 @@ +pouetchess (0.2.0-0ubuntu2~prop1) edgy-proposed; urgency=low + + * debian/patches/04-segfaults_fix.patch: patch from upstream svn to fix + segfaults when playing against AI. (Closes Ubuntu #63309) + + -- Lionel Le Folgoc (mr_pouit) <[EMAIL PROTECTED]> Thu, 16 Nov 2006 14:18:06 +0100 + pouetchess (0.2.0-0ubuntu1) edgy; urgency=low * Initial release. only in patch2: unchanged: --- pouetchess-0.2.0.orig/debian/patches/04-segfaults_fix.patch +++ pouetchess-0.2.0/debian/patches/04-segfaults_fix.patch @@ -0,0 +1,11 @@ +--- src/faile/utils.c.orig 2006-05-28 00:32:00.000000000 +0200 ++++ src/faile/utils.c 2006-11-15 23:31:39.000000000 +0100 +@@ -125,7 +125,7 @@ + rank (target) < 1 || rank (target) > 8 || + file (target) < 1 || file (target) > 8) + { +- sprintf (str, "*** FAILE INTERNAL ERROR ***"); ++ sprintf (str, "xxxx"); + return; + } + ** Attachment added: "edgy-proposed debdiff" http://librarian.launchpad.net/5085531/edgy-proposed-debdiff.diff -- If I do the first step with horse, the game crashes. https://launchpad.net/bugs/63309 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs