This is an automated email from the git hooks/post-receive script. pini pushed a commit to branch master in repository sikuli.
commit eb4fce9e90dda6a2c0eed73ad6cd4dad561a1ca5 Author: Gilles Filippini <[email protected]> Date: Thu Oct 31 16:19:13 2013 +0100 New patch preserve-source-utf-8.patch Force utf-8 encoding for 'basics' subproject's java source files. --- debian/patches/preserve-source-utf-8.patch | 18 ++++++++++++++++++ debian/patches/series | 3 ++- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/debian/patches/preserve-source-utf-8.patch b/debian/patches/preserve-source-utf-8.patch new file mode 100644 index 0000000..0660039 --- /dev/null +++ b/debian/patches/preserve-source-utf-8.patch @@ -0,0 +1,18 @@ +Description: Advertise UTF-8 encoding for Basics subproject's source files. + This is supposed to be addressed at the project's properties level with: + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + But it doesn't appear to work with maven-compiler-plugin 2.0.2 currently + in sid. +Author: Gilles Filippini <[email protected]> +Index: sikuli/basics/pom.xml +=================================================================== +--- sikuli.orig/basics/pom.xml 2013-10-19 12:34:23.000000000 +0200 ++++ sikuli/basics/pom.xml 2013-10-19 12:34:23.000000000 +0200 +@@ -118,6 +118,7 @@ + <configuration> + <source>1.6</source> + <target>1.6</target> ++ <encoding>UTF-8</encoding> + </configuration> + </plugin> + </plugins> diff --git a/debian/patches/series b/debian/patches/series index 5d041a9..4b8eed9 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -6,5 +6,6 @@ tess3.patch setTextAndMnemonic.patch printhelp.patch -autotoolize-vision-proxy.patch +autotoolize-vision-proxy parent-pom.patch +preserve-source-utf-8.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/sikuli.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

