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
|
Source: starvoyager
Section: games
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Standards-Version: 3.9.6
Build-Depends: debhelper (>= 9), libsdl1.2-dev, libsdl-net1.2-dev
Homepage: http://starvoyager.bluesky.me.uk/
Package: starvoyager
Architecture: any
Depends: ${shlibs:Depends}, starvoyager-data, ${misc:Depends}
Description: 2D space arcade game, themed around 'Star Trek' - binary
Star Voyager is a Frontier/Elite class game in a more arcade style 2D
environment, themed to the 'Star Trek' universe. It utilizes the SDL library
for portability.
.
This package contains the game binary
Package: starvoyager-data
Architecture: all
Depends: ${misc:Depends}
Recommends: starvoyager
Description: 2D space arcade game, themed around 'Star Trek' - data files
Star Voyager is a Frontier/Elite class game in a more arcade style 2D
environment, themed to the 'Star Trek' universe. It utilizes the SDL library
for portability.
.
This package contains the data files used by the game engine
|