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
|
Source: cataclysm-dda
Maintainer: Reiner Herrmann <reiner@reiner-h.de>
Section: games
Priority: optional
Build-Depends: debhelper-compat (= 13),
gettext
Build-Depends-Arch: architecture-is-64-bit,
libncurses-dev,
librsvg2-bin,
libsdl2-dev,
libsdl2-image-dev,
libsdl2-mixer-dev,
libsdl2-ttf-dev,
pkgconf
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://cataclysmdda.org/
Vcs-Git: https://salsa.debian.org/reiner/cataclysm-dda.git
Vcs-Browser: https://salsa.debian.org/reiner/cataclysm-dda
Package: cataclysm-dda-data
Architecture: all
Multi-Arch: foreign
Depends: fonts-terminus,
fonts-unifont,
${misc:Depends}
Description: post-apocalyptic roguelike game - data files
Cataclysm: Dark Days Ahead is a roguelike set in a post-apocalyptic world.
.
While some have described it as a "zombie game", there's far more to Cataclysm
than that. Struggle to survive in a harsh, persistent, procedurally generated
world. Scavenge the remnants of a dead civilization for food, equipment, or,
if you're lucky, a vehicle with a full tank of gas to get you the hell out of
Dodge. Fight to defeat or escape from a wide variety of powerful monstrosities,
from zombies to giant insects to killer robots and things far stranger and
deadlier, and against the others like yourself, that want what you have...
.
This package contains the data files required by any of the frontends.
Package: cataclysm-dda-curses
Architecture: any
Depends: cataclysm-dda-data (= ${source:Version}),
${misc:Depends},
${shlibs:Depends}
Provides: cataclysm-dda
Description: post-apocalyptic roguelike game - curses interface
Cataclysm: Dark Days Ahead is a roguelike set in a post-apocalyptic world.
.
While some have described it as a "zombie game", there's far more to Cataclysm
than that. Struggle to survive in a harsh, persistent, procedurally generated
world. Scavenge the remnants of a dead civilization for food, equipment, or,
if you're lucky, a vehicle with a full tank of gas to get you the hell out of
Dodge. Fight to defeat or escape from a wide variety of powerful monstrosities,
from zombies to giant insects to killer robots and things far stranger and
deadlier, and against the others like yourself, that want what you have...
.
This package contains the text-only ncurses-based interface.
Package: cataclysm-dda-sdl
Architecture: any
Depends: cataclysm-dda-data (= ${source:Version}),
${misc:Depends},
${shlibs:Depends}
Provides: cataclysm-dda
Description: post-apocalyptic roguelike game - SDL interface
Cataclysm: Dark Days Ahead is a roguelike set in a post-apocalyptic world.
.
While some have described it as a "zombie game", there's far more to Cataclysm
than that. Struggle to survive in a harsh, persistent, procedurally generated
world. Scavenge the remnants of a dead civilization for food, equipment, or,
if you're lucky, a vehicle with a full tank of gas to get you the hell out of
Dodge. Fight to defeat or escape from a wide variety of powerful monstrosities,
from zombies to giant insects to killer robots and things far stranger and
deadlier, and against the others like yourself, that want what you have...
.
This package contains the graphical SDL2-based interface.
|