diff options
author | matthijs <matthijs@openttd.org> | 2008-09-03 17:18:04 +0000 |
---|---|---|
committer | matthijs <matthijs@openttd.org> | 2008-09-03 17:18:04 +0000 |
commit | 6c924578de43710dd07a9b556c09d51f6394f9a6 (patch) | |
tree | 48d102651e6a0a92d492034d12236d984b4f344f /os/debian/control.in | |
parent | 1c3b4c8a545ebdda625957d32918a9bda75a4ab1 (diff) | |
download | openttd-6c924578de43710dd07a9b556c09d51f6394f9a6.tar.xz |
(svn r14238) -Change [Debian]: Update Debian packaging files to the latest official Debian version.
- Packaging files are now identical to those of the official 0.6.2-1 (or,
r11138 in the collab-maint subversion repository), with the following
exceptions:
- Desktop files are removed, since openttd trunk installs them already.
- Changes regarding package names from r14237 are preserved.
- Topmost changelog entry with version 0.7~svn-1 is added.
Diffstat (limited to 'os/debian/control.in')
-rw-r--r-- | os/debian/control.in | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/os/debian/control.in b/os/debian/control.in index 0f7fd14dc..0c6a4a053 100644 --- a/os/debian/control.in +++ b/os/debian/control.in @@ -1,20 +1,21 @@ Source: PACKAGE Section: contrib/games Priority: optional -Maintainer: Matthijs Kooijman <m.kooijman@student.utwente.nl> +Maintainer: Matthijs Kooijman <matthijs@stdin.nl> Uploaders: Jordi Mallach <jordi@debian.org> -Build-Depends: debhelper (>= 4.0.0), dpatch, libsdl-dev, zlib1g-dev, libpng-dev, libfreetype6-dev, libfontconfig-dev -Standards-Version: 3.7.2 +Build-Depends: debhelper (>= 4.0.0), libsdl-dev, zlib1g-dev, libpng-dev, libfreetype6-dev, libfontconfig-dev +Standards-Version: 3.7.3 +Vcs-Browser: http://svn.debian.org/wsvn/collab-maint/deb-maint/openttd/trunk/ +Vcs-Svn: svn://svn.debian.org/svn/collab-maint/deb-maint/openttd/trunk +Homepage: http://www.openttd.org/ Package: PACKAGE Architecture: any -Depends: ${shlibs:Depends}, debconf +Depends: ${shlibs:Depends}, ${misc:Depends} Suggests: timidity, freepats 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/ + OpenTTD is a reimplementation of the Microprose game "Transport + Tycoon Deluxe" with lots of new features and enhancements. The data + files of the original Transport Tycoon Deluxe for Windows are + mandatory to play the game. They must be manually copied to the game + data directory (see README.Debian for details). |