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 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89
|
Source: enigma
Section: games
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Uploaders:
Emmanuel Arias <eamanu@yaerobi.com>,
Alexandre Detiste <tchet@debian.org>,
Build-Depends:
debhelper-compat (= 13),
imagemagick,
libcurl4-gnutls-dev | libcurl4-nss-dev,
libenet-dev,
libpng-dev,
libsdl2-gfx-dev,
libsdl2-image-dev,
libsdl2-mixer-dev,
libsdl2-ttf-dev,
libsdl2-dev,
libxerces-c-dev,
libzipios++-dev,
texinfo,
texi2html,
Rules-Requires-Root: no
Standards-Version: 3.9.5.0
Homepage: https://enigma.nongnu.org/
Vcs-Git: https://salsa.debian.org/games-team/enigma.git
Vcs-Browser: https://salsa.debian.org/games-team/enigma
Package: enigma
Architecture: any
Depends:
enigma-data (= ${source:Version}),
fonts-dejavu-core,
fonts-dejavu-extra,
${misc:Depends},
${shlibs:Depends},
Recommends:
enigma-doc,
Description: Game where you control a marble with the mouse
Enigma is a puzzle game similar to Oxyd on the Atari ST or Rock'n'Roll
on the Amiga and good old Marble Madness. It also has Sokoban levels, and
some interesting twists on the original sokoban concept.
.
In Enigma, your objective is to locate and uncover matching pairs of
Oxyd stones. Simple as it sounds, this task is made more difficult by
the fact that Oxyd stones tend to be hidden, inaccessible or protected
by unexpected traps. Overcoming these obstacles often requires a lot
of dexterity and wit (and can be quite addictive).
.
This package contains the game engine.
Package: enigma-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Recommends:
enigma,
Depends:
${misc:Depends},
Description: Documentation for the game enigma
Enigma is a puzzle game similar to Oxyd on the Atari ST or Rock'n'Roll
on the Amiga and good old Marble Madness. It also has Sokoban levels, and
some interesting twists on the original sokoban concept.
.
In Enigma, your objective is to locate and uncover matching pairs of
Oxyd stones. Simple as it sounds, this task is made more difficult by
the fact that Oxyd stones tend to be hidden, inaccessible or protected
by unexpected traps. Overcoming these obstacles often requires a lot
of dexterity and wit (and can be quite addictive).
.
This package contains the manual and level creating guide
Package: enigma-data
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
Description: Data files for the game enigma
Enigma is a puzzle game similar to Oxyd on the Atari ST or Rock'n'Roll
on the Amiga and good old Marble Madness. It also has Sokoban levels, and
some interesting twists on the original sokoban concept.
.
In Enigma, your objective is to locate and uncover matching pairs of
Oxyd stones. Simple as it sounds, this task is made more difficult by
the fact that Oxyd stones tend to be hidden, inaccessible or protected
by unexpected traps. Overcoming these obstacles often requires a lot
of dexterity and wit (and can be quite addictive).
.
This package contains the data files (levels, graphics, sounds).
|