[Git][java-team/javatools][master] jh_build: Fix processing of --no-javadoc and --javacops/-o

Niels Thykier gitlab at salsa.debian.org
Wed Mar 27 19:49:40 GMT 2019



Niels Thykier pushed to branch master at Debian Java Maintainers / javatools


Commits:
af6c36c1 by Niels Thykier at 2019-03-27T19:49:22Z
jh_build: Fix processing of --no-javadoc and --javacops/-o

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -


2 changed files:

- debian/changelog
- jh_build


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+javatools (0.72.7) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * jh_build: Fix processing of --no-javadoc plus correctly
+    interpret --javacopts as javac options rather than javadoc
+    options.  (Closes: #924328)
+
+ -- Niels Thykier <niels at thykier.net>  Mon, 18 Mar 2019 07:28:59 +0000
+
 javatools (0.72.6) unstable; urgency=medium
 
   * Team upload.


=====================================
jh_build
=====================================
@@ -125,10 +125,10 @@ init(options => {
 	'main|m=s' => \$main_class,
 	'java-home|j=s'  => \$JAVA_HOME,
 	'javadoc|J!' => $build_javadoc,
-	'N' => sub { $build_javadoc = 0; },
+	'no-javadoc|N' => sub { $build_javadoc = 0; },
 	'clean' => \$do_clean,
 	# Space-separated list of options
-	'javacopts|o=s' => sub { @javadoc_opts = split(' ', $_[1])},
+	'javacopts|o=s' => sub { @javac_opts = split(' ', $_[1])},
 	'javadoc-opts=s' => sub { @javadoc_opts = split(' ', $_[1])},
 });
 



View it on GitLab: https://salsa.debian.org/java-team/javatools/commit/af6c36c1799b26bd1bc6baf037a8f355916df2bf

-- 
View it on GitLab: https://salsa.debian.org/java-team/javatools/commit/af6c36c1799b26bd1bc6baf037a8f355916df2bf
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/20190327/f3790d76/attachment.html>


More information about the pkg-java-commits mailing list