[med-svn] [Git][med-team/biojava-live][master] Set release to 8 since CORBA classes are removed in Java 11, and no replacement available in Debian

Andreas Tille gitlab at salsa.debian.org
Sat Nov 3 06:48:35 GMT 2018


Andreas Tille pushed to branch master at Debian Med / biojava-live


Commits:
9656d1e9 by Andreas Tille at 2018-11-03T06:48:16Z
Set release to 8 since CORBA classes are removed in Java 11, and no replacement available in Debian

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/java8_instead_of_11.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -4,6 +4,8 @@ biojava-live (1:1.7.1-8) UNRELEASED; urgency=medium
   * Standards-Version: 4.2.1
   * Remove trailing whitespace in debian/changelog
   * Remove trailing whitespace in debian/rules
+  * Set release to 8 since CORBA classes are removed in Java 11, and no
+    replacement available in Debian
 
  -- Andreas Tille <tille at debian.org>  Thu, 01 Nov 2018 07:10:52 +0100
 


=====================================
debian/patches/java8_instead_of_11.patch
=====================================
@@ -0,0 +1,27 @@
+Description: CORBA classes are removed in Java 11, and no replacement available in Debian
+ Emmanuel Bourg recommended to set release=8
+Bug-Debian: https://bugs.debian.org/912643
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Sat, 03 Nov 2018 07:47:15 +0100
+
+--- a/build.xml
++++ b/build.xml
+@@ -110,8 +110,8 @@
+ 		<property name="javac.depend"      value="false" />
+ 		<property name="javac.debug"       value="true" />
+ 		<property name="javac.deprecation" value="false" />
+-		<property name="javac.source"      value="1.5" />
+-		<property name="javac.target"      value="1.5" />
++		<property name="javac.source"      value="1.8" />
++		<property name="javac.target"      value="1.8" />
+ 
+ 		<!-- Javadoc properties -->
+ 		<property name="build.dest.docs"     value="${build.dir}/docs" />
+@@ -243,6 +243,7 @@
+       deprecation="${javac.deprecation}"
+       source="${javac.source}"
+       target="${javac.target}"
++      release="8"
+       debug="${javac.debug}">
+ 			<classpath>
+ 				<pathelement path="${classpath}" />


=====================================
debian/patches/series
=====================================
@@ -1,2 +1,3 @@
 buildxml.patch
 reproducible.patch
+java8_instead_of_11.patch



View it on GitLab: https://salsa.debian.org/med-team/biojava-live/commit/9656d1e9a226bf313d7078324a275ff629918f38

-- 
View it on GitLab: https://salsa.debian.org/med-team/biojava-live/commit/9656d1e9a226bf313d7078324a275ff629918f38
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/debian-med-commit/attachments/20181103/fb071d3d/attachment-0001.html>


More information about the debian-med-commit mailing list