This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository libnetlib-java.
commit 341657e9f987a9673badfcc4b048b58919847286 Author: Andreas Tille <[email protected]> Date: Thu Jan 28 20:34:37 2016 +0100 There is no point in caring for non-linux native builds --- debian/control | 1 - debian/patches/series | 1 + debian/patches/suppress_native_plugins.patch | 12 ++++++++++++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index acd9df8..2d7cfdc 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,6 @@ Build-Depends: debhelper (>= 9), unzip, f2j, libjlapack-java, - javahelper, default-jdk, javahelper, junit, diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..c049f05 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +suppress_native_plugins.patch diff --git a/debian/patches/suppress_native_plugins.patch b/debian/patches/suppress_native_plugins.patch new file mode 100644 index 0000000..3fb88f0 --- /dev/null +++ b/debian/patches/suppress_native_plugins.patch @@ -0,0 +1,12 @@ +--- a/native_ref/pom.xml ++++ b/native_ref/pom.xml +@@ -15,9 +15,6 @@ + + <modules> + <module>java</module> +- <module>osx-x86_64</module> +- <module>win-i686</module> +- <module>win-x86_64</module> + <!-- cross compiles are built separately on a Linux box... --> + </modules> + -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libnetlib-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

