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
|
Source: teeworlds
Section: games
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Uploaders: Jack Coulter <jscinoz@gmail.com>, Felix Geyer <fgeyer@debian.org>
Build-Depends: debhelper-compat (= 13),
bam (>= 0.5.1),
icoutils,
python3,
libfreetype6-dev,
libgl1-mesa-dev,
libglu1-mesa-dev,
libjsonparser-dev,
libpnglite-dev (>= 0.1.17-2~),
libsdl2-dev,
libwavpack-dev,
libx11-dev,
zlib1g-dev
Standards-Version: 4.5.0
Homepage: https://www.teeworlds.com/
Vcs-Git: https://salsa.debian.org/games-team/teeworlds.git
Vcs-Browser: https://salsa.debian.org/games-team/teeworlds
Package: teeworlds
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
teeworlds-data (= ${source:Version})
Description: online multi-player platform 2D shooter
This package contains the client binary for Teeworlds.
.
The game features cartoon-themed graphics and physics, and relies heavily
on classic shooter weaponry and gameplay.
The controls are heavily inspired by the FPS genre of computer games.
Package: teeworlds-server
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
teeworlds-data (= ${source:Version})
Recommends:
gawk
Description: server for Teeworlds; an online multi-player platform 2D shooter
This package contains the server binary for Teeworlds.
.
The game features cartoon-themed graphics and physics, and relies heavily
on classic shooter weaponry and gameplay.
The controls are heavily inspired by the FPS genre of computer games.
Package: teeworlds-data
Architecture: all
Depends: ${misc:Depends},
fonts-dejavu-core
Suggests: teeworlds-server, teeworlds
Description: data for Teeworlds; an online multi-player platform 2D shooter
This package contains the static data for Teeworlds.
.
The game features cartoon-themed graphics and physics, and relies heavily
on classic shooter weaponry and gameplay.
The controls are heavily inspired by the FPS genre of computer games.
|