Niels Thykier pushed to branch master at Debian Java Maintainers / javatools
Commits: 02c0457e by Niels Thykier at 2019-04-21T06:28:32Z jh_build: Fix conflicting definition of --no-javadoc Signed-off-by: Niels Thykier <[email protected]> - - - - - 979ae9a5 by Niels Thykier at 2019-04-21T06:48:27Z Release javatools/0.72.9 Signed-off-by: Niels Thykier <[email protected]> - - - - - 2 changed files: - debian/changelog - jh_build Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +javatools (0.72.9) unstable; urgency=medium + + * Team upload. + * jh_build: Fix conflicting definition of --no-javadoc, which + caused it to not work as intended. (Closes: #927676) + + -- Niels Thykier <[email protected]> Sun, 21 Apr 2019 06:43:12 +0000 + javatools (0.72.8) unstable; urgency=medium * Team upload. ===================================== jh_build ===================================== @@ -132,7 +132,7 @@ if (any { $_ eq '-N' } @ARGV) { init(options => { 'main|m=s' => \$main_class, 'java-home|j=s' => \$JAVA_HOME, - 'javadoc|J!' => $build_javadoc, + 'javadoc|J' => $build_javadoc, 'no-javadoc' => sub { $build_javadoc = 0; }, 'clean' => \$do_clean, # Space-separated list of options View it on GitLab: https://salsa.debian.org/java-team/javatools/compare/6f49661fe88f9b0e8985a43d00d72e33c1697881...979ae9a579aa67bd56a002064c09fd24f7550530 -- View it on GitLab: https://salsa.debian.org/java-team/javatools/compare/6f49661fe88f9b0e8985a43d00d72e33c1697881...979ae9a579aa67bd56a002064c09fd24f7550530 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

