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

