diff -u avant-window-navigator-0.2.1/debian/changelog avant-window-navigator-0.2.1/debian/changelog --- avant-window-navigator-0.2.1/debian/changelog +++ avant-window-navigator-0.2.1/debian/changelog @@ -1,3 +1,14 @@ +avant-window-navigator (0.2.1-0ubuntu2.2) hardy-proposed; urgency=low + + * Stable Release Update (LP: #210556) + * debian/patches/03-Fix-crash-after-rebuild.patch: + - Backport revision 10.1.166 from upstream's branch (merged into trunk as + revision 170), which removes the include for libawn/awn-title.c from + file src/main.c, as otherwise the application crashes after being + rebuilded (LP: #245448). Thanks to Mark Lee. + + -- Siegfried-Angel Gevatter Pujals Wed, 09 Jul 2008 21:05:15 +0200 + avant-window-navigator (0.2.1-0ubuntu2.1) hardy-proposed; urgency=low * Stable Release Update (LP: #210556) only in patch2: unchanged: --- avant-window-navigator-0.2.1.orig/debian/patches/03-Fix-crash-after-rebuild.patch +++ avant-window-navigator-0.2.1/debian/patches/03-Fix-crash-after-rebuild.patch @@ -0,0 +1,11 @@ +diff -Nur -x '*.orig' -x '*~' avant-window-navigator-0.2.1/src/main.c avant-window-navigator-0.2.1.new/src/main.c +--- avant-window-navigator-0.2.1/src/main.c 2007-10-07 13:42:13.000000000 +0200 ++++ avant-window-navigator-0.2.1.new/src/main.c 2008-07-09 21:16:57.000000000 +0200 +@@ -23,7 +23,6 @@ + #include + #include + +-#include + #include + + #include "config.h"