Tony Mancill pushed to branch buster at Debian Java Maintainers / maven-javadoc-plugin
Commits: 59aebd9b by tony mancill at 2019-02-18T17:09:50Z add DEP3 headers to default-detectJavaApiLink-to-false.patch Debian #919798 - - - - - 262c35cd by tony mancill at 2019-02-18T17:30:15Z update changelog for upload to unstable - - - - - 2 changed files: - debian/changelog - debian/patches/default-detectJavaApiLink-to-false.patch Changes: ===================================== debian/changelog ===================================== @@ -1,7 +1,12 @@ -maven-javadoc-plugin (3.0.1-3) UNRELEASED; urgency=medium +maven-javadoc-plugin (3.0.1-3) unstable; urgency=medium * Team upload. - * Add default-detectJavaApiLink-to-false.patch + * Add default-detectJavaApiLink-to-false.patch (Closes: #919798) + This addresses FTBFS bugs for multiple javadoc packages that + build-depend on maven. Also see: + - https://github.com/oracle/opengrok/issues/2629 + - https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=919831 + Thank you to Markus Koschany for identifying a work-around. -- tony mancill <[email protected]> Sun, 17 Feb 2019 10:36:03 -0800 ===================================== debian/patches/default-detectJavaApiLink-to-false.patch ===================================== @@ -1,3 +1,9 @@ +Description: set detectJavaApiLink default value to false +Author: tony mancill <[email protected]> +Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=919798 +Comment: Also see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=919831 +Forwarded: not-needed + --- a/src/main/java/org/apache/maven/plugins/javadoc/AbstractJavadocMojo.java +++ b/src/main/java/org/apache/maven/plugins/javadoc/AbstractJavadocMojo.java @@ -587,7 +587,7 @@ @@ -5,7 +11,7 @@ * See * <a href="./apidocs/org/apache/maven/plugin/javadoc/AbstractJavadocMojo.html#DEFAULT_JAVA_API_LINKS">Javadoc</a> - * for the default values. -+ * for the default values. For Debian, the default value is <code>false</code>. Also see <a href="https://bugs.debian.org/919831">Debian bug 919831</a>. ++ * for the default values. For Debian, the default value is <code>false</code>. See <a href="https://bugs.debian.org/919798">Debian bug 919798</a>. * <br/> * * @see #links View it on GitLab: https://salsa.debian.org/java-team/maven-javadoc-plugin/compare/721adc5109aa01124fde6a02150a57f74cf8d72d...262c35cdff840dbdbf4d45fb4990506c9a6adf9b -- View it on GitLab: https://salsa.debian.org/java-team/maven-javadoc-plugin/compare/721adc5109aa01124fde6a02150a57f74cf8d72d...262c35cdff840dbdbf4d45fb4990506c9a6adf9b 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

