Emmanuel Bourg pushed to branch master at Debian Java Maintainers / javatools
Commits: 8d622dc3 by Emmanuel Bourg at 2021-02-04T12:05:59+01:00 Switch to debhelper level 13 - - - - - cf8a5a26 by Emmanuel Bourg at 2021-02-04T12:10:00+01:00 Disable doclint to fix the build failures with OpenJDK 17 - - - - - 8ca2da3d by Emmanuel Bourg at 2021-02-04T12:17:56+01:00 Upload to unstable - - - - - 3 changed files: - debian/changelog - debian/control - jh_build Changes: ===================================== debian/changelog ===================================== @@ -1,9 +1,14 @@ -javatools (0.78) UNRELEASED; urgency=medium +javatools (0.78) unstable; urgency=medium + [ tony mancill ] * Address jh_build manpage formatting (Closes: #976182) * Bump Standards-Version to 4.5.1 - -- tony mancill <[email protected]> Tue, 15 Dec 2020 20:17:04 -0800 + [ Emmanuel Bourg ] + * Disable doclint to fix the build failures with OpenJDK 17 + * Switch to debhelper level 13 + + -- Emmanuel Bourg <[email protected]> Thu, 04 Feb 2021 12:10:05 +0100 javatools (0.77) unstable; urgency=medium ===================================== debian/control ===================================== @@ -38,7 +38,7 @@ Architecture: all Depends: bsdextrautils | bsdmainutils, dctrl-tools, - debhelper (>= 10), + debhelper-compat (= 13), devscripts, dpkg-dev, libarchive-zip-perl (>= 1.30-6~), ===================================== jh_build ===================================== @@ -189,6 +189,7 @@ if (not _has_java_option(\@javadoc_opts, '--release')) { } _default_java_option(\@javadoc_opts, '-notimestamp'); +_default_java_option(\@javadoc_opts, '-Xdoclint:none'); sub do_build { View it on GitLab: https://salsa.debian.org/java-team/javatools/-/compare/6542c9da198b191e7863761bc33ed21021a6b907...8ca2da3d4a46e4aa3d986e8f6afbce53cc7dc9ef -- View it on GitLab: https://salsa.debian.org/java-team/javatools/-/compare/6542c9da198b191e7863761bc33ed21021a6b907...8ca2da3d4a46e4aa3d986e8f6afbce53cc7dc9ef 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

