This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository lwjgl.
commit a46784d75f0f4b2a58eb4975b21dc0f1ffc57210 Author: Markus Koschany <[email protected]> Date: Sat Apr 9 19:29:37 2016 +0200 Add build-failure.patch --- debian/patches/build-failure.patch | 21 +++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 22 insertions(+) diff --git a/debian/patches/build-failure.patch b/debian/patches/build-failure.patch new file mode 100644 index 0000000..390379d --- /dev/null +++ b/debian/patches/build-failure.patch @@ -0,0 +1,21 @@ +From: Markus Koschany <[email protected]> +Date: Sat, 9 Apr 2016 19:29:18 +0200 +Subject: build failure + +--- + build.xml | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/build.xml b/build.xml +index c78b2dc..8d5aa03 100644 +--- a/build.xml ++++ b/build.xml +@@ -7,7 +7,7 @@ + <import file="platform_build/build-applet.xml"/> + <import file="platform_build/build-webstart.xml"/> + <import file="platform_build/build-maven.xml"/> +- <import file="eclipse-update/org.lwjgl.build/build-updatesite.xml"/> ++ <!--<import file="eclipse-update/org.lwjgl.build/build-updatesite.xml"/>--> + + <!-- ================================================================== --> + <!-- Everything below this line is targets. --> diff --git a/debian/patches/series b/debian/patches/series index f2ef721..0b1e96c 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -3,3 +3,4 @@ nomacosx.patch allarchs.patch ppc64el.patch systemjinput.patch +build-failure.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/lwjgl.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

