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
|
Source: robocode
Section: games
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
Markus Koschany <apo@gambaru.de>
Build-Depends:
ant,
debhelper (>= 9)
Build-Depends-Indep:
default-jdk,
default-jdk-doc,
imagemagick,
libbcel-java
Standards-Version: 3.9.6
Homepage: http://robocode.sf.net/
Vcs-Git: git://anonscm.debian.org/pkg-java/robocode.git
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-java/robocode.git
Package: robocode
Architecture: all
Depends:
default-jre | java6-runtime | java7-runtime,
libbcel-java,
${misc:Depends}
Recommends:
default-jdk
Suggests:
eclipse,
robocode-doc
Description: Java programming game based on battle tanks
Robocode is a Java programming game where the goal is to develop a robot
battle tank to battle against other tanks. The robot battles are running in
real-time and on-screen. The motto of Robocode is: Build the best, destroy
the rest!
Package: robocode-doc
Architecture: all
Depends:
${misc:Depends}
Suggests:
robocode
Section: doc
Description: Java programming game based on battle tanks (documentation)
Robocode is a Java programming game where the goal is to develop a robot
battle tank to battle against other tanks. The robot battles are running in
real-time and on-screen. The motto of Robocode is: Build the best, destroy
the rest!
.
This package contains Javadoc HTML documentation.
|