Emmanuel Bourg pushed to branch master at Debian Java Maintainers / proguard
Commits: abb7e7ef by Emmanuel Bourg at 2019-07-07T19:54:30Z Restored the compatibility with Java 8 - - - - - de272916 by Emmanuel Bourg at 2019-07-07T19:54:59Z Upload to unstable - - - - - 3 changed files: - debian/changelog - + debian/patches/04-java8-compatibility.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +proguard (6.0.3-2) unstable; urgency=medium + + * Team upload. + * Restored the compatibility with Java 8 + + -- Emmanuel Bourg <[email protected]> Sun, 07 Jul 2019 21:54:52 +0200 + proguard (6.0.3-1) unstable; urgency=medium * Team upload. ===================================== debian/patches/04-java8-compatibility.patch ===================================== @@ -0,0 +1,14 @@ +Description: Preserves the backward compatibility with Java 8 +Author: Emmanuel Bourg <[email protected]> +Forwarded: not-needed +--- a/buildscripts/functions.sh ++++ b/buildscripts/functions.sh +@@ -17,7 +17,7 @@ + # Compile java source files. + echo "Compiling $(basename $PWD) ($1)..." + mkdir -p "$OUT" && \ +- javac -nowarn -Xlint:none -sourcepath "$SRC" -d "$OUT" \ ++ javac -nowarn -Xlint:none --release 8 -sourcepath "$SRC" -d "$OUT" \ + "$SRC"/${1//.//}.java 2>&1 \ + | sed -e 's|^| |' || return 1 + ===================================== debian/patches/series ===================================== @@ -1,3 +1,4 @@ 01-fix-usage.patch 02-build-classpath.patch 03-disable-wtk-plugin.patch +04-java8-compatibility.patch View it on GitLab: https://salsa.debian.org/java-team/proguard/compare/a570b9400a177af99dab2a20d4ab01843ccd0366...de27291618e8eee6606bb9479ecb5d8db6badc34 -- View it on GitLab: https://salsa.debian.org/java-team/proguard/compare/a570b9400a177af99dab2a20d4ab01843ccd0366...de27291618e8eee6606bb9479ecb5d8db6badc34 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

