Silence warning about unsigned unary minus
[openttd/fttd.git] / os / debian / control
blob54e14ce5d4f6583897f7f812893f86eb6eb761b1
1 Source: openttd
2 Section: games
3 Priority: optional
4 Maintainer: Matthijs Kooijman <matthijs@stdin.nl>
5 Uploaders: Jordi Mallach <jordi@debian.org>
6 Build-Depends: debhelper (>= 7.0.50), libsdl-dev, zlib1g-dev, libpng-dev, libfreetype6-dev, libfontconfig-dev, libicu-dev, liblzma-dev, liblzo2-dev
7 Standards-Version: 3.8.4
8 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/openttd.git
9 Vcs-Git: git://anonscm.debian.org/collab-maint/openttd.git
10 Homepage: http://www.openttd.org/
12 Package: openttd
13 Architecture: any
14 Depends: ${shlibs:Depends}, ${misc:Depends}
15 Recommends: openttd-opengfx, x11-utils
16 Replaces: openttd-data
17 Conflicts: openttd-data
18 Suggests: openttd-opensfx, timidity, freepats
19 Description: reimplementation of Transport Tycoon Deluxe with enhancements
20  OpenTTD is a reimplementation of the Microprose game "Transport
21  Tycoon Deluxe" with lots of new features and enhancements.
22  .
23  OpenTTD is playable with the free graphics files from the openttd-opengfx
24  package and optional sound files from the openttd-opensfx package (which is in
25  non-free). Alternatively, OpenTTD can use the graphics files from the original
26  Transport Tycoon Deluxe game (See README.Debian on how to set this up).
28 Package: openttd-dbg
29 Architecture: any
30 Section: debug
31 Priority: extra
32 Depends: openttd (= ${binary:Version}), ${misc:Depends}
33 Description: debugging symbols for openttd
34  This package contains the debugging symbols for OpenTTD, the reimplementation
35  of the Micropose game "Transport Tycoon Deluxe" with lots of new features and
36  enhancements.