Skip to content
Snippets Groups Projects
Commit 618d74bd authored by Emmanuel Bourg's avatar Emmanuel Bourg
Browse files

No longer build the applet to fix the build failure with Java 11 (Closes: #912468)

parent 788c2d2a
No related branches found
No related tags found
No related merge requests found
java3d (1.5.2+dfsg-16) UNRELEASED; urgency=medium
* No longer build the applet to fix the build failure with Java 11
(Closes: #912468)
* Standards-Version updated to 4.2.1
-- Emmanuel Bourg <ebourg@apache.org> Sun, 04 Nov 2018 21:52:52 +0100
......
......@@ -10,7 +10,7 @@ export CLASSPATH=/usr/share/java/vecmath.jar
dh $@ --buildsystem=ant --with javahelper
override_dh_auto_build:
dh_auto_build -- -f j3d-core/build.xml -Dbuild.type=fcs -DjavahBuild.notRequired=true echo jar docs
dh_auto_build -- -f j3d-core/build.xml -Dbuild.type=fcs -DjavahBuild.notRequired=true -Djavac.excludes='**/applet/*' echo jar docs
override_dh_auto_clean:
dh_auto_build -- -f j3d-core/build.xml clean
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment