[SCM] advanced 3D real time strategy game engine branch, master, updated. upstream/0.80.5.1-24-g207ba86
Marco Amadori
marco.amadori at gmail.com
Sun Nov 29 09:29:05 UTC 2009
The following commit has been merged in the master branch:
commit 207ba86c315deef743c189d73d205b7f7ce407a0
Author: Marco Amadori <marco.amadori at gmail.com>
Date: Sun Nov 29 00:13:04 2009 +0100
Do not build Java AI Interface.
diff --git a/debian/README.debian b/debian/README.debian
new file mode 100644
index 0000000..4e450a7
--- /dev/null
+++ b/debian/README.debian
@@ -0,0 +1,8 @@
+This release do not include the Java AI interface due to a couple of
+sourceless jar distributed in the upstream tarball which were stripped in
+the packaging process.
+
+Upstream, which is aware of this problem, are refactoring the code to avoid
+those sourceless dependencies, so the Java AI will be hopefully available on
+a future release.
+
diff --git a/debian/changelog b/debian/changelog
index 18670fc..b4d57a3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,5 +4,7 @@ spring (0.80.5.2-1) unstable; urgency=low
* Thanks to Scott Ritchie <scottritchie at ubuntu.com> and Chris Clearwater
<chris at detrino.org> for their MOTU packaging which gave me a couple of
hints.
-
- -- Marco Amadori <marco.amadori at gmail.com> Fri, 13 Nov 2009 13:00:00 +0100
+ * This release do not include the Java AI interface due to a couple of
+ sourceless jar distributed in the upstream tarball that are stripped in
+ this packaging.
+ -- Marco Amadori <marco.amadori at gmail.com> Sat, 28 Nov 2009 23:55:25 +0100
diff --git a/debian/rules b/debian/rules
index 6ee75a1..ad53ffd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ TMPINSTDIR := $(CURDIR)/debian/tmp
export DEB_BUILD_OPTIONS := parallel=8
override_dh_auto_configure:
- dh_auto_configure -- -DBINDIR=/usr/games -DLIBDIR=/usr/lib/spring -DAI_LIBS_DIR=/usr/lib/spring -DAI_DATA_DIR=/usr/share/games/spring -DCMAKE_BUILD_TYPE=RELEASE
+ dh_auto_configure -- -DBINDIR=/usr/games -DLIBDIR=/usr/lib/spring -DAI_LIBS_DIR=/usr/lib/spring -DAI_DATA_DIR=/usr/share/games/spring -DAI_TYPES=NATIVE -DCMAKE_BUILD_TYPE=RELEASE
override_dh_auto_build:
+dh_auto_build
--
advanced 3D real time strategy game engine
More information about the Pkg-games-commits
mailing list