diff -u exo-0.3.4/debian/changelog exo-0.3.4/debian/changelog --- exo-0.3.4/debian/changelog +++ exo-0.3.4/debian/changelog @@ -1,3 +1,14 @@ +exo (0.3.4-7ubuntu4) intrepid; urgency=low + + * Changed debian-sensible-browser and x-terminal-emulator + (aka the Debian alternatives), to use programs we know are + available and provide sane defaults since in some cases, these + defaults may be inapporiate for Xfce/Xubuntu. This is a temporary fix + until we move this configuration file to xubuntu-default-settings for + jaunty. Until them, this hack remains :-) (LP: #276979) + + -- Michael Casadevall Thu, 02 Oct 2008 12:58:56 -0400 + exo (0.3.4-7ubuntu3) intrepid; urgency=low * debian/patches/gcc_hardening_fix.patch: remove function prototypes that diff -u exo-0.3.4/debian/rules exo-0.3.4/debian/rules --- exo-0.3.4/debian/rules +++ exo-0.3.4/debian/rules @@ -96,9 +96,9 @@ rm -f debian/tmp/usr/lib/libexo-hal-0.3.la rm -f debian/tmp/usr/lib/libexo-0.3.la - # Debianise - sed -i -e 's/^WebBrowser=.*/WebBrowser=debian-sensible-browser/' \ - -e 's/TerminalEmulator=.*/TerminalEmulator=debian-x-terminal-emulator/' \ + # Xubuntuistation (is that a word?) + sed -i -e 's/^WebBrowser=.*/WebBrowser=firefox/' \ + -e 's/TerminalEmulator=.*/TerminalEmulator=xfce4-terminal/' \ debian/tmp/etc/xdg/xfce4/helpers.rc # delete all pre-compiled python files