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: wizznic
Section: games
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Uploaders:
Debian Games Team <pkg-games-devel@lists.alioth.debian.org>,
Build-Depends:
debhelper-compat (= 13),
imagemagick,
libpng-dev,
libsdl-image1.2-dev,
libsdl-mixer1.2-dev,
libsdl1.2-dev,
po4a,
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: http://wizznic.org/
Vcs-Browser: https://salsa.debian.org/games-team/wizznic
Vcs-Git: https://salsa.debian.org/games-team/wizznic.git
X-Style: black
Package: wizznic
Architecture: any
Depends:
libsdl-image1.2,
libsdl-mixer1.2,
libsdl1.2debian,
wizznic-data,
zlib1g,
${misc:Depends},
${shlibs:Depends},
Description: implementation of the arcade classic Puzznic
As in the original game your mission is to clear the level of
bricks. This is done by moving the bricks around. When two or
more bricks of the same kind are next to each other or on top
of each other they will disappear and points will be given.
The level has to be clear of bricks before the time runs out
or you will lose a life.
Package: wizznic-data
Architecture: all
Multi-Arch: foreign
Recommends:
wizznic (= ${source:Version}),
Depends:
${misc:Depends},
Description: implementation of the arcade classic Puzznic (data)
This package contains all the level and sounds of the game
.
As in the original game your mission is to clear the level of
bricks. This is done by moving the bricks around. When two or
more bricks of the same kind are next to each other or on top
of each other they will disappear and points will be given.
The level has to be clear of bricks before the time runs out
or you will lose a life.
|