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
|
Source: cyphesis-cpp
Section: games
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Uploaders: Olek Wojnar <olekw.dev@gmail.com>
Build-Depends: debhelper (>= 11),
dh-python,
libatlas-cpp-0.6-dev (>= 0.6.3),
libavahi-client-dev,
libboost-dev,
libbullet-dev,
libgcrypt20-dev,
libmercator-0.3-dev (>= 0.3.3),
libpq-dev,
libreadline-dev,
libsigc++-2.0-dev,
libskstream-0.3-dev,
libvarconf-dev,
libwfmath-1.0-dev,
python-dev,
dpkg-dev (>= 1.16.1.1)
Standards-Version: 4.2.1
Homepage: https://www.worldforge.org/
Vcs-Git: https://salsa.debian.org/games-team/cyphesis-cpp.git
Vcs-Browser: https://salsa.debian.org/games-team/cyphesis-cpp
Package: cyphesis-cpp
Architecture: linux-any
Provides: worldforge-server
Depends: adduser,
cyphesis-cpp-clients,
cyphesis-cpp-game,
debconf,
lsb-base,
postgresql,
${misc:Depends},
${shlibs:Depends}
Description: WorldForge game server
Cyphesis-C++ is a game server from the WorldForge project. Multiple
users/clients can connect to it to play roleplaying games online. This server
provides world data and computes the interaction between the players and the
world.
Package: cyphesis-cpp-clients
Architecture: linux-any
Depends: ${misc:Depends}, ${shlibs:Depends}
Suggests: cyphesis-cpp
Description: WorldForge game server - clients to control the server
Cyphesis-C++ is a game server from the WorldForge project. Multiple
users/clients can connect to it to play roleplaying games online. This server
provides world data and computes the interaction between the players and the
world.
.
This package contains the client programs to administer the cyphesis server.
Package: cyphesis-cpp-mason
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Provides: cyphesis-cpp-game
Suggests: cyphesis-cpp
Conflicts: cyphesis-cpp-acorn, cyphesis-cpp-werewolf
Description: WorldForge game server - game data for Mason
Cyphesis-C++ is a game server from the WorldForge project. Multiple
users/clients can connect to it to play roleplaying games online. This server
provides world data and computes the interaction between the players and the
world.
.
This package contains game data for the WorldForge game "Mason".
|