Emmanuel Bourg pushed to branch master at Debian Med / mauve-aligner


Commits:
0698f540 by Emmanuel Bourg at 2021-04-17T21:49:36+02:00
Fixed the build failure with OpenJDK 17 (Closes: #982005)

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/java17-compatibility.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+mauve-aligner (2.4.0+4736-4) unstable; urgency=medium
+
+  * Team upload.
+  * Fixed the build failure with OpenJDK 17 (Closes: #982005)
+
+ -- Emmanuel Bourg <ebo...@apache.org>  Sat, 17 Apr 2021 21:49:20 +0200
+
 mauve-aligner (2.4.0+4736-3) unstable; urgency=medium
 
   [ Michael R. Crusoe ]


=====================================
debian/patches/java17-compatibility.patch
=====================================
@@ -0,0 +1,14 @@
+Description: Fixes the compatibility with OpenJDK 17 (rmic is no longer 
available)
+Author: Emmanuel Bourg <ebo...@apache.org>
+Forwarded: no
+--- a/build.xml
++++ b/build.xml
+@@ -102,7 +102,7 @@
+               <rmic base="${build}" 
classname="org.gel.mauve.remote.RemoteControlImpl" />
+       </target>
+       
+-      <target name="jar" depends="rmic">
++      <target name="jar" depends="compile">
+               
+           <!-- Put everything in ${build} into the Mauve.jar file -->
+               <delete file="Mauve.jar"/>


=====================================
debian/patches/series
=====================================
@@ -3,3 +3,4 @@ debian_classes.patch
 use_JConsole_of_zeus-jscl_properly.patch
 do_not_use_goose_jar.patch
 no_ext_dir_at_all.patch
+java17-compatibility.patch



View it on GitLab: 
https://salsa.debian.org/med-team/mauve-aligner/-/commit/0698f54062f9113494e21fb0cfc6219dd4969f6f

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/mauve-aligner/-/commit/0698f54062f9113494e21fb0cfc6219dd4969f6f
You're receiving this email because of your account on salsa.debian.org.


_______________________________________________
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to