[SCM] advanced 3D real time strategy game engine branch, master, updated. debian/0.81.2.1+dfsg1-2-7-ga2216b3

Jan Dittberner jandd at debian.org
Mon Apr 5 22:24:55 UTC 2010


The following commit has been merged in the master branch:
commit a2216b3c1f2d3f61f31014ccf631006952605eea
Author: Jan Dittberner <jandd at debian.org>
Date:   Mon Apr 5 23:57:15 2010 +0200

    add new binary package spring-javaai
    
    * add new binary package spring-javaai
     - add package stanza to debian/control
     - add paths to debian/spring-javaai.install
    * add spring-javaai to spring binary package's Suggests in debian/control

diff --git a/debian/changelog b/debian/changelog
index 8672beb..533f469 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,10 @@ spring (0.81.2.1+dfsg1-3) UNRELEASED; urgency=low
      from libvecmath-java and libjna-java
    - add debian/patches/0003-fix-cmake-2_8-java-build.patch to fix cmake 2.8
      java compilation issue
+  * add new binary package spring-javaai
+   - add package stanza to debian/control
+   - add paths to debian/spring-javaai.install
+  * add spring-javaai to spring binary package's Suggests in debian/control
 
  -- Jan Dittberner <jandd at debian.org>  Mon, 05 Apr 2010 00:59:08 +0200
 
diff --git a/debian/control b/debian/control
index b70ba12..ad53d44 100644
--- a/debian/control
+++ b/debian/control
@@ -41,7 +41,7 @@ Architecture: i386 amd64 kfreebsd-i386 kfreebsd-amd64 hurd-i386
 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
+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.
@@ -75,3 +75,16 @@ Description: a modern full-3D RTS game engine (debugging symbols)
  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 (= ${binary: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.
+
diff --git a/debian/spring-javaai.install b/debian/spring-javaai.install
new file mode 100644
index 0000000..c12220a
--- /dev/null
+++ b/debian/spring-javaai.install
@@ -0,0 +1,5 @@
+usr/share/games/spring/AI/Interfaces/Java
+usr/share/games/spring/AI/Skirmish/HughAI
+usr/share/games/spring/AI/Skirmish/NullJavaAI
+usr/share/games/spring/AI/Skirmish/NullOOJavaAI
+

-- 
advanced 3D real time strategy game engine



More information about the Pkg-games-commits mailing list