qtgui: minor include fiddling
[openc2e.git] / debian / control
blob3716a20b7da90f8f232e4c7ee1a9fbaf10342641
1 Source: openc2e
2 Section: contrib/games
3 Priority: optional
4 Maintainer: Bryan Donlan <bdonlan@gmail.com>
5 Build-Depends: debhelper (>= 5.0.0), perl, libyaml-perl, libsdl1.2debian, libsdl1.2-dev, libboost-filesystem-dev, libsdl-net1.2-dev, bison, zlib1g-dev, libboost-iostreams-dev, libboost-thread-dev, libboost-serialization-dev, libboost-program-options-dev, libsdl-gfx1.2-dev, libqt4-dev, libboost-regex-dev, cmake, libopenal-dev, libalut-dev, re2c, libsdl-ttf2.0-dev
6 Standards-Version: 3.7.3.0
7 Homepage: http://openc2e.ccdevnet.org
8 Vcs-Svn: svn://openc2e.ccdevnet.org/openc2e/trunk
9 Vcs-Browser: http://ccdevnet.org/viewcvs.cgi/trunk/
11 Package: openc2e
12 Architecture: any
13 Depends: ${shlibs:Depends}, ${misc:Depends}
14 Recommends: ttf-bitstream-vera
15 Description: Creatures-style game engine
16  openc2e is a cross-platform open-source game engine designed to be compatible
17  with the various game engines of the Creatures artificial-life game series.
19 Package: openc2e-dbg
20 Architecture: any
21 Priority: extra
22 Recommends: gdb
23 Depends: openc2e (= ${binary:Version})
24 Description: Creatures-style game engine (debug symbols)
25  openc2e is a cross-platform open-source game engine designed to be compatible
26  with the various game engines of the Creatures artificial-life game series.
27  .
28  This package contains debugging symbols for programs in the openc2e package.