Codebase list java3d / 0ae1a2f
java3d 1.5.2+dfsg-5 Onkar Shinde 14 years ago
4 changed file(s) with 29 addition(s) and 13 deletion(s). Raw diff Collapse all Expand all
0 java3d (1.5.2+dfsg-5) UNRELEASED; urgency=low
0 java3d (1.5.2+dfsg-5) unstable; urgency=low
11
22 [ Sylvestre Ledru ]
33 * Remove myself from the package
44
5 -- Sylvestre Ledru <sylvestre@debian.org> Sun, 20 Sep 2009 11:23:53 +0200
5 [ Onkar Shinde ]
6 * debian/control
7 - Change build dependency default-jdk to openjdk-6-jdk. This library uses
8 Sun specific APIs.
9 This change will put package in DEPWAIT on certain arch. But DEPWAIT is
10 better than FTBFS. (Closes: #559768)
11 - Change dependency default-jre to openjdk-6-jre.
12 - Remove -XS-Autobuild. Not needed anymore.
13 - Update standards version to 3.8.3.
14 * debian/rules
15 - Change JAVA_HOME to correspond to openjdk.
16 * debian/patches/02_fix_generic_ftbfs.patch
17 - Allow the build to continue on kFreeBSD as well. (Closes: #559766)
18
19 -- Onkar Shinde <onkarshinde@ubuntu.com> Sat, 09 Jan 2010 18:19:12 +0530
620
721 java3d (1.5.2+dfsg-4) unstable; urgency=low
822
44 Uploaders: Petter Reinholdtsen <pere@debian.org>, Jonny Lamb
55 <jonny@debian.org>, Onkar Shinde <onkarshinde@ubuntu.com>,
66 Torsten Werner <twerner@debian.org>
7 Build-Depends: debhelper (>= 5), cdbs, default-jdk, ant-optional, libvecmath-java, mesa-common-dev, libgl1-mesa-dev, libxext-dev, libxt-dev, quilt
8 Standards-Version: 3.8.2
7 Build-Depends: debhelper (>= 5), cdbs, openjdk-6-jdk, ant-optional, libvecmath-java, mesa-common-dev, libgl1-mesa-dev, libxext-dev, libxt-dev, quilt
8 Standards-Version: 3.8.3
99 Homepage: http://java3d.dev.java.net
1010 Vcs-Svn: svn://svn.debian.org/pkg-java/trunk/java3d/
1111 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-java/trunk/java3d/
12 XS-Autobuild: yes
1312 DM-Upload-Allowed: yes
1413
1514 Package: libjava3d-java
1615 Architecture: all
1716 Section: java
1817 Suggests: libjava3d-java-doc
19 Depends: ${misc:Depends}, default-jre | java5-runtime, libjava3d-jni (>= ${source:Version}),
18 Depends: ${misc:Depends}, openjdk-6-jre | java5-runtime, libjava3d-jni (>= ${source:Version}),
2019 libvecmath-java
2120 Description: Java 3D API (java library)
2221 The Java 3D API enables the creation of three-dimensional graphics
00 Index: java3d-1.5.2+dfsg/j3d-core/build.xml
11 ===================================================================
2 --- java3d-1.5.2+dfsg.orig/j3d-core/build.xml 2008-05-23 22:31:19.000000000 +0200
3 +++ java3d-1.5.2+dfsg/j3d-core/build.xml 2009-09-15 11:56:34.000000000 +0200
2 --- java3d-1.5.2+dfsg.orig/j3d-core/build.xml 2010-01-09 18:52:55.000000000 +0530
3 +++ java3d-1.5.2+dfsg/j3d-core/build.xml 2010-01-09 20:24:13.000000000 +0530
44 @@ -196,6 +196,15 @@
55 <property name="install.bin" value="lib/ppc"/>
66 </target>
2626 <property name="build-debug-gen" location="${build}/${platform}/debug/gen"/>
2727 <property name="build-opt-gen" location="${build}/${platform}/opt/gen"/>
2828 <property name="docname" value="${build.relprefix}-${version_file}-doc"/>
29 @@ -382,6 +391,10 @@
29 @@ -382,6 +391,13 @@
3030 <os name="linux" arch="ppc"/>
3131 </condition>
3232
3333 + <condition property="isLinuxGeneric">
34 + <or>
3435 + <os name="linux"/>
36 + <os name="GNU/kFreeBSD"/>
37 + </or>
3538 + </condition>
3639 +
3740 <condition property="isSolarisOnSparc">
3942 </condition>
4043 Index: java3d-1.5.2+dfsg/j3d-core/src/native/build.xml
4144 ===================================================================
42 --- java3d-1.5.2+dfsg.orig/j3d-core/src/native/build.xml 2008-02-28 21:17:58.000000000 +0100
43 +++ java3d-1.5.2+dfsg/j3d-core/src/native/build.xml 2009-09-15 11:56:34.000000000 +0200
45 --- java3d-1.5.2+dfsg.orig/j3d-core/src/native/build.xml 2010-01-09 18:52:55.000000000 +0530
46 +++ java3d-1.5.2+dfsg/j3d-core/src/native/build.xml 2010-01-09 20:23:04.000000000 +0530
4447 @@ -45,6 +45,13 @@
4548 <property name="osNativeScreenInfo" value="X11NativeScreenInfo"/>
4649 </target>
9093 Index: java3d-1.5.2+dfsg/j3d-core/src/native/ogl/build-linux-generic.xml
9194 ===================================================================
9295 --- /dev/null 1970-01-01 00:00:00.000000000 +0000
93 +++ java3d-1.5.2+dfsg/j3d-core/src/native/ogl/build-linux-generic.xml 2009-09-15 11:57:25.000000000 +0200
96 +++ java3d-1.5.2+dfsg/j3d-core/src/native/ogl/build-linux-generic.xml 2010-01-09 20:23:04.000000000 +0530
9497 @@ -0,0 +1,74 @@
9598 +<?xml version="1.0"?>
9699 +
33 include /usr/share/cdbs/1/class/ant.mk
44 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
55
6 JAVA_HOME := /usr/lib/jvm/default-java
6 JAVA_HOME := /usr/lib/jvm/java-6-openjdk
77 DEB_JARS := ant-nodeps vecmath
88 DEB_ANT_BUILDFILE := j3d-core/build.xml
99 DEB_ANT_CLEAN_TARGET := clean