Author: tille Date: 2014-04-18 22:46:49 +0000 (Fri, 18 Apr 2014) New Revision: 16731
Modified: trunk/packages/tcode/trunk/debian/rules Log: THe hint from https://lists.debian.org/debian-java/2014/04/msg00117.html does not work unfortunately Modified: trunk/packages/tcode/trunk/debian/rules =================================================================== --- trunk/packages/tcode/trunk/debian/rules 2014-04-18 22:44:42 UTC (rev 16730) +++ trunk/packages/tcode/trunk/debian/rules 2014-04-18 22:46:49 UTC (rev 16731) @@ -3,6 +3,11 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +#The following prevents +# W: tcode: incompatible-java-bytecode-format Java7 version (Class format: 51) +#See https://lists.debian.org/debian-java/2014/04/msg00117.html +export JAVA_HOME=/usr/lib/jvm/default-java + %: dh $@ _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
