[Git][java-team/proguard][master] 2 commits: Restored the compatibility with Java 8
Emmanuel Bourg
gitlab at salsa.debian.org
Sun Jul 7 20:56:54 BST 2019
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 <ebourg at apache.org> 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 <ebourg at apache.org>
+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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20190707/0f8f08fe/attachment.html>
More information about the pkg-java-commits
mailing list