This is an automated email from the git hooks/post-receive script. pini pushed a commit to branch master in repository gluegen2.
commit 7d3014554279166bcd449e09ff70f54488fb09d8 Author: Gilles Filippini <[email protected]> Date: Mon Oct 12 10:57:44 2015 +0200 Package new upstream release 2.3.2. --- debian/changelog | 6 ++-- debian/patches/armhf.diff | 12 +++---- debian/patches/disableArchive7z.diff | 8 ++--- debian/patches/fix-alpha-build-config.patch | 4 +-- debian/patches/fix-arm64-build-config.diff | 6 ++-- debian/patches/ppc64el-support.diff | 16 ++++----- debian/patches/renamedLibrary.diff | 4 +-- debian/patches/tests.diff | 56 +++++++++++++++-------------- 8 files changed, 58 insertions(+), 54 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7ae898b..4bf81e7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,13 @@ -gluegen2 (2.3.1-3) UNRELEASED; urgency=medium +gluegen2 (2.3.2-1) UNRELEASED; urgency=medium [ tony mancill ] - * Team upload. * Make the build-dep on default-jdk versioned on >= 2:1.6. This prevents attempts to build on non-openjdk architectures. [ Gilles Filippini ] + * Team upload. + * New upstream release. + * Refresh patches. * Patch missing-arch-symbol.diff: don't check at all for specific glibc symbol version in glibc-compat-symbols.h (fix FTBFS on armel and armel64). diff --git a/debian/patches/armhf.diff b/debian/patches/armhf.diff index 81b02c7..75d02d4 100644 --- a/debian/patches/armhf.diff +++ b/debian/patches/armhf.diff @@ -2,7 +2,7 @@ Index: gluegen2/make/build.xml =================================================================== --- gluegen2.orig/make/build.xml +++ gluegen2/make/build.xml -@@ -263,10 +263,16 @@ +@@ -262,10 +262,16 @@ <property name="linker.cfg.id" value="linker.cfg.linux" /> </target> @@ -23,20 +23,20 @@ Index: gluegen2/make/build.xml </target> <target name="declare.linux.alpha" if="isLinuxAlpha"> -@@ -329,7 +335,7 @@ +@@ -328,7 +334,7 @@ <property name="linker.cfg.id" value="linker.cfg.linux.sparc" /> </target> - <target name="declare.linux" depends="declare.linux.x86,declare.linux.amd64,declare.linux.ia64,declare.linux.hppa,declare.linux.mips,declare.linux.mipsel,declare.linux.ppc,declare.linux.ppc64,declare.linux.ppc64le,declare.linux.s390,declare.linux.s390x,declare.linux.sparc,declare.linux.armv6" if="isLinux" > + <target name="declare.linux" depends="declare.linux.x86,declare.linux.amd64,declare.linux.ia64,declare.linux.hppa,declare.linux.mips,declare.linux.mipsel,declare.linux.ppc,declare.linux.ppc64,declare.linux.ppc64le,declare.linux.s390,declare.linux.s390x,declare.linux.sparc,declare.linux.armv6.armel,declare.linux.armv6.armhf" if="isLinux" > <property name="c.src.dir.os" value="unix" /> - <property name="java.includes.dir.platform" value="${java.includes.dir}/linux" /> </target> + Index: gluegen2/make/gluegen-cpptasks-base.xml =================================================================== --- gluegen2.orig/make/gluegen-cpptasks-base.xml +++ gluegen2/make/gluegen-cpptasks-base.xml -@@ -1037,7 +1037,7 @@ +@@ -1032,7 +1032,7 @@ - lib/gluegen-cpptasks-linux-armv6.xml (armv5te + softfp), or - lib/gluegen-cpptasks-linux-armv6hf.xml (armv6 + hardfp) for official JogAmp builds! --> @@ -45,7 +45,7 @@ Index: gluegen2/make/gluegen-cpptasks-base.xml <defineset> <define name="__unix__"/> <define name="__X11__" if="isX11"/> -@@ -1272,7 +1272,7 @@ +@@ -1270,7 +1270,7 @@ - lib/gluegen-cpptasks-linux-armv6.xml (armv5te + softfp), or - lib/gluegen-cpptasks-linux-armv6hf.xml (armv6 + hardfp) for official JogAmp builds! --> @@ -55,7 +55,7 @@ Index: gluegen2/make/gluegen-cpptasks-base.xml <linkerarg value="-nostdlib" /> <linkerarg value="-Bdynamic" /> @@ -1286,6 +1286,9 @@ - <linkerarg value="-static-libgcc" if="isGCC"/> + <linkerarg value="-static-libstdc++" if="isGCC"/> </linker> + <linker id="linker.cfg.linux.armv6.armhf" name="${gcc.compat.compiler}"> diff --git a/debian/patches/disableArchive7z.diff b/debian/patches/disableArchive7z.diff index 0e9700e..fa05d67 100644 --- a/debian/patches/disableArchive7z.diff +++ b/debian/patches/disableArchive7z.diff @@ -2,7 +2,7 @@ Index: gluegen2/make/build.xml =================================================================== --- gluegen2.orig/make/build.xml +++ gluegen2/make/build.xml -@@ -1067,9 +1067,9 @@ +@@ -1088,9 +1088,9 @@ <copy todir="${javadoc.gluegen.path}/resources" overwrite="true"> <fileset dir="doc/javadoc/resources" includes="*" /> </copy> @@ -14,10 +14,10 @@ Index: gluegen2/make/build.xml </target> <!-- ================================================================== --> -@@ -1108,9 +1108,9 @@ - <fileset dir="${project.root}/jnlp-files" includes="*" /> +@@ -1138,9 +1138,9 @@ + <fileset dir="lib" includes="junit.jar"/> </copy> - <copy todir="${archive}" file="${build}/gluegen-java-src.zip"/> + - <archive.7z destfile="${build}/${archive.name}.7z" +<!-- <archive.7z destfile="${build}/${archive.name}.7z" basedir="${build}" diff --git a/debian/patches/fix-alpha-build-config.patch b/debian/patches/fix-alpha-build-config.patch index 20d56f4..3ae9c79 100644 --- a/debian/patches/fix-alpha-build-config.patch +++ b/debian/patches/fix-alpha-build-config.patch @@ -2,12 +2,12 @@ Index: gluegen2/make/build.xml =================================================================== --- gluegen2.orig/make/build.xml +++ gluegen2/make/build.xml -@@ -335,7 +335,7 @@ +@@ -334,7 +334,7 @@ <property name="linker.cfg.id" value="linker.cfg.linux.sparc" /> </target> - <target name="declare.linux" depends="declare.linux.x86,declare.linux.amd64,declare.linux.ia64,declare.linux.hppa,declare.linux.mips,declare.linux.mipsel,declare.linux.ppc,declare.linux.ppc64,declare.linux.ppc64le,declare.linux.s390,declare.linux.s390x,declare.linux.sparc,declare.linux.armv6.armel,declare.linux.armv6.armhf" if="isLinux" > + <target name="declare.linux" depends="declare.linux.x86,declare.linux.amd64,declare.linux.alpha,declare.linux.ia64,declare.linux.hppa,declare.linux.mips,declare.linux.mipsel,declare.linux.ppc,declare.linux.ppc64,declare.linux.ppc64le,declare.linux.s390,declare.linux.s390x,declare.linux.sparc,declare.linux.armv6.armel,declare.linux.armv6.armhf" if="isLinux" > <property name="c.src.dir.os" value="unix" /> - <property name="java.includes.dir.platform" value="${java.includes.dir}/linux" /> </target> + diff --git a/debian/patches/fix-arm64-build-config.diff b/debian/patches/fix-arm64-build-config.diff index 975f86c..68121df 100644 --- a/debian/patches/fix-arm64-build-config.diff +++ b/debian/patches/fix-arm64-build-config.diff @@ -2,7 +2,7 @@ Index: gluegen2/make/build.xml =================================================================== --- gluegen2.orig/make/build.xml +++ gluegen2/make/build.xml -@@ -317,6 +317,12 @@ +@@ -316,6 +316,12 @@ <property name="linker.cfg.id" value="linker.cfg.linux.ppc64le" /> </target> @@ -15,15 +15,15 @@ Index: gluegen2/make/build.xml <target name="declare.linux.s390" if="isLinuxs390"> <echo message="Linux.s390" /> <property name="compiler.cfg.id" value="compiler.cfg.linux" /> -@@ -335,7 +341,7 @@ +@@ -334,7 +340,7 @@ <property name="linker.cfg.id" value="linker.cfg.linux.sparc" /> </target> - <target name="declare.linux" depends="declare.linux.x86,declare.linux.amd64,declare.linux.alpha,declare.linux.ia64,declare.linux.hppa,declare.linux.mips,declare.linux.mipsel,declare.linux.ppc,declare.linux.ppc64,declare.linux.ppc64le,declare.linux.s390,declare.linux.s390x,declare.linux.sparc,declare.linux.armv6.armel,declare.linux.armv6.armhf" if="isLinux" > + <target name="declare.linux" depends="declare.linux.x86,declare.linux.amd64,declare.linux.alpha,declare.linux.ia64,declare.linux.hppa,declare.linux.mips,declare.linux.mipsel,declare.linux.ppc,declare.linux.ppc64,declare.linux.ppc64le,declare.linux.aarch64,declare.linux.s390,declare.linux.s390x,declare.linux.sparc,declare.linux.armv6.armel,declare.linux.armv6.armhf" if="isLinux" > <property name="c.src.dir.os" value="unix" /> - <property name="java.includes.dir.platform" value="${java.includes.dir}/linux" /> </target> + Index: gluegen2/make/gluegen-cpptasks-base.xml =================================================================== --- gluegen2.orig/make/gluegen-cpptasks-base.xml diff --git a/debian/patches/ppc64el-support.diff b/debian/patches/ppc64el-support.diff index 8032bc4..8629e7f 100644 --- a/debian/patches/ppc64el-support.diff +++ b/debian/patches/ppc64el-support.diff @@ -128,7 +128,7 @@ Index: gluegen2/make/gluegen-cpptasks-base.xml <linker id="linker.cfg.linux.s390" name="${gcc.compat.compiler}"> </linker> -@@ -1497,6 +1536,20 @@ +@@ -1505,6 +1544,20 @@ <property name="java.lib.dir.platform" value="${java.home.dir}/jre/lib/ppc" /> </target> @@ -149,20 +149,20 @@ Index: gluegen2/make/gluegen-cpptasks-base.xml <target name="gluegen.cpptasks.declare.compiler.linux.s390" if="isLinuxs390"> <echo message="Linux.s390" /> <property name="compiler.cfg.id.base" value="compiler.cfg.linux" /> -@@ -1518,7 +1571,7 @@ +@@ -1526,7 +1579,7 @@ <property name="java.lib.dir.platform" value="${java.home.dir}/jre/lib/sparc" /> </target> - <target name="gluegen.cpptasks.declare.compiler.linux" depends="gluegen.cpptasks.declare.compiler.linux.x86,gluegen.cpptasks.declare.compiler.linux.amd64,gluegen.cpptasks.declare.compiler.linux.ia64,gluegen.cpptasks.declare.compiler.linux.armv6,gluegen.cpptasks.declare.compiler.linux.aarch64,gluegen.cpptasks.declare.compiler.linux.alpha,gluegen.cpptasks.declare.compiler.linux.hppa,gluegen.cpptasks.declare.compiler.linux.mips,gluegen.cpptasks.declare.compiler.linux.mipsel,gluegen.cpp [...] + <target name="gluegen.cpptasks.declare.compiler.linux" depends="gluegen.cpptasks.declare.compiler.linux.x86,gluegen.cpptasks.declare.compiler.linux.amd64,gluegen.cpptasks.declare.compiler.linux.ia64,gluegen.cpptasks.declare.compiler.linux.armv6,gluegen.cpptasks.declare.compiler.linux.aarch64,gluegen.cpptasks.declare.compiler.linux.alpha,gluegen.cpptasks.declare.compiler.linux.hppa,gluegen.cpptasks.declare.compiler.linux.mips,gluegen.cpptasks.declare.compiler.linux.mipsel,gluegen.cpp [...] - <property name="java.includes.dir.platform" value="${java.includes.dir}/linux" /> + <property name="java.includes.dir.platform" value="${java.includes.dir}/x11" /> </target> Index: gluegen2/src/java/jogamp/common/os/PlatformPropsImpl.java =================================================================== --- gluegen2.orig/src/java/jogamp/common/os/PlatformPropsImpl.java +++ gluegen2/src/java/jogamp/common/os/PlatformPropsImpl.java -@@ -516,6 +516,7 @@ public abstract class PlatformPropsImpl +@@ -522,6 +522,7 @@ public abstract class PlatformPropsImpl * <li>linux-aarch64</li> * <li>linux-amd64</li> * <li>linux-ppc64</li> @@ -170,7 +170,7 @@ Index: gluegen2/src/java/jogamp/common/os/PlatformPropsImpl.java * <li>linux-mips64</li> * <li>linux-ia64</li> * <li>linux-sparcv9</li> -@@ -572,7 +573,7 @@ public abstract class PlatformPropsImpl +@@ -578,7 +579,7 @@ public abstract class PlatformPropsImpl _and_arch_tmp = "amd64"; break; case PPC64: @@ -229,7 +229,7 @@ Index: gluegen2/make/build.xml =================================================================== --- gluegen2.orig/make/build.xml +++ gluegen2/make/build.xml -@@ -307,6 +307,18 @@ +@@ -306,6 +306,18 @@ <property name="linker.cfg.id" value="linker.cfg.linux.ppc" /> </target> @@ -248,12 +248,12 @@ Index: gluegen2/make/build.xml <target name="declare.linux.s390" if="isLinuxs390"> <echo message="Linux.s390" /> <property name="compiler.cfg.id" value="compiler.cfg.linux" /> -@@ -325,7 +337,7 @@ +@@ -324,7 +336,7 @@ <property name="linker.cfg.id" value="linker.cfg.linux.sparc" /> </target> - <target name="declare.linux" depends="declare.linux.x86,declare.linux.amd64,declare.linux.ia64,declare.linux.hppa,declare.linux.mips,declare.linux.mipsel,declare.linux.ppc,declare.linux.s390,declare.linux.s390x,declare.linux.sparc,declare.linux.armv6" if="isLinux" > + <target name="declare.linux" depends="declare.linux.x86,declare.linux.amd64,declare.linux.ia64,declare.linux.hppa,declare.linux.mips,declare.linux.mipsel,declare.linux.ppc,declare.linux.ppc64,declare.linux.ppc64le,declare.linux.s390,declare.linux.s390x,declare.linux.sparc,declare.linux.armv6" if="isLinux" > <property name="c.src.dir.os" value="unix" /> - <property name="java.includes.dir.platform" value="${java.includes.dir}/linux" /> </target> + diff --git a/debian/patches/renamedLibrary.diff b/debian/patches/renamedLibrary.diff index bcd174b..6ddb93c 100644 --- a/debian/patches/renamedLibrary.diff +++ b/debian/patches/renamedLibrary.diff @@ -48,7 +48,7 @@ Index: gluegen2/make/build.xml =================================================================== --- gluegen2.orig/make/build.xml +++ gluegen2/make/build.xml -@@ -425,7 +425,7 @@ +@@ -420,7 +420,7 @@ <property name="c.compiler.src.files.common" value="src/native/common/*.c" /> <property name="c.compiler.src.files.os" value="src/native/${c.src.dir.os}/*.c" /> @@ -57,7 +57,7 @@ Index: gluegen2/make/build.xml <condition property="output.lib.name.os" value="lib${output.lib.name}.so"><isset property="isUnix"/></condition> <condition property="output.lib.name.os" value="${output.lib.name}.dll"><isset property="isWindows"/></condition> <condition property="output.lib.name.os" value="lib${output.lib.name}.jnilib"><isset property="isOSX"/></condition> -@@ -502,13 +502,13 @@ +@@ -497,13 +497,13 @@ <antcall target="c.manifest" inheritRefs="true" /> <native.tag.jar objdir="${build}/obj" diff --git a/debian/patches/tests.diff b/debian/patches/tests.diff index 1c19841..7ccb673 100644 --- a/debian/patches/tests.diff +++ b/debian/patches/tests.diff @@ -23,8 +23,8 @@ Index: gluegen2/make/scripts/runtest.sh #D_ARGS="-Djogamp.debug.ProcAddressHelper -Djogamp.debug.NativeLibrary -Djogamp.debug.NativeLibrary.Lookup" #D_ARGS="-Djogamp.debug.TraceLock" #D_ARGS="-Djogamp.debug.Platform -Djogamp.debug.NativeLibrary" -@@ -62,12 +62,12 @@ X_ARGS="-Drootrel.build=$ROOTREL_BUILD - - #D_ARGS="-Djogamp.debug.IOUtil" +@@ -64,12 +64,12 @@ X_ARGS="-Drootrel.build=$ROOTREL_BUILD - + #D_ARGS="-Djogamp.debug.IOUtil -Djogamp.debug.IOUtil.Exe" #D_ARGS="-Djogamp.debug.ByteBufferInputStream" #D_ARGS="-Djogamp.debug.Bitstream" -#D_ARGS="-Djogamp.debug=all" @@ -38,7 +38,7 @@ Index: gluegen2/make/scripts/runtest.sh #USE_CLASSPATH=lib/junit.jar:$ANT_JARS:lib/semantic-versioning/semver.jar:"$builddir"/../make/lib/TestJarsInJar.jar:"$builddir"/gluegen-rt-alt.jar:"$builddir"/gluegen.jar:"$builddir"/gluegen-test-util.jar:"$builddir"/test/build/gluegen-test.jar libspath="$builddir"/test/build/natives #USE_CLASSPATH=lib/junit.jar:$ANT_JARS:"$builddir"/../make/lib/TestJarsInJar.jar:"$builddir"/classes:"$builddir"/test/build/classes -@@ -86,63 +86,65 @@ function onetest() { +@@ -88,66 +88,66 @@ function onetest() { echo } # @@ -46,7 +46,11 @@ Index: gluegen2/make/scripts/runtest.sh -#onetest com.jogamp.common.util.TestSystemPropsAndEnvs 2>&1 | tee -a $LOG -#onetest com.jogamp.common.util.TestVersionInfo 2>&1 | tee -a $LOG -#onetest com.jogamp.common.util.TestVersionNumber 2>&1 | tee -a $LOG --onetest com.jogamp.common.util.TestVersionSemantics 2>&1 | tee -a $LOG ++onetest com.jogamp.common.GlueGenVersion 2>&1 | tee -a $LOG ++onetest com.jogamp.common.util.TestSystemPropsAndEnvs 2>&1 | tee -a $LOG ++onetest com.jogamp.common.util.TestVersionInfo 2>&1 | tee -a $LOG ++onetest com.jogamp.common.util.TestVersionNumber 2>&1 | tee -a $LOG + #onetest com.jogamp.common.util.TestVersionSemantics 2>&1 | tee -a $LOG -#onetest com.jogamp.common.util.TestIteratorIndexCORE 2>&1 | tee -a $LOG -#onetest com.jogamp.common.util.locks.TestRecursiveLock01 2>&1 | tee -a $LOG -#onetest com.jogamp.common.util.locks.TestRecursiveThreadGroupLock01 2>&1 | tee -a $LOG @@ -56,17 +60,34 @@ Index: gluegen2/make/scripts/runtest.sh -#onetest com.jogamp.common.util.TestFloatStack01 2>&1 | tee -a $LOG -#onetest com.jogamp.common.util.TestIntegerStack01 2>&1 | tee -a $LOG -#onetest com.jogamp.common.util.TestArrayHashSet01 2>&1 | tee -a $LOG +-#onetest com.jogamp.common.util.TestArrayHashMap01 2>&1 | tee -a $LOG -#onetest com.jogamp.common.util.IntIntHashMapTest 2>&1 | tee -a $LOG -#onetest com.jogamp.common.util.IntObjectHashMapTest 2>&1 | tee -a $LOG -#onetest com.jogamp.common.util.LongIntHashMapTest 2>&1 | tee -a $LOG -#onetest com.jogamp.common.util.TestPlatform01 2>&1 | tee -a $LOG -#onetest com.jogamp.common.util.TestRunnableTask01 2>&1 | tee -a $LOG --#onetest com.jogamp.common.util.TestIOUtil01 2>&1 | tee -a $LOG ++onetest com.jogamp.common.util.TestIteratorIndexCORE 2>&1 | tee -a $LOG ++onetest com.jogamp.common.util.locks.TestRecursiveLock01 2>&1 | tee -a $LOG ++onetest com.jogamp.common.util.locks.TestRecursiveThreadGroupLock01 2>&1 | tee -a $LOG ++onetest com.jogamp.common.util.locks.TestSingletonServerSocket00 2>&1 | tee -a $LOG ++onetest com.jogamp.common.util.locks.TestSingletonServerSocket01 2>&1 | tee -a $LOG ++onetest com.jogamp.common.util.locks.TestSingletonServerSocket02 2>&1 | tee -a $LOG ++onetest com.jogamp.common.util.TestFloatStack01 2>&1 | tee -a $LOG ++onetest com.jogamp.common.util.TestIntegerStack01 2>&1 | tee -a $LOG ++onetest com.jogamp.common.util.TestArrayHashSet01 2>&1 | tee -a $LOG ++onetest com.jogamp.common.util.TestArrayHashMap01 2>&1 | tee -a $LOG ++onetest com.jogamp.common.util.IntIntHashMapTest 2>&1 | tee -a $LOG ++onetest com.jogamp.common.util.IntObjectHashMapTest 2>&1 | tee -a $LOG ++onetest com.jogamp.common.util.LongIntHashMapTest 2>&1 | tee -a $LOG ++onetest com.jogamp.common.util.TestPlatform01 2>&1 | tee -a $LOG ++onetest com.jogamp.common.util.TestRunnableTask01 2>&1 | tee -a $LOG + onetest com.jogamp.common.util.TestIOUtil01 2>&1 | tee -a $LOG -#onetest com.jogamp.common.util.TestTempJarCache 2>&1 | tee -a $LOG -#onetest com.jogamp.common.util.TestJarUtil 2>&1 | tee -a $LOG -#onetest com.jogamp.common.util.TestValueConversion 2>&1 | tee -a $LOG -#onetest com.jogamp.common.util.TestSyncRingBuffer01 $* -#onetest com.jogamp.common.util.TestLFRingBuffer01 $* +-#onetest com.jogamp.common.util.TestBitfield00 2>&1 | tee -a $LOG -#onetest com.jogamp.common.util.TestBitstream00 2>&1 | tee -a $LOG -#onetest com.jogamp.common.util.TestBitstream01 2>&1 | tee -a $LOG -#onetest com.jogamp.common.util.TestBitstream02 2>&1 | tee -a $LOG @@ -81,6 +102,7 @@ Index: gluegen2/make/scripts/runtest.sh -#onetest com.jogamp.common.net.AssetURLConnectionUnregisteredTest 2>&1 | tee -a $LOG -#onetest com.jogamp.common.net.AssetURLConnectionRegisteredTest 2>&1 | tee -a $LOG -#onetest com.jogamp.junit.sec.TestSecIOUtil01 2>&1 | tee -a $LOG +-#onetest com.jogamp.common.nio.BuffersTest 2>&1 | tee -a $LOG -#onetest com.jogamp.common.nio.TestBuffersFloatDoubleConversion 2>&1 | tee -a $LOG -#onetest com.jogamp.common.nio.TestPointerBufferEndian 2>&1 | tee -a $LOG -#onetest com.jogamp.common.nio.TestStructAccessorEndian 2>&1 | tee -a $LOG @@ -89,33 +111,12 @@ Index: gluegen2/make/scripts/runtest.sh -#onetest com.jogamp.common.nio.TestByteBufferCopyStream 2>&1 | tee -a $LOG -#onetest com.jogamp.common.os.TestElfReader01 $* 2>&1 | tee -a $LOG -#onetest com.jogamp.gluegen.test.junit.internals.TestType 2>&1 | tee -a $LOG -+(cd $builddir/../test/TestJarsInJar && sh make.sh) -+# -+onetest com.jogamp.common.GlueGenVersion 2>&1 | tee -a $LOG -+onetest com.jogamp.common.util.TestSystemPropsAndEnvs 2>&1 | tee -a $LOG -+onetest com.jogamp.common.util.TestVersionInfo 2>&1 | tee -a $LOG -+onetest com.jogamp.common.util.TestVersionNumber 2>&1 | tee -a $LOG -+#onetest com.jogamp.common.util.TestVersionSemantics 2>&1 | tee -a $LOG -+onetest com.jogamp.common.util.TestIteratorIndexCORE 2>&1 | tee -a $LOG -+onetest com.jogamp.common.util.locks.TestRecursiveLock01 2>&1 | tee -a $LOG -+onetest com.jogamp.common.util.locks.TestRecursiveThreadGroupLock01 2>&1 | tee -a $LOG -+onetest com.jogamp.common.util.locks.TestSingletonServerSocket00 2>&1 | tee -a $LOG -+onetest com.jogamp.common.util.locks.TestSingletonServerSocket01 2>&1 | tee -a $LOG -+onetest com.jogamp.common.util.locks.TestSingletonServerSocket02 2>&1 | tee -a $LOG -+onetest com.jogamp.common.util.TestFloatStack01 2>&1 | tee -a $LOG -+onetest com.jogamp.common.util.TestIntegerStack01 2>&1 | tee -a $LOG -+onetest com.jogamp.common.util.TestArrayHashSet01 2>&1 | tee -a $LOG -+onetest com.jogamp.common.util.IntIntHashMapTest 2>&1 | tee -a $LOG -+onetest com.jogamp.common.util.IntObjectHashMapTest 2>&1 | tee -a $LOG -+onetest com.jogamp.common.util.LongIntHashMapTest 2>&1 | tee -a $LOG -+onetest com.jogamp.common.util.TestPlatform01 2>&1 | tee -a $LOG -+onetest com.jogamp.common.util.TestRunnableTask01 2>&1 | tee -a $LOG -+onetest com.jogamp.common.util.TestIOUtil01 2>&1 | tee -a $LOG +onetest com.jogamp.common.util.TestTempJarCache 2>&1 | tee -a $LOG +onetest com.jogamp.common.util.TestJarUtil 2>&1 | tee -a $LOG +onetest com.jogamp.common.util.TestValueConversion 2>&1 | tee -a $LOG +onetest com.jogamp.common.util.TestSyncRingBuffer01 $* +onetest com.jogamp.common.util.TestLFRingBuffer01 $* ++onetest com.jogamp.common.util.TestBitfield00 2>&1 | tee -a $LOG +onetest com.jogamp.common.util.TestBitstream00 2>&1 | tee -a $LOG +onetest com.jogamp.common.util.TestBitstream01 2>&1 | tee -a $LOG +onetest com.jogamp.common.util.TestBitstream02 2>&1 | tee -a $LOG @@ -130,6 +131,7 @@ Index: gluegen2/make/scripts/runtest.sh +onetest com.jogamp.common.net.AssetURLConnectionUnregisteredTest 2>&1 | tee -a $LOG +onetest com.jogamp.common.net.AssetURLConnectionRegisteredTest 2>&1 | tee -a $LOG +onetest com.jogamp.junit.sec.TestSecIOUtil01 2>&1 | tee -a $LOG ++onetest com.jogamp.common.nio.BuffersTest 2>&1 | tee -a $LOG +onetest com.jogamp.common.nio.TestBuffersFloatDoubleConversion 2>&1 | tee -a $LOG +onetest com.jogamp.common.nio.TestPointerBufferEndian 2>&1 | tee -a $LOG +onetest com.jogamp.common.nio.TestStructAccessorEndian 2>&1 | tee -a $LOG -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/gluegen2.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

