1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
|
Source: openmohaa
Section: contrib/games
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Uploaders: Sébastien Noel <sebastien@twolife.be>
Build-Depends:
debhelper-compat (= 13),
cmake,
bison,
flex,
libjpeg-dev,
libmad0-dev,
libopenal-dev,
libsdl2-dev,
pkgconf,
zlib1g-dev
Standards-Version: 4.7.3
Homepage: https://www.openmohaa.org
Vcs-Browser: https://salsa.debian.org/games-team/openmohaa
Vcs-Git: https://salsa.debian.org/games-team/openmohaa.git
Package: openmohaa
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
openmohaa-common (= ${binary:Version}),
game-data-packager-runtime (>= 80~),
mohaa-data | game-data-packager
Description: game engine for "Medal of Honor: Allied Assault"
Medal of Honor: Allied Assault is a first-person shooter video game
that simulates infantry combat in the European and North African theaters
during World War II. It was originally released in 2002.
.
OpenMoHAA is a re-implementation, based on ioquake3, that allows playing
"Medal of Honor: Allied Assault" and its two expansions.
.
You will need the original, non-distributable, game data files.
You can install them by using the game-data-packager tool.
Package: openmohaa-server
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends:
${misc:Depends},
${shlibs:Depends},
openmohaa-common (= ${binary:Version}),
adduser,
mohaa-data | game-data-packager
Suggests: game-data-packager-runtime (>= 81~)
Description: dedicated server for "Medal of Honor: Allied Assault"
This package contains a launcher script and systemd unit to run a
Medal of Honor: Allied Assault server with the openmohaa engine.
.
Medal of Honor: Allied Assault is a first-person shooter video game
that simulates infantry combat in the European and North African theaters
during World War II. It was originally released in 2002.
.
OpenMoHAA is a re-implementation, based on ioquake3, that allows playing
"Medal of Honor: Allied Assault" and its two expansions.
.
You will need the original, non-distributable, game data files.
You can install them by using the game-data-packager tool.
Package: openmohaa-common
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Suggests: game-data-packager
Description: common files for OpenMoHAA
This package contains files shared by all openmohaa packages.
.
It is unnecessary to install this package unless you are installing one
of the packages that depends on it.
|