This bug was fixed in the package sdlbasic - 0.0.20070714-3

---------------
sdlbasic (0.0.20070714-3) unstable; urgency=low

  [ Barry deFreese ]
  * bison_code.patch - Fix syntax with sdlBrt_tab.y.
    + Fixes FTBFS with newer Bison.
  * Add Section: debug to sdlbasic-dbg package.
  * Minor syntax fixes in debian/copyright.
  * Add watch file.
  * Bump Standards Version to 3.8.1. (No changes needed).

  [ Evgeni Golov ]
  * datadir.patch:
    + Fix path to help in Global.properties. (LP: #372185)
    + Obsolete properties.patch by correctly patching call of sdlBrt.
  * x-www-browser.patch:
    + Call x-www-browser instead of firefox, users might want another browser.
  * quickhelp.patch:
    + Fix the command for the Quick Help.
  * debian/control:
    + Update the homepage URL.

 -- Ubuntu Archive Auto-Sync <[email protected]>   Sat,  09 May 2009
22:59:19 +0100

** Changed in: sdlbasic (Ubuntu)
       Status: Fix Committed => Fix Released

-- 
sdlbasic-0.0.20070714-2  help path is wrong
https://bugs.launchpad.net/bugs/372185
You received this bug notification because you are a member of
Debian/Ubuntu Games Team, which is subscribed to sdlbasic in ubuntu.

Status in “sdlbasic” source package in Ubuntu: Fix Released

Bug description:
Release:        9.04
sdlbasic 0.0.20070714-2

In the /etc/sdlbasic/Global.properties: command.scite.help=$(BROWSER)  
"file:$(SciteDefaultHome)/../doc/sdlBasic/english/index.html"

actual path is
file:/usr/share/doc/sdlbasic/english/index.html
the $(SciteDefaultHome) is set to "/etc/sdlbasic" and sdlBasic is wrong case.


fix command is

sudo sed -i -e 's!$(SciteDefaultHome)/../doc/sdlBasic!/usr/share/doc/sdlbasic!' 
/etc/sdlbasic/Global.properties

_______________________________________________
Pkg-games-ubuntu mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-ubuntu

Reply via email to