diff options
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) |