[Git][java-team/lz4-java][master] 4 commits: Fixed the build failure with OpenJDK 17 (Closes: #981852)

Emmanuel Bourg gitlab at salsa.debian.org
Mon Feb 8 21:00:29 GMT 2021



Emmanuel Bourg pushed to branch master at Debian Java Maintainers / lz4-java


Commits:
94f7c89d by Emmanuel Bourg at 2021-02-08T11:42:00+01:00
Fixed the build failure with OpenJDK 17 (Closes: #981852)

- - - - -
51d63d11 by Emmanuel Bourg at 2021-02-08T11:42:06+01:00
Standards-Version updated to 4.5.1

- - - - -
f86841db by Emmanuel Bourg at 2021-02-08T11:42:09+01:00
Switch to debhelper level 13

- - - - -
2dcd312b by Emmanuel Bourg at 2021-02-08T22:00:11+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,12 @@
+lz4-java (1.5.1-3) unstable; urgency=medium
+
+  * Team upload.
+  * Fixed the build failure with OpenJDK 17 (Closes: #981852)
+  * Standards-Version updated to 4.5.1
+  * Switch to debhelper level 13
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Mon, 08 Feb 2021 22:00:04 +0100
+
 lz4-java (1.5.1-2) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/control
=====================================
@@ -8,17 +8,18 @@ Build-Depends:
  ant-contrib-cpptasks (>= 1.0~b5-5~),
  ant-optional,
  bnd,
- debhelper-compat (= 12),
+ debhelper-compat (= 13),
  default-jdk,
  ivy-debian-helper,
  junit4,
  libcarrotsearch-randomizedtesting-java (>= 2.1.17-4~),
  liblz4-dev,
  libmvel-java,
+ librhino-java (>= 1.7.7.2-3~),
  libxxhash-dev,
  lz4,
  maven-repo-helper,
-Standards-Version: 4.4.0
+Standards-Version: 4.5.1
 Vcs-Browser: https://salsa.debian.org/java-team/lz4-java
 Vcs-Git: https://salsa.debian.org/java-team/lz4-java.git
 Homepage: https://github.com/lz4/lz4-java


=====================================
debian/patches/java17-compatibility.patch
=====================================
@@ -0,0 +1,11 @@
+--- a/build.xml
++++ b/build.xml
+@@ -335,7 +335,7 @@
+     <taskdef resource="aQute/bnd/ant/taskdef.properties" classpathref="bnd.classpath"/>
+     <property name="packages.version" value="${ivy.revision}"/>
+     <!-- We need to remove potential -SNAPSHOT qualifiers as package versions... -->
+-    <script language="javascript">
++    <script language="javascript" classpath="/usr/share/java/rhino.jar">
+             <![CDATA[
+                 // lz4 is the ant project name
+                 version = lz4.getProperty("packages.version");


=====================================
debian/patches/series
=====================================
@@ -3,3 +3,4 @@ ivyversioncorrection.patch
 mvel-broken-includes-workaround.patch
 unbundle-native-library.patch
 java8-compatibility.patch
+java17-compatibility.patch



View it on GitLab: https://salsa.debian.org/java-team/lz4-java/-/compare/49d693661c2d326af49a154cd2bded92c63c907f...2dcd312bf3c849c9c9d26a392cb83c6918bca0fa

-- 
View it on GitLab: https://salsa.debian.org/java-team/lz4-java/-/compare/49d693661c2d326af49a154cd2bded92c63c907f...2dcd312bf3c849c9c9d26a392cb83c6918bca0fa
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/20210208/22aed12c/attachment.html>


More information about the pkg-java-commits mailing list