[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:39:57 UTC 2010
The following commit has been merged in the master branch:
commit 37e690ec7df37ddaf04eea7601cea1885a08acec
Author: Jan Dittberner <jandd at debian.org>
Date: Sun Apr 4 14:33:04 2010 +0200
enable Java-AI-Interface
* 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
diff --git a/debian/changelog b/debian/changelog
index 913c5ec..84cd882 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+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
+
+ -- Jan Dittberner <jandd at debian.org> Mon, 05 Apr 2010 00:59:08 +0200
+
spring (0.81.2.1+dfsg1-2) unstable; urgency=low
* use FreeSansBold.otf from otf-freefont (Closes: #575512)
diff --git a/debian/control b/debian/control
index a95d00d..b70ba12 100644
--- a/debian/control
+++ b/debian/control
@@ -28,7 +28,9 @@ Build-Depends: debhelper (>= 7.0.50~),
libxcursor-dev,
p7zip-full,
python2.5-dev,
- zip
+ zip,
+ libvecmath-java,
+ libjna-java
Standards-Version: 3.8.4
Vcs-Git: git://git.debian.org/pkg-games/spring.git
Vcs-Browser: http://git.debian.org/?p=pkg-games/spring.git;a=summary
diff --git a/debian/rules b/debian/rules
index 52ccbf7..77fb11d 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=NATIVE -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 -DAI_TYPES=ALL -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