This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository lwjgl.
commit 517f15bab51fbe2848dc86a93fb3361eb89b2c21 Author: Markus Koschany <[email protected]> Date: Sat Apr 9 21:21:00 2016 +0200 d/rules: Update comment --- debian/patches/allarchs.patch | 2 +- debian/rules | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/patches/allarchs.patch b/debian/patches/allarchs.patch index acef780..b95c969 100644 --- a/debian/patches/allarchs.patch +++ b/debian/patches/allarchs.patch @@ -32,7 +32,7 @@ index e5ce8d1..72eb346 100644 <property name="linker_flags32" value="${version_script_flags32} -shared -O2 -Wall -o ${libname32} ${libs32}"/> <property name="linker_flags64" value="${version_script_flags64} -shared -O2 -Wall -o ${libname64} ${libs64}"/> -+ <property name="linker_flagsdeb" value="${version_script_flags32} -shared -O2 -Wall -o ${libname32} ${libs} ${xf86vm_lib}"/> ++ <property name="linker_flagsdeb" value="${version_script_flags32} -shared -O2 -Wall -o ${libname32} ${libs}"/> <condition property="build.32bit.only"> <not> diff --git a/debian/rules b/debian/rules index 4c9fc13..8e0c40c 100755 --- a/debian/rules +++ b/debian/rules @@ -11,6 +11,8 @@ export PATH:=$(JAVA_HOME)/bin:$(PATH) # NOTE: jutils is explicitly included here (without a depends in our control # file) because jinput.jar lacks jutils in its own "Class-Path" (bug #626002) +# 2016-04-09: Although #626002 appears to be fixed jutils.jar is still required +# on the CLASSPATH. export CLASSPATH=/usr/share/java/jinput.jar:/usr/share/java/jutils.jar %: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/lwjgl.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

