[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:41:03 UTC 2010


The following commit has been merged in the master branch:
commit 60b60ebeffda73b424f4148012fcbb3554a4f54e
Author: Jan Dittberner <jandd at debian.org>
Date:   Mon Apr 5 11:56:58 2010 +0200

    debian/rules: remove -DAI_TYPES=NATIVE configure argument, add -DAI_FIND_QUIETLY=FALSE

diff --git a/debian/changelog b/debian/changelog
index a316565..60d051d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,8 @@ 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: remove -DAI_TYPES=NATIVE configure argument
+   - debian/rules: remove -DAI_TYPES=NATIVE configure argument, add
+     -DAI_FIND_QUIETLY=FALSE
    - 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 08b96b6..9df5585 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 -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) -DAI_FIND_QUIETLY=FALSE
 
 override_dh_auto_install:
 	+dh_auto_install

-- 
advanced 3D real time strategy game engine



More information about the Pkg-games-commits mailing list