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
|
Source: spring
Section: games
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Uploaders: Marco Amadori <marco.amadori@gmail.com>, Jan Dittberner <jandd@debian.org>
Build-Depends: debhelper (>= 7.0.50~),
cmake,
asciidoc,
docbook-xsl,
xsltproc,
bzip2,
default-jdk,
libboost-dev,
libboost-program-options-dev,
libboost-regex-dev,
libboost-serialization-dev,
libboost-signals-dev,
libboost-system-dev,
libboost-thread-dev,
libdevil-dev,
libfreetype6-dev,
libglew-dev,
libogg-dev,
libopenal-dev,
libsdl-dev,
libvorbis-dev,
libxcursor-dev,
p7zip-full,
zip,
libvecmath-java,
libjna-java
Standards-Version: 3.8.4
Vcs-Git: git://git.debian.org/pkg-games/spring.git
Vcs-Browser: http://git.debian.org/?p=pkg-games/spring.git;a=summary
Homepage: http://springrts.com
Package: spring
Architecture: i386 amd64
Depends: ${shlibs:Depends}, ${misc:Depends}, spring-common (= ${source:Version}), otf-freefont
Conflicts: spring-engine
Recommends: springlobby | spring-lobby
Suggests: spring-maps-deltasiege | spring-map, spring-mods-kernelpanic | spring-mod, spring-javaai
Description: a modern full-3D RTS game engine
Spring is a modern full-3D RTS (Real Time Strategy) game engine originally
created to bring the gameplay experience of Total Annihilation into 3D.
Games are played using one of a number of mods.
.
This package just includes the game engine and the default AI, with no maps,
mods or rich user interface.
Package: spring-common
Architecture: all
Depends: ${misc:Depends}
Conflicts: spring-engine
Recommends: spring (>= ${source:Version}), spring (<< ${source:Version}.1~), springlobby | spring-lobby
Suggests: spring-maps-deltasiege | spring-map, spring-mods-kernelpanic | spring-mod
Description: a modern full-3D RTS game engine (common files)
Spring is a modern full-3D RTS (Real Time Strategy) game engine originally
created to bring the gameplay experience of Total Annihilation into 3D.
Games are played using one of a number of mods.
.
This package just includes the game engine's arch independent files, with no
maps, mods or rich user interface.
Package: spring-dbg
Section: debug
Architecture: i386 amd64
Priority: extra
Depends: ${misc:Depends}, spring (= ${binary:Version})
Description: a modern full-3D RTS game engine (debugging symbols)
Spring is a modern full-3D RTS (Real Time Strategy) game engine originally
created to bring the gameplay experience of Total Annihilation into 3D.
Games are played using one of a number of mods.
.
This package contains the debugging symbols for the spring binaries.
Package: spring-javaai
Architecture: all
Depends: ${misc:Depends}, default-jre, libjna-java, libvecmath-java, spring (>= ${source:Version})
Conflicts: spring-engine
Description: a modern full-3D RTS game engine (Java AIs)
Spring is a modern full-3D RTS (Real Time Strategy) game engine originally
created to bring the gameplay experience of Total Annihilation into 3D.
Games are played using one of a number of mods.
.
This package contains Java based AIs and the spring interface libraries these
require.
|