[pkg-java] r16368 - trunk/libjogl2-java/debian

Sylvestre Ledru sylvestre at alioth.debian.org
Fri Nov 30 16:28:56 UTC 2012


Author: sylvestre
Date: 2012-11-30 16:28:56 +0000 (Fri, 30 Nov 2012)
New Revision: 16368

Modified:
   trunk/libjogl2-java/debian/changelog
   trunk/libjogl2-java/debian/rules
Log:
Enable the verbose mode to find out the reason of the FTBFS under armhf
(libXrender.so uses VFP register arguments, libnativewindow_x11.so does not)

Modified: trunk/libjogl2-java/debian/changelog
===================================================================
--- trunk/libjogl2-java/debian/changelog	2012-11-27 04:18:44 UTC (rev 16367)
+++ trunk/libjogl2-java/debian/changelog	2012-11-30 16:28:56 UTC (rev 16368)
@@ -1,3 +1,10 @@
+libjogl2-java (2.0-rc11-1~exp2) experimental; urgency=low
+
+  * Enable the verbose mode to find out the reason of the FTBFS under armhf
+   (libXrender.so uses VFP register arguments, libnativewindow_x11.so does not)
+
+ -- Sylvestre Ledru <sylvestre at debian.org>  Fri, 30 Nov 2012 17:11:16 +0100
+
 libjogl2-java (2.0-rc11-1~exp1) experimental; urgency=low
 
   * New upstream release

Modified: trunk/libjogl2-java/debian/rules
===================================================================
--- trunk/libjogl2-java/debian/rules	2012-11-27 04:18:44 UTC (rev 16367)
+++ trunk/libjogl2-java/debian/rules	2012-11-30 16:28:56 UTC (rev 16368)
@@ -6,7 +6,7 @@
 
 JAVA_HOME            := /usr/lib/jvm/default-java/
 DEB_JARS             := ant-contrib ant-contrib-cpptasks ant-nodeps antlr ant-antlr swt
-DEB_ANT_ARGS         := -Dsetup.noCDC=true
+DEB_ANT_ARGS         := -Dsetup.noCDC=true -verbose
 DEB_ANT_CLEAN_TARGET := clean
 DEB_ANT_BUILD_TARGET := all
 DEB_ANT_BUILDFILE    := make/build.xml




More information about the pkg-java-commits mailing list