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
|
Source: freegish
Section: games
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Uploaders:
Luboš Novák <alvinx12@centrum.cz>
Build-Depends:
cmake (>= 2.4.4),
debhelper-compat (= 13),
libogg-dev,
libopenal-dev,
libpng-dev,
libsdl1.2-dev,
libvorbis-dev
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://github.com/freegish/freegish
Vcs-Git: https://salsa.debian.org/games-team/freegish.git
Vcs-Browser: https://salsa.debian.org/games-team/freegish
Package: freegish
Architecture: any
Depends:
freegish-data (= ${source:Version}),
xdg-utils,
${misc:Depends},
${shlibs:Depends}
Description: physics based arcade game
Freegish is a 2D platform game, where the player maneuvers character of a ball
of tar. Character may become sticky, slick, heavy and can jump.
.
The game contains only first seven levels of the single player campaign and few
multiplayer levels for mini games like sumo or football.
.
Freegish is based on open sourced code of the famous game called Gish with
added free art assets.
Package: freegish-data
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends}
Recommends:
freegish
Description: data for the FreeGish arcade game
Freegish is a 2D platform game, where the player maneuvers character of a ball
of tar. Character may become sticky, slick, heavy and can jump.
.
The game contains only first five levels of the single player campaign and few
multiplayer levels for mini games like sumo or football.
.
Freegish is based on open sourced code of the famous game called Gish with
added free art assets.
.
This package holds data files needed for Freegish.
|