Commit 9656d1e9 authored by Andreas Tille's avatar Andreas Tille
Browse files

Set release to 8 since CORBA classes are removed in Java 11, and no replacement available in Debian

parent ef131f7d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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@debian.org>  Thu, 01 Nov 2018 07:10:52 +0100

+27 −0
Original line number Diff line number Diff line
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@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}" />
+1 −0
Original line number Diff line number Diff line
buildxml.patch
reproducible.patch
java8_instead_of_11.patch