[yydebug] 04/09: set 1.8 for Java version

Hideki Yamane henrich at moszumanska.debian.org
Sun Oct 15 01:03:15 UTC 2017


This is an automated email from the git hooks/post-receive script.

henrich pushed a commit to branch master
in repository yydebug.

commit 0734104ea899fc6831fd8315c281b382838e88ef
Author: Hideki Yamane <henrich at debian.org>
Date:   Sun Oct 15 09:54:13 2017 +0900

    set 1.8 for Java version
---
 .../avoid_incompatible-java-bytecode-format_with_openjdk7.patch  | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/debian/patches/avoid_incompatible-java-bytecode-format_with_openjdk7.patch b/debian/patches/avoid_incompatible-java-bytecode-format_with_openjdk7.patch
index 83bb2d2..fa3229e 100644
--- a/debian/patches/avoid_incompatible-java-bytecode-format_with_openjdk7.patch
+++ b/debian/patches/avoid_incompatible-java-bytecode-format_with_openjdk7.patch
@@ -1,11 +1,14 @@
-Description: specifying version1.6 for backward compatibility
+Description: specifying version1.8 for backward compatibility
 Author: Hideki Yamane <henrich at debian.org>
 
+originally, it was specified as 1.6, however, time has gone, we have
+OpenJDK8 and would have JDK9
+
 ---
 Origin: vendor
 Bug-Ubuntu: https://launchpad.net/bugs/1049663
 Forwarded: not-needed
-Last-Update: 2012-12-15
+Last-Update: 2017-10-15
 
 --- yydebug-1.1.0.orig/jay/yydebug/makefile
 +++ yydebug-1.1.0/jay/yydebug/makefile
@@ -14,7 +17,7 @@ Last-Update: 2012-12-15
  
  JAR = jar
 -JAVAC = javac -classpath ../..
-+JAVAC = javac -classpath ../.. -source 1.6 -target 1.6
++JAVAC = javac -classpath ../.. -source 1.8 -target 1.8
  
  d	= jay/yydebug
  go	= yyDebug.class yyDebugAdapter.class yyAnim.class \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/yydebug.git



More information about the pkg-java-commits mailing list