~ubuntu-branches/ubuntu/intrepid/tk707/intrepid

« back to all changes in this revision

Viewing changes to tk707.sh.in

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hocevar (Debian packages)
  • Date: 2004-07-25 23:44:01 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20040725234401-cl4g3i2m3jvqdtdl
Tags: 0.7.21-9
* debian/control:
  + Set policy to 3.6.1.1.
  + Use tk8.4-dev instead of tk8.3-dev. Fixes strange disappearing of the
    STOP and START buttons (Closes: #205607).
  + Recommend timidity and make a comment about timidity in the long
    description (Closes: #229689).
* debian/menu:
  + Quoted strings where appropriate.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
args=""
3
3
for x in $*; do
4
4
    case $x in
5
 
    -h|-help) args="$args --help";; # tcl/tk catch these options...
 
5
    -h|-help) args="$args --help";; # tcl/tk catches these options...
6
6
    *)        args="$args $x";;
7
7
  esac
8
8
done
9
9
prefix=@prefix@
10
10
exec_prefix=@exec_prefix@
11
 
echo | @bindir@/tk707bin $args
 
11
echo | @libdir@/tk707/tk707bin $args
12
12