Emmanuel Bourg pushed to branch master at Debian Java Maintainers / java3d
Commits: 788c2d2a by Emmanuel Bourg at 2018-11-04T20:52:55Z Standards-Version updated to 4.2.1 - - - - - 618d74bd by Emmanuel Bourg at 2018-11-04T21:42:31Z No longer build the applet to fix the build failure with Java 11 (Closes: #912468) - - - - - 195610e7 by Emmanuel Bourg at 2018-11-04T21:42:53Z Upload to unstable - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +java3d (1.5.2+dfsg-16) unstable; 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 <[email protected]> Sun, 04 Nov 2018 22:42:37 +0100 + java3d (1.5.2+dfsg-15) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -16,7 +16,7 @@ Build-Depends: libxext-dev, libxt-dev, mesa-common-dev -Standards-Version: 4.1.4 +Standards-Version: 4.2.1 Vcs-Git: https://salsa.debian.org/java-team/java3d.git Vcs-Browser: https://salsa.debian.org/java-team/java3d Homepage: http://java3d.java.net ===================================== debian/rules ===================================== @@ -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 View it on GitLab: https://salsa.debian.org/java-team/java3d/compare/0209e31fe0f076405df5d4b71eb08f8bca69af1f...195610e7d5afae80519220878638c18c99b5e439 -- View it on GitLab: https://salsa.debian.org/java-team/java3d/compare/0209e31fe0f076405df5d4b71eb08f8bca69af1f...195610e7d5afae80519220878638c18c99b5e439 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

