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) 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; + } +