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

Jan Dittberner jandd at debian.org
Fri May 28 22:43:44 UTC 2010


The following commit has been merged in the master branch:
commit d94c851f818cc8f4f9b8a7a26d4b5d23644aef85
Author: Jan Dittberner <jandd at debian.org>
Date:   Sat May 29 00:23:57 2010 +0200

    restrict supported architectures to i386 and amd64
    
    debian/control: restrict supported architecture to i386 and amd64 because
    building fails on kfreebsd-* due to no capable enough JDK and hardware
    accellerated OpenGL requirement

diff --git a/debian/changelog b/debian/changelog
index 65bc969..9c71d32 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,8 +6,9 @@ spring (0.81.2.1+dfsg1-5) UNRELEASED; urgency=low
       AI/Skirmish/HughAI/CMakeLists.txt
     - use -classpath instead of -cp
   * refresh debian/patches/0001-Minor-spelling-fix.patch
-  * add debian/patches/0004-fix-gcj-4.4-compilation.patch to support
-    builds with gcj-4.4
+  * debian/control: restrict supported architectures to i386 and amd64
+    because building fails on kfreebsd-* due to no capable enough JDK
+    and hardware accellerated OpenGL requirement
 
  -- Jan Dittberner <jandd at debian.org>  Thu, 27 May 2010 21:10:29 +0200
 
diff --git a/debian/control b/debian/control
index 3dcd055..19f7103 100644
--- a/debian/control
+++ b/debian/control
@@ -36,7 +36,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-games/spring.git;a=summary
 Homepage: http://springrts.com
 
 Package: spring
-Architecture: i386 amd64 kfreebsd-i386 kfreebsd-amd64 hurd-i386
+Architecture: i386 amd64
 Depends: ${shlibs:Depends}, ${misc:Depends}, spring-common (= ${source:Version}), otf-freefont
 Conflicts: spring-engine
 Recommends: springlobby | spring-lobby
@@ -65,7 +65,7 @@ Description: a modern full-3D RTS game engine (common files)
 
 Package: spring-dbg
 Section: debug
-Architecture: i386 amd64 kfreebsd-i386 kfreebsd-amd64 hurd-i386
+Architecture: i386 amd64
 Priority: extra
 Depends: ${misc:Depends}, spring (= ${binary:Version})
 Description: a modern full-3D RTS game engine (debugging symbols)
diff --git a/debian/patches/series b/debian/patches/series
index ba700ed..605d1df 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
 0001-Minor-spelling-fix.patch
 0002-use-Debian-java-libs.patch
 0003-fix-cmake-2_8-java-build.patch
-0004-fix-gcj-4.4-compilation.patch

-- 
advanced 3D real time strategy game engine



More information about the Pkg-games-commits mailing list