Codebase list lwjgl / 3bef758
Revert "Do no longer export jutils.jar because #626002 has been fixed already." This reverts commit d5aca185700683d1a42b1b17c49f965b8d318aec. Markus Koschany 8 years ago
1 changed file(s) with 3 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
88 export JAVA_HOME=/usr/lib/jvm/default-java
99 export PATH:=$(JAVA_HOME)/bin:$(PATH)
1010
11 export CLASSPATH=/usr/share/java/jinput.jar
11 # NOTE: jutils is explicitly included here (without a depends in our control
12 # file) because jinput.jar lacks jutils in its own "Class-Path" (bug #626002)
13 export CLASSPATH=/usr/share/java/jinput.jar:/usr/share/java/jutils.jar
1214
1315 %:
1416 dh $@ --parallel --with javahelper