[Git][java-team/javatools][master] 2 commits: jh_build: Fix conflicting definition of --no-javadoc
Niels Thykier
gitlab at salsa.debian.org
Sun Apr 21 07:50:23 BST 2019
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 <niels at thykier.net>
- - - - -
979ae9a5 by Niels Thykier at 2019-04-21T06:48:27Z
Release javatools/0.72.9
Signed-off-by: Niels Thykier <niels at thykier.net>
- - - - -
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 <niels at thykier.net> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20190421/e9316689/attachment.html>
More information about the pkg-java-commits
mailing list