This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository lwjgl.
commit 3bef7582dbbed8fc5cecd9877f303e6ec7b4e7d8 Author: Markus Koschany <[email protected]> Date: Sat Apr 9 21:13:22 2016 +0200 Revert "Do no longer export jutils.jar because #626002 has been fixed already." This reverts commit d5aca185700683d1a42b1b17c49f965b8d318aec. --- debian/rules | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index fc8528a..4c9fc13 100755 --- a/debian/rules +++ b/debian/rules @@ -9,7 +9,9 @@ TARDFSG := ../$(NAME)_$(VERSION)+dfsg.orig.tar.gz export JAVA_HOME=/usr/lib/jvm/default-java export PATH:=$(JAVA_HOME)/bin:$(PATH) -export CLASSPATH=/usr/share/java/jinput.jar +# 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) +export CLASSPATH=/usr/share/java/jinput.jar:/usr/share/java/jutils.jar %: dh $@ --parallel --with javahelper -- 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

