diff options
Diffstat (limited to 'packages/debian/patches/03_change_default_browser.dpatch')
| -rw-r--r-- | packages/debian/patches/03_change_default_browser.dpatch | 19 | 
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/debian/patches/03_change_default_browser.dpatch b/packages/debian/patches/03_change_default_browser.dpatch new file mode 100644 index 0000000..fbc093b --- /dev/null +++ b/packages/debian/patches/03_change_default_browser.dpatch @@ -0,0 +1,19 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 03_change_default_browser.dpatch by Alexander Wirt <formorer@debian.org> +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: No description. + +@DPATCH@ +diff -urNad gcstar-1.2.0~/lib/gcstar/GCOptions.pm gcstar-1.2.0/lib/gcstar/GCOptions.pm +--- gcstar-1.2.0~/lib/gcstar/GCOptions.pm	2007-08-18 14:41:14.000000000 +0200 ++++ gcstar-1.2.0/lib/gcstar/GCOptions.pm	2007-09-08 22:33:51.000000000 +0200 +@@ -122,7 +122,7 @@ +                 autosave         => 1, +                 noautoload       => 0, +                 programs         => "system", +-                browser          => "firefox", ++                browser          => "x-www-browser", +                 player           => "mplayer", +                 audio            => "xmms", +                 file             => "",  | 
