[Git][java-team/groovycsv][master] 4 commits: Standards-Version updated to 4.6.2
Emmanuel Bourg (@ebourg)
gitlab at salsa.debian.org
Sun Feb 5 22:39:41 GMT 2023
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / groovycsv
Commits:
213c4e9f by Emmanuel Bourg at 2023-02-05T23:16:48+01:00
Standards-Version updated to 4.6.2
- - - - -
9c6bf37a by Emmanuel Bourg at 2023-02-05T23:16:52+01:00
Switch to debhelper level 13
- - - - -
c258c208 by Emmanuel Bourg at 2023-02-05T23:37:17+01:00
Fixed the build failure with Java 17 (Closes: #1012102)
- - - - -
0b05a6e0 by Emmanuel Bourg at 2023-02-05T23:37:36+01:00
Upload to unstable
- - - - -
4 changed files:
- debian/changelog
- debian/control
- + debian/patches/java17-compatibility.patch
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+groovycsv (1.3-3) unstable; urgency=medium
+
+ * Fixed the build failure with Java 17 (Closes: #1012102)
+ * Standards-Version updated to 4.6.2
+ * Switch to debhelper level 13
+
+ -- Emmanuel Bourg <ebourg at apache.org> Sun, 05 Feb 2023 23:37:30 +0100
+
groovycsv (1.3-2) unstable; urgency=medium
* Updated the opencsv groupId in the pom (Closes: #952292)
=====================================
debian/control
=====================================
@@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.or
Uploaders:
Emmanuel Bourg <ebourg at apache.org>,
Build-Depends:
- debhelper-compat (= 12),
+ debhelper-compat (= 13),
default-jdk,
gradle-debian-helper,
libcglib-nodep-java <!nocheck>,
@@ -13,7 +13,7 @@ Build-Depends:
libopencsv-java,
libspock-java <!nocheck>,
maven-repo-helper,
-Standards-Version: 4.5.0
+Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/java-team/groovycsv.git
Vcs-Browser: https://salsa.debian.org/java-team/groovycsv
Homepage: https://github.com/xlson/groovycsv
=====================================
debian/patches/java17-compatibility.patch
=====================================
@@ -0,0 +1,16 @@
+Description: Fixes the build failure with OpenJDK 17
+Author: Emmanuel Bourg <ebourg at apache.org>
+Forwarded: not-needed
+--- a/build.gradle
++++ b/build.gradle
+@@ -42,6 +42,10 @@
+ }
+ }
+
++test {
++ jvmArgs '--add-opens', 'java.base/java.lang=ALL-UNNAMED'
++}
++
+ task groovydocJar(type: Jar, dependsOn: groovydoc) {
+ classifier = 'javadoc'
+ from 'build/docs/groovydoc'
=====================================
debian/patches/series
=====================================
@@ -1,2 +1,3 @@
enable-tests.patch
migrate-to-opencsv-v5.patch
+java17-compatibility.patch
View it on GitLab: https://salsa.debian.org/java-team/groovycsv/-/compare/2cdbf3858575ac2fe5737c73779d991438c447b7...0b05a6e04418422d8055a9254e308cebd02bbdf0
--
View it on GitLab: https://salsa.debian.org/java-team/groovycsv/-/compare/2cdbf3858575ac2fe5737c73779d991438c447b7...0b05a6e04418422d8055a9254e308cebd02bbdf0
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/20230205/4dbf69ba/attachment.htm>
More information about the pkg-java-commits
mailing list