Codebase list java3d / 618d74b
No longer build the applet to fix the build failure with Java 11 (Closes: #912468) Emmanuel Bourg 5 years ago
2 changed file(s) with 3 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
00 java3d (1.5.2+dfsg-16) UNRELEASED; urgency=medium
11
2 * No longer build the applet to fix the build failure with Java 11
3 (Closes: #912468)
24 * Standards-Version updated to 4.2.1
35
46 -- Emmanuel Bourg <ebourg@apache.org> Sun, 04 Nov 2018 21:52:52 +0100
99 dh $@ --buildsystem=ant --with javahelper
1010
1111 override_dh_auto_build:
12 dh_auto_build -- -f j3d-core/build.xml -Dbuild.type=fcs -DjavahBuild.notRequired=true echo jar docs
12 dh_auto_build -- -f j3d-core/build.xml -Dbuild.type=fcs -DjavahBuild.notRequired=true -Djavac.excludes='**/applet/*' echo jar docs
1313
1414 override_dh_auto_clean:
1515 dh_auto_build -- -f j3d-core/build.xml clean