[lwjgl] 21/35: Fix copy and paste error.
Markus Koschany
apo at moszumanska.debian.org
Sat Apr 9 20:38:51 UTC 2016
This is an automated email from the git hooks/post-receive script.
apo pushed a commit to branch master
in repository lwjgl.
commit d0b4978291c00dc2ac45e360633bfa14c7f89ebb
Author: Markus Koschany <apo at debian.org>
Date: Sat Apr 9 20:43:01 2016 +0200
Fix copy and paste error.
---
debian/patches/allarchs.patch | 4 ++--
debian/patches/ppc64el.patch | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/patches/allarchs.patch b/debian/patches/allarchs.patch
index 10fa42e..84e021e 100644
--- a/debian/patches/allarchs.patch
+++ b/debian/patches/allarchs.patch
@@ -7,7 +7,7 @@ Subject: allarchs
1 file changed, 32 insertions(+), 2 deletions(-)
diff --git a/platform_build/linux_ant/build.xml b/platform_build/linux_ant/build.xml
-index e5ce8d1..db62711 100644
+index e5ce8d1..c9a2afb 100644
--- a/platform_build/linux_ant/build.xml
+++ b/platform_build/linux_ant/build.xml
@@ -6,12 +6,14 @@
@@ -39,7 +39,7 @@ index e5ce8d1..db62711 100644
- <antcall target="compile32"/>
- <antcall target="compile64"/>
-+ <condition property="build.debian"><condition property="build.debian">
++ <condition property="build.debian">
+ <os name="Linux" />
+ </condition>
+ <antcall target="compiledeb" />
diff --git a/debian/patches/ppc64el.patch b/debian/patches/ppc64el.patch
index 3c69e2f..141cdc7 100644
--- a/debian/patches/ppc64el.patch
+++ b/debian/patches/ppc64el.patch
@@ -7,7 +7,7 @@ Subject: ppc64el
1 file changed, 4 insertions(+)
diff --git a/platform_build/linux_ant/build.xml b/platform_build/linux_ant/build.xml
-index db62711..87dc2c2 100644
+index c9a2afb..ae9f911 100644
--- a/platform_build/linux_ant/build.xml
+++ b/platform_build/linux_ant/build.xml
@@ -23,6 +23,10 @@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/lwjgl.git
More information about the pkg-java-commits
mailing list