diff -ruN listen-0.5/debian/changelog listen-0.5.new/debian/changelog --- listen-0.5/debian/changelog 2007-02-22 03:48:49.000000000 +0100 +++ listen-0.5.new/debian/changelog 2007-02-22 01:47:08.000000000 +0100 @@ -1,3 +1,10 @@ +listen (0.5-0ubuntu3) feisty; urgency=low + + * debian/patches + - added 04_gtkmozembed.patch and 05_listen_bin.patch (LP: #86744) + + -- Emilio Pozuelo Monfort Wed, 21 Feb 2007 19:04:55 +0100 + listen (0.5-0ubuntu2) feisty; urgency=low * debian/control diff -ruN listen-0.5/debian/patches/04_gtkmozembed.patch listen-0.5.new/debian/patches/04_gtkmozembed.patch --- listen-0.5/debian/patches/04_gtkmozembed.patch 1970-01-01 01:00:00.000000000 +0100 +++ listen-0.5.new/debian/patches/04_gtkmozembed.patch 2007-02-22 01:09:11.000000000 +0100 @@ -0,0 +1,13 @@ +--- Makefile 2007-02-13 00:04:25.000000000 +0100 ++++ Makefile.new 2007-02-22 01:08:43.000000000 +0100 +@@ -6,8 +6,8 @@ + + # 1 = Add LD_LIBRARY_PATH=/path/to/firefox/mozembed/so/file when listen start + # to prevent segmentfault on wikipedia and lyrics widget for broken python-gtkmozemebed on some distribution like ubuntu edgy/dapper +- +-USE_MOZEMBED_HACK ?= 0 ++LD_LIBRARY_PATH=/usr/lib/firefox/libgtkembedmoz.so ++USE_MOZEMBED_HACK ?= 1 + + #0 = don't check dependencies usefull to make distribued packages + CHECK_DEPENDS ?= 1 diff -ruN listen-0.5/debian/patches/05_listen_bin.patch listen-0.5.new/debian/patches/05_listen_bin.patch --- listen-0.5/debian/patches/05_listen_bin.patch 1970-01-01 01:00:00.000000000 +0100 +++ listen-0.5.new/debian/patches/05_listen_bin.patch 2007-02-22 02:15:03.000000000 +0100 @@ -0,0 +1,8 @@ +--- misc/listen.in 2007-02-13 00:04:25.000000000 +0100 ++++ misc/listen.in.new 2007-02-22 01:57:12.000000000 +0100 +@@ -19,4 +19,4 @@ + # + ### + +-GTKMOZEMBED_PATH PYTHON -OO LIBDIR/listen.py "$@" ++LD_LIBRARY_PATH=/usr/lib/firefox PYTHON -OO LIBDIR/listen.py "$@"