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

Jan Dittberner jandd at debian.org
Mon Apr 5 21:40:53 UTC 2010


The following commit has been merged in the master branch:
commit f8830f0d959297674c64080557e24bbdeeae48ff
Author: Jan Dittberner <jandd at debian.org>
Date:   Sun Apr 4 23:23:42 2010 +0200

    debian/rules: remove -DAI_TYPES=NATIVE configure argument

diff --git a/debian/changelog b/debian/changelog
index c367aa6..a316565 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,7 @@ spring (0.81.2.1+dfsg1-3) UNRELEASED; urgency=low
 
   * enable Java-AI-Interface
    - debian/control: add libvecmath-java and libjna-java to Build-Depends
-   - debian/rules: switch AI_TYPES configure argument from NATIVE to ALL
+   - debian/rules: remove -DAI_TYPES=NATIVE configure argument
    - add debian/patches/0002-use-Debian-java-libs.patch to use jar files
      from libvecmath-java and libjna-java
 
diff --git a/debian/rules b/debian/rules
index a5520f7..08b96b6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,7 +31,7 @@ else
 endif
 
 override_dh_auto_configure:
-	dh_auto_configure -- -DBINDIR=games -DLIBDIR=lib/spring -DAI_LIBS_DIR=lib/spring -DAI_DATA_DIR=share/games/spring -DAI_TYPES=ALL -DCMAKE_BUILD_TYPE=RELWITHDEBINFO -DMARCH_FLAG=$(MARCH_FLAG)
+	dh_auto_configure -- -DBINDIR=games -DLIBDIR=lib/spring -DAI_LIBS_DIR=lib/spring -DAI_DATA_DIR=share/games/spring -DCMAKE_BUILD_TYPE=RELWITHDEBINFO -DMARCH_FLAG=$(MARCH_FLAG)
 
 override_dh_auto_install:
 	+dh_auto_install

-- 
advanced 3D real time strategy game engine



More information about the Pkg-games-commits mailing list