~ubuntu-branches/ubuntu/maverick/wesnoth-1.10/maverick-backports

« back to all changes in this revision

Viewing changes to debian/wesnoth-BRANCH_editor.in

  • Committer: Package Import Robot
  • Author(s): Gerfried Fuchs
  • Date: 2012-01-24 09:42:45 UTC
  • Revision ID: package-import@ubuntu.com-20120124094245-hq0sa1q3ue2sjdn2
Tags: 1:1.10-1
* New upstream stable release!  \o/
* Containing fixes for:
  - long trait list breaks display (closes: #557907)
  - FTBFS with boost1.48 (closes: #653806)
* Pull fix-xdg-path patch from upstream bug #19318.
* Install icons into conventional path (closes: #655671)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
# generic wesnoth_editor script
 
3
# copyright 2009 by Gerfried Fuchs <rhonda@debian.at>
 
4
# Licenced under WTFPLv2
 
5
 
 
6
cmd=$(basename $0)
 
7
noedit=$(echo $0 | sed -e s/_editor$//)
 
8
 
 
9
echo "$0 is deprecated -- please use $noedit --editor directly!"
 
10
$noedit --editor $*