[Git][java-team/ant][master] Disable doclint only with the default doclet (Closes: #986518)
Emmanuel Bourg
gitlab at salsa.debian.org
Sat Apr 17 15:03:04 BST 2021
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / ant
Commits:
2bb010ec by Emmanuel Bourg at 2021-04-17T15:55:56+02:00
Disable doclint only with the default doclet (Closes: #986518)
- - - - -
2 changed files:
- debian/changelog
- debian/patches/0018-disable-doclint.patch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+ant (1.10.9-4) unstable; urgency=medium
+
+ * Disable doclint only with the default doclet (Closes: #986518)
+
+ -- Emmanuel Bourg <ebourg at apache.org> Sat, 17 Apr 2021 15:55:11 +0200
+
ant (1.10.9-3) unstable; urgency=medium
* Disable doclint by default when building a Debian package (Closes: #981927)
=====================================
debian/patches/0018-disable-doclint.patch
=====================================
@@ -7,7 +7,7 @@ Forwarded: not-needed
log("Debian build on Java 9+ detected: Adding the --ignore-source-errors option");
}
-+ if (LanguageLevel.isDebianBuild() && JavaEnvUtils.isAtLeastJavaVersion("9")) {
++ if (doclet == null && LanguageLevel.isDebianBuild() && JavaEnvUtils.isAtLeastJavaVersion("9")) {
+ toExecute.createArgument().setValue("-Xdoclint:none");
+ log("Debian build on Java 9+ detected: Adding the -Xdoclint:none option");
+ }
View it on GitLab: https://salsa.debian.org/java-team/ant/-/commit/2bb010ec62b3f93a093fad405db13fa60c9aee22
--
View it on GitLab: https://salsa.debian.org/java-team/ant/-/commit/2bb010ec62b3f93a093fad405db13fa60c9aee22
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/20210417/319d503c/attachment.htm>
More information about the pkg-java-commits
mailing list