This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository naga.
commit f9ca1b802717209878c888a59ec71c10d925b020 Author: Emmanuel Bourg <[email protected]> Date: Thu Mar 22 21:01:10 2018 +0100 Fixed the build failure with Java 9 (Closes: #893379) --- debian/changelog | 7 +++++++ debian/patches/series | 1 + debian/patches/source-encoding.patch | 13 +++++++++++++ 3 files changed, 21 insertions(+) diff --git a/debian/changelog b/debian/changelog index 3936456..a92a9a8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +naga (3.0+svn80-2) UNRELEASED; urgency=medium + + * Team upload. + * Fixed the build failure with Java 9 (Closes: #893379) + + -- Emmanuel Bourg <[email protected]> Thu, 22 Mar 2018 21:00:39 +0100 + naga (3.0+svn80-1) unstable; urgency=low * Import svn revision 80 from Google Code SVN dump. diff --git a/debian/patches/series b/debian/patches/series index f226375..78a9bee 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ dont-increment-build-number.patch +source-encoding.patch diff --git a/debian/patches/source-encoding.patch b/debian/patches/source-encoding.patch new file mode 100644 index 0000000..4290725 --- /dev/null +++ b/debian/patches/source-encoding.patch @@ -0,0 +1,13 @@ +Description: Set the source encoding to fix the build failure with Java 9 +Author: Emmanuel Bourg <[email protected]> +Forwarded: no +--- a/build.xml ++++ b/build.xml +@@ -24,6 +24,7 @@ + <javac srcdir="${main.dir}" + destdir="${build.classes.dir}" + source="1.5" ++ encoding="ISO-8859-1" + optimize="on"/> + </target> + -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/naga.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

