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 90 91 92 93 94 95 96 97
|
Source: crawl
Section: games
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Uploaders:
Guus Sliepen <guus@debian.org>,
Trent W. Buck <trentbuck@gmail.com>,
Vincent Cheng <vcheng@debian.org>
Build-Depends:
advancecomp,
bison,
debhelper-compat (= 13),
flex,
libfreetype-dev,
liblua5.4-dev,
libncurses-dev,
libpng-dev,
libsdl2-dev,
libsdl2-image-dev,
libsdl2-mixer-dev,
libsqlite3-dev,
pkgconf,
python3-yaml
Standards-Version: 4.7.3
Homepage: https://crawl.develz.org/
Vcs-Git: https://salsa.debian.org/games-team/crawl.git
Vcs-Browser: https://salsa.debian.org/games-team/crawl
Rules-Requires-Root: no
Package: crawl-common
Architecture: all
Depends:
${misc:Depends},
${shlibs:Depends}
Recommends:
crawl | crawl-tiles
Description: Dungeon Crawl, a text-based roguelike game (data files)
Crawl is a fun game in the grand tradition of games like Rogue, Hack, and
Moria. Your objective is to travel deep into a subterranean cave complex and
retrieve the Orb of Zot, which is guarded by many horrible and hideous
creatures.
.
These are the data and support files.
.
This is the Stone Soup version of Dungeon Crawl.
Package: crawl
Architecture: any
Depends:
crawl-common (= ${source:Version}),
${misc:Depends},
${shlibs:Depends}
Description: Dungeon Crawl, a text-based roguelike game
Crawl is a fun game in the grand tradition of games like Rogue, Hack, and
Moria. Your objective is to travel deep into a subterranean cave complex and
retrieve the Orb of Zot, which is guarded by many horrible and hideous
creatures.
.
This is the console version, for tiles, use crawl-tiles instead.
.
This is the Stone Soup version of Dungeon Crawl.
Package: crawl-tiles-data
Architecture: all
Depends:
crawl-common (= ${source:Version}),
${misc:Depends},
${shlibs:Depends}
Recommends:
crawl-tiles
Description: Dungeon Crawl, a text-based roguelike game (tile data files)
Crawl is a fun game in the grand tradition of games like Rogue, Hack, and
Moria. Your objective is to travel deep into a subterranean cave complex and
retrieve the Orb of Zot, which is guarded by many horrible and hideous
creatures.
.
These are the tile graphics.
.
This is the Stone Soup version of Dungeon Crawl.
Package: crawl-tiles
Architecture: any
Depends:
crawl-common (= ${source:Version}),
crawl-tiles-data (= ${source:Version}),
fonts-dejavu-core,
${misc:Depends},
${shlibs:Depends}
Description: Dungeon Crawl, a roguelike game, tiles version
Crawl is a fun game in the grand tradition of games like Rogue, Hack, and
Moria. Your objective is to travel deep into a subterranean cave complex and
retrieve the Orb of Zot, which is guarded by many horrible and hideous
creatures.
.
This is the graphical (tiles) version.
.
This is the Stone Soup version of Dungeon Crawl.
|