This is an automated email from the git hooks/post-receive script. pini pushed a commit to branch master in repository sikuli.
commit 5185d7c85a4c53917de000a8573ec9e34729713b Author: Gilles Filippini <[email protected]> Date: Thu Oct 31 16:20:55 2013 +0100 New patch basics-exclude-windows-mac.patch Exclude Windows and Mac specific source files. --- debian/patches/basics-exclude-windows-mac.patch | 21 +++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 22 insertions(+) diff --git a/debian/patches/basics-exclude-windows-mac.patch b/debian/patches/basics-exclude-windows-mac.patch new file mode 100644 index 0000000..0a5d7a1 --- /dev/null +++ b/debian/patches/basics-exclude-windows-mac.patch @@ -0,0 +1,21 @@ +Description: Exclude Windows and Mac specific source file from the build. + WindowsHotkeyManager.java fails to compile on Linux because it relies + on Windows specific library com.melloware.jintellitype. +Author: Gilles Filippini <pini@debian> +Index: sikuli/basics/pom.xml +=================================================================== +--- sikuli.orig/basics/pom.xml 2013-10-19 01:53:08.000000000 +0200 ++++ sikuli/basics/pom.xml 2013-10-19 01:53:39.000000000 +0200 +@@ -119,6 +119,12 @@ + <source>1.6</source> + <target>1.6</target> + <encoding>UTF-8</encoding> ++ <excludes> ++ <exclude>**/basics/WindowsHotkeyManager.java</exclude> ++ <exclude>**/basics/WinUtil.java</exclude> ++ <exclude>**/basics/MacHotkeyManager.java</exclude> ++ <exclude>**/basics/MacUtil.java</exclude> ++ </excludes> + </configuration> + </plugin> + </plugins> diff --git a/debian/patches/series b/debian/patches/series index 4b8eed9..5bced95 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -9,3 +9,4 @@ printhelp.patch autotoolize-vision-proxy parent-pom.patch preserve-source-utf-8.patch +basics-exclude-windows-mac.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

