diff options
author | bjarni <bjarni@openttd.org> | 2004-09-18 16:29:12 +0000 |
---|---|---|
committer | bjarni <bjarni@openttd.org> | 2004-09-18 16:29:12 +0000 |
commit | d1a88cbbca61f017ebb21e3963240e1b8b76dc87 (patch) | |
tree | 4b7777894eeae4ab6637aee5ef2b00a4df800826 /os/debian/control | |
parent | f5a50c0007f3940a289f3061e2945631912107e9 (diff) | |
download | openttd-d1a88cbbca61f017ebb21e3963240e1b8b76dc87.tar.xz |
(svn r291) Minor fix to english.txt
added debian support (blathijs)
improved make install (blathijs)
Diffstat (limited to 'os/debian/control')
-rw-r--r-- | os/debian/control | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/os/debian/control b/os/debian/control new file mode 100644 index 000000000..4a819253d --- /dev/null +++ b/os/debian/control @@ -0,0 +1,15 @@ +Source: openttd +Section: games +Priority: optional +Maintainer: Matthijs Kooijman <m.kooijman@student.utwente.nl> +Build-Depends: debhelper (>= 4.0.0), libsdl-dev, zlib1g-dev, libpng-dev +Standards-Version: 3.6.0 + +Package: openttd +Architecture: any +Depends: ${shlibs:Depends} +Description: An open source clone of the Microprose game "Transport Tycoon Deluxe" + An enhanced open source clone of the Microprose game "Transport Tycoon Deluxe". + You require the data files of the original Transport Tycoon Deluxe + for Windows to play the game. You have to MANUALLY copy them to the + game data directory! (see README.Debian for details) |