[Git][java-team/jboss-logging][master] 3 commits: Declare compliance with Debian Policy 4.6.1.
Markus Koschany (@apo)
gitlab at salsa.debian.org
Tue Aug 23 12:47:45 BST 2022
Markus Koschany pushed to branch master at Debian Java Maintainers / jboss-logging
Commits:
66b92b00 by Markus Koschany at 2022-08-23T13:31:58+02:00
Declare compliance with Debian Policy 4.6.1.
- - - - -
9e7febb1 by Markus Koschany at 2022-08-23T13:34:47+02:00
Fix FTBFS with Java 17.
- - - - -
2f114bc1 by Markus Koschany at 2022-08-23T13:43:37+02:00
Update changelog
- - - - -
4 changed files:
- debian/changelog
- debian/control
- + debian/patches/java17.patch
- + debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+jboss-logging (3.5.0-2) unstable; urgency=medium
+
+ * Declare compliance with Debian Policy 4.6.1.
+ * Fix FTBFS with Java 17. (Closes: #1012082)
+
+ -- Markus Koschany <apo at debian.org> Tue, 23 Aug 2022 13:42:25 +0200
+
jboss-logging (3.5.0-1) unstable; urgency=medium
* New upstream version 3.5.0.
=====================================
debian/control
=====================================
@@ -15,7 +15,7 @@ Build-Depends:
libmaven-bundle-plugin-java,
libmaven-javadoc-plugin-java,
maven-debian-helper (>= 1.5)
-Standards-Version: 4.6.0
+Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/java-team/jboss-logging.git
Vcs-Browser: https://salsa.debian.org/java-team/jboss-logging
Homepage: http://www.jboss.org
=====================================
debian/patches/java17.patch
=====================================
@@ -0,0 +1,22 @@
+From: Markus Koschany <apo at debian.org>
+Date: Tue, 23 Aug 2022 13:34:36 +0200
+Subject: java17
+
+Bug-Debian: https://bugs.debian.org/1012082
+Forwarded: no
+---
+ pom.xml | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/pom.xml b/pom.xml
+index 4472924..0a198df 100644
+--- a/pom.xml
++++ b/pom.xml
+@@ -310,7 +310,6 @@
+ <plugin>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <configuration>
+- <additionalJOption>--no-module-directories</additionalJOption>
+ <doclint>none</doclint>
+ <!-- Get around issues with module errors when producing JavaDocs for releases. The generated JavaDoc
+ is still generated with the Java 9+ style.
=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+java17.patch
View it on GitLab: https://salsa.debian.org/java-team/jboss-logging/-/compare/cd03e7e6674432a0d9a68dd676caddecbb39a71b...2f114bc17755a11425fb27eb10c7d178015d9a2f
--
View it on GitLab: https://salsa.debian.org/java-team/jboss-logging/-/compare/cd03e7e6674432a0d9a68dd676caddecbb39a71b...2f114bc17755a11425fb27eb10c7d178015d9a2f
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/20220823/830251a7/attachment.htm>
More information about the pkg-java-commits
mailing list