[libjogl2-java] 12/58: Imported Debian patch 2.0-rc3-4
Tony Mancill
tmancill at moszumanska.debian.org
Thu Sep 4 03:59:09 UTC 2014
This is an automated email from the git hooks/post-receive script.
tmancill pushed a commit to branch master
in repository libjogl2-java.
commit 8958d1a2988900eb6336e73e30924d6f2364ef2a
Author: Sylvestre Ledru <sylvestre at debian.org>
Date: Mon Oct 10 12:13:14 2011 +0200
Imported Debian patch 2.0-rc3-4
---
debian/changelog | 6 +++++
debian/patches/linker.cfg.id.os.diff | 50 ++++++++++++++++++++++++++++++++++++
debian/patches/series | 2 ++
3 files changed, 58 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 68eab62..0e51e40 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libjogl2-java (2.0-rc3-4) unstable; urgency=low
+
+ * Ant to build C code = a lot of uploads ... pfff
+
+ -- Sylvestre Ledru <sylvestre at debian.org> Mon, 10 Oct 2011 12:13:14 +0200
+
libjogl2-java (2.0-rc3-3) unstable; urgency=low
* Fix more FTBFS
diff --git a/debian/patches/linker.cfg.id.os.diff b/debian/patches/linker.cfg.id.os.diff
new file mode 100644
index 0000000..c162d8c
--- /dev/null
+++ b/debian/patches/linker.cfg.id.os.diff
@@ -0,0 +1,50 @@
+Index: libjogl2-java-2.0-rc3/make/build-jogl.xml
+===================================================================
+--- libjogl2-java-2.0-rc3.orig/make/build-jogl.xml 2011-10-10 10:30:36.000000000 +0200
++++ libjogl2-java-2.0-rc3/make/build-jogl.xml 2011-10-10 12:05:42.000000000 +0200
+@@ -1189,8 +1189,44 @@
+ <property name="compiler.cfg.id" value="compiler.cfg.linux" />
+ <property name="linker.cfg.id.os" value="linker.cfg.linux.jogl.x11" />
+ </target>
++
++ <target name="c.configure.linux.hppa" if="isLinuxHppa">
++ <echo message="Linux.HPPA" />
++ <property name="compiler.cfg.id" value="compiler.cfg.linux" />
++ <property name="linker.cfg.id.os" value="linker.cfg.linux.jogl.x11" />
++ </target>
++
++ <target name="c.configure.linux.mips" if="isLinuxMips">
++ <echo message="Linux.MIPS" />
++ <property name="compiler.cfg.id" value="compiler.cfg.linux" />
++ <property name="linker.cfg.id.os" value="linker.cfg.linux.jogl.x11" />
++ </target>
++
++ <target name="c.configure.linux.mipsel" if="isLinuxMipsel">
++ <echo message="Linux.MIPSEL" />
++ <property name="compiler.cfg.id" value="compiler.cfg.linux" />
++ <property name="linker.cfg.id.os" value="linker.cfg.linux.jogl.x11" />
++ </target>
++
++ <target name="c.configure.linux.ppc" if="isLinuxPpc">
++ <echo message="Linux.PPC" />
++ <property name="compiler.cfg.id" value="compiler.cfg.linux" />
++ <property name="linker.cfg.id.os" value="linker.cfg.linux.jogl.x11" />
++ </target>
++
++ <target name="c.configure.linux.s390" if="isLinuxs390">
++ <echo message="Linux.S390" />
++ <property name="compiler.cfg.id" value="compiler.cfg.linux" />
++ <property name="linker.cfg.id.os" value="linker.cfg.linux.jogl.x11" />
++ </target>
++
++ <target name="c.configure.linux.sparc" if="isLinuxSparc">
++ <echo message="Linux.SPARC" />
++ <property name="compiler.cfg.id" value="compiler.cfg.linux" />
++ <property name="linker.cfg.id.os" value="linker.cfg.linux.jogl.x11" />
++ </target>
+
+- <target name="c.configure.linux" depends="c.configure.linux.armv7,c.configure.linux.x86,c.configure.linux.amd64,c.configure.linux.ia64,c.configure.x11" if="isLinux" />
++ <target name="c.configure.linux" depends="c.configure.linux.armv7,c.configure.linux.x86,c.configure.linux.amd64,c.configure.linux.ia64,c.configure.linux.hppa,c.configure.linux.mips,c.configure.linux.mipsel,c.configure.linux.ppc,c.configure.linux.s390,c.configure.linux.sparc,c.configure.x11" if="isLinux" />
+
+ <target name="c.configure.android" if="isAndroid">
+ <echo message="Android" />
diff --git a/debian/patches/series b/debian/patches/series
index 650c4fb..2df588d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -6,3 +6,5 @@ disable_android.diff
disable_git_call.diff
disable_android_2.diff
arch_naming.diff
+linker.cfg.id.os.diff
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libjogl2-java.git
More information about the pkg-java-commits
mailing list