diff options
author | matthijs <matthijs@openttd.org> | 2006-03-08 23:12:38 +0000 |
---|---|---|
committer | matthijs <matthijs@openttd.org> | 2006-03-08 23:12:38 +0000 |
commit | ba5172d0f4f6a958a2ba0ca7d024834f52092756 (patch) | |
tree | 830d598ae433c64fbd3dfb39064e75deea4e2b1d /os/debian/control | |
parent | 602e5670745bf40f9a9a8946e37ba739540eb501 (diff) | |
download | openttd-ba5172d0f4f6a958a2ba0ca7d024834f52092756.tar.xz |
(svn r3801) * Update debian packaging files to the ones used for releasing 0.4.5 (see os/debian/changelog for details).
* Fix a small debconf issue which was in the 0.4.5 release.
Diffstat (limited to 'os/debian/control')
-rw-r--r-- | os/debian/control | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/os/debian/control b/os/debian/control index 18e46f38e..f68d2b5f3 100644 --- a/os/debian/control +++ b/os/debian/control @@ -1,16 +1,19 @@ Source: openttd -Section: games +Section: contrib/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 +Standards-Version: 3.6.2 Package: openttd Architecture: any -Depends: ${shlibs:Depends} +Depends: ${shlibs:Depends}, debconf Suggests: timidity, freepats -Description: open source clone of the Microprose game "Transport Tycoon Deluxe" - An enhanced open source clone of the Microprose game "Transport Tycoon Deluxe". +Description: reimplementation of Transport Tycoon Deluxe with enhancements + A reimplementation of the Microprose game "Transport Tycoon Deluxe" with lots + of new features and enhancements. 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) + . + Homepage: http://www.openttd.org/ |