[Git][java-team/maven-javadoc-plugin][master] 4 commits: Standards-Version updated to 4.5.1

Emmanuel Bourg gitlab at salsa.debian.org
Wed Feb 3 15:07:44 GMT 2021



Emmanuel Bourg pushed to branch master at Debian Java Maintainers / maven-javadoc-plugin


Commits:
b8adfe75 by Emmanuel Bourg at 2021-02-03T14:04:56+01:00
Standards-Version updated to 4.5.1

- - - - -
8fb451b8 by Emmanuel Bourg at 2021-02-03T14:05:03+01:00
Switch to debhelper level 13

- - - - -
7112486a by Emmanuel Bourg at 2021-02-03T14:09:48+01:00
Disable doclint by default to fix the build failures with OpenJDK 17

- - - - -
95f5eeeb by Emmanuel Bourg at 2021-02-03T14:10:09+01:00
Upload to unstable

- - - - -


5 changed files:

- debian/changelog
- − debian/compat
- debian/control
- + debian/patches/disable-doclint.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+maven-javadoc-plugin (3.0.1-4) unstable; urgency=medium
+
+  * Team upload.
+  * Disable doclint by default to fix the build failures with OpenJDK 17
+  * Standards-Version updated to 4.5.1
+  * Switch to debhelper level 13
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Wed, 03 Feb 2021 14:10:04 +0100
+
 maven-javadoc-plugin (3.0.1-3) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-11


=====================================
debian/control
=====================================
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Ludovic Claude <ludovic.claude at laposte.net>
 Build-Depends:
- debhelper (>= 11),
+ debhelper-compat (= 13),
  default-jdk,
  libcommons-lang3-java,
  libdoxia-java,
@@ -24,7 +24,7 @@ Build-Depends:
  libplexus-languages-java,
  libqdox2-java,
  maven-debian-helper (>> 0.4)
-Standards-Version: 4.2.1
+Standards-Version: 4.5.1
 Vcs-Git: https://salsa.debian.org/java-team/maven-javadoc-plugin.git
 Vcs-Browser: https://salsa.debian.org/java-team/maven-javadoc-plugin
 Homepage: https://maven.apache.org/plugins/maven-javadoc-plugin/


=====================================
debian/patches/disable-doclint.patch
=====================================
@@ -0,0 +1,14 @@
+Description: Disable doclint by default
+Author: Emmanuel Bourg <ebourg at apache.org>
+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
+@@ -984,7 +984,7 @@
+      *
+      * @since 3.0.0
+      */
+-    @Parameter( property = "doclint" )
++    @Parameter( property = "doclint", defaultValue = "none" )
+     private String doclint;
+ 
+     /**


=====================================
debian/patches/series
=====================================
@@ -5,3 +5,4 @@ plexus-component-metadata-plugin-version.patch
 ignore-source-errors.patch
 plexus-utils.patch
 default-detectJavaApiLink-to-false.patch
+disable-doclint.patch



View it on GitLab: https://salsa.debian.org/java-team/maven-javadoc-plugin/-/compare/262c35cdff840dbdbf4d45fb4990506c9a6adf9b...95f5eeeb04f533db1eb85b375cd16b38cc0b60a0

-- 
View it on GitLab: https://salsa.debian.org/java-team/maven-javadoc-plugin/-/compare/262c35cdff840dbdbf4d45fb4990506c9a6adf9b...95f5eeeb04f533db1eb85b375cd16b38cc0b60a0
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/20210203/aa0efaad/attachment.html>


More information about the pkg-java-commits mailing list