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
|
Source: blobby
Section: games
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Uploaders: Felix Geyer <fgeyer@debian.org>
Build-Depends: debhelper-compat (= 13),
cmake,
pkgconf,
zip,
libboost-dev,
libgl-dev,
liblua5.3-dev,
libphysfs-dev,
libsdl2-dev,
libtinyxml2-dev,
zlib1g-dev
Homepage: https://blobbyvolley.de/
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/games-team/blobby.git
Vcs-Browser: https://salsa.debian.org/games-team/blobby
Rules-Requires-Root: no
Package: blobby
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
blobby-data (>= ${source:Version})
Description: Volleyball game with blobs
This package contains the client binary for Blobby Volley 2.
.
Blobby Volley is an arcade volleyball game with jumping blobs.
It contains a multiplayer mode and several bots.
Package: blobby-server
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
blobby-data (>= ${source:Version})
Description: Volleyball game with blobs (server)
This package contains the server binary for Blobby Volley 2.
.
Blobby Volley is an arcade volleyball game with jumping blobs.
It contains a multiplayer mode and several bots.
Package: blobby-data
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: Volleyball game with blobs (data files)
This package contains the static data for Blobby Volley 2.
.
Blobby Volley is an arcade volleyball game with jumping blobs.
It contains a multiplayer mode and several bots.
|