[SCM] lwjgl - Lightweight Java Game Library branch, master, updated. upstream/2.5+dfsg-17-g7113162

Gabriele Giacone gg0-guest at alioth.debian.org
Sat Oct 23 20:20:24 UTC 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "lwjgl - Lightweight Java Game Library".

The branch, master has been updated
       via  7113162f9d6a904cefc9e24ca1cb26df3a4366df (commit)
      from  f9da74d292bfd5d7716685fcafaeec46e8e645bc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7113162f9d6a904cefc9e24ca1cb26df3a4366df
Author: Gabriele Giacone <1o5g4r8o at gmail.com>
Date:   Sat Oct 23 22:17:15 2010 +0200

    patch by diocles to fix mips build

-----------------------------------------------------------------------

Summary of changes:
 debian/changelog |    7 +++++++
 debian/rules     |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f6188ef..1786469 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+lwjgl (2.5+dfsg-3) unstable; urgency=low
+
+  * debian/rules: Update JAVA_HOME to match openjdk-6-jdk
+    build-dependency. (Closes: #599988)
+
+ -- Tim Retout <diocles at debian.org>  Sat, 23 Oct 2010 17:27:52 +0100
+
 lwjgl (2.5+dfsg-2) unstable; urgency=low
 
   * Replaced default-jdk with openjdk-6-jdk in Build-Depends.
diff --git a/debian/rules b/debian/rules
index c879aa0..cdbc225 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ TMPDIR  := $(NAME)-$(VERSION)
 TAR     := ../$(NAME)_$(VERSION).orig.tar.gz
 TARDFSG := ../$(NAME)_$(VERSION)+dfsg.orig.tar.gz
 
-export JAVA_HOME=/usr/lib/jvm/default-java
+export JAVA_HOME=/usr/lib/jvm/java-6-openjdk
 export CLASSPATH=/usr/share/java/jinput.jar:/usr/share/java/jutils.jar
 
 %:


hooks/post-receive
-- 
lwjgl - Lightweight Java Game Library



More information about the pkg-java-commits mailing list