This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-ant-helper.
commit 71d9d19702a9830dc3a957e38f84e944b9c2cafe Author: Emmanuel Bourg <[email protected]> Date: Sat Mar 17 23:10:11 2018 +0100 Fixed the build failure with Java 9 (Closes: #893299) --- debian/build.xml | 1 + debian/changelog | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/build.xml b/debian/build.xml index c172af2..0a0ab78 100644 --- a/debian/build.xml +++ b/debian/build.xml @@ -47,6 +47,7 @@ classpath="${classpath.compile}" nowarn="true" source="1.4" target="1.4" + encoding="ISO-8859-1" debug="on"> <src path="${build.sourceDirectory}"/> </javac> diff --git a/debian/changelog b/debian/changelog index 2990c1f..5fa11fe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ maven-ant-helper (8.3) UNRELEASED; urgency=medium * Team upload. + * Fixed the build failure with Java 9 (Closes: #893299) * Removed Damien Raude-Morvan from the uploaders (Closes: #889395) * Standards-Version updated to 4.1.3 * Switch to debhelper level 11 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-ant-helper.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

