~ubuntu-branches/debian/squeeze/openttd/squeeze

« back to all changes in this revision

Viewing changes to debian/patches/03-run-openttd-wrapper.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Matthijs Kooijman, Matthijs Kooijman
  • Date: 2009-10-01 22:52:59 UTC
  • mfrom: (1.1.8 upstream) (2.1.6 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091001225259-5kpkp4sthbszpyif
[ Matthijs Kooijman ]
* New upstream release
* Use printf instead of echo -en in openttd-wrapper to make it POSIX
  compatible (Closes: #547758).
* Remove three patches that are now included in upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh /usr/share/dpatch/dpatch-run
 
2
## 03-run-openttd-start.sh.dpatch by  <matthijs@stdin.nl>
 
3
##
 
4
## All lines beginning with `## DP:' are a description of the patch.
 
5
## DP: Run the openttd-start.sh wrapper script from the .desktop file
 
6
 
 
7
@DPATCH@
 
8
 
 
9
Index: media/openttd.desktop.in
 
10
===================================================================
 
11
--- a/media/openttd.desktop.in  (revision 17228)
 
12
+++ b/media/openttd.desktop.in  (working copy)
 
13
@@ -6,6 +6,6 @@
 
14
 Name=!!MENU_NAME!!
 
15
 Comment=A clone of Transport Tycoon Deluxe
 
16
 Icon=openttd
 
17
-Exec=!!TTD!!
 
18
+Exec=/usr/share/games/openttd/openttd-wrapper
 
19
 Terminal=false
 
20
 Categories=!!MENU_GROUP!!