add unfinished bmpImage implementation
[openc2e.git] / debian / control
blobe546775d1c1a356e37a0e075e0ee109934fe3d5b
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, libsdl-mixer1.2-dev, flex (>= 2.5.31), 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
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 Description: Creatures-style game engine
15  openc2e is a cross-platform open-source game engine designed to be compatible
16  with the various game engines of the Creatures artificial-life game series.
18 Package: openc2e-dbg
19 Architecture: any
20 Priority: extra
21 Recommends: gdb
22 Depends: openc2e (= ${binary:Version})
23 Description: Creatures-style game engine (debug symbols)
24  openc2e is a cross-platform open-source game engine designed to be compatible
25  with the various game engines of the Creatures artificial-life game series.
26  .
27  This package contains debugging symbols for programs in the openc2e package.