Bug#893197: jfractionlab FTBFS with openjdk-9

2018-03-30 Thread Emmanuel Bourg
Control: tags -1 + patch This is easily fixed by modifying the javac arguments in debian/rules: --- a/debian/rules +++ b/debian/rules @@ -13,7 +13,7 @@ build-arch: build-stamp build-indep: build-stamp -JAVA_ARGS=-source 1.5 -target 1.5 +JAVA_ARGS=-source 1.8 -target 1.8 -encoding ISO-8859-1

Bug#893197: jfractionlab FTBFS with openjdk-9

2018-03-17 Thread Adrian Bunk
Source: jfractionlab Version: 0.91-3 Severity: serious Tags: buster sid https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/jfractionlab.html ... #compile java sources find src/jfractionlab -name *.java -and -type f -print0 | xargs -0 /usr/bin/javac -client -source 1.5 -target 1.5