[pkg-java] r15852 - trunk/libjogl2-java/debian
Sylvestre Ledru
sylvestre at alioth.debian.org
Mon Mar 12 19:20:50 UTC 2012
Author: sylvestre
Date: 2012-03-12 19:20:50 +0000 (Mon, 12 Mar 2012)
New Revision: 15852
Modified:
trunk/libjogl2-java/debian/changelog
trunk/libjogl2-java/debian/rules
Log:
Some sbuild still want to build the doc package. Enable it only for amd64
and x86. See build log of ia64 & powerpc of version 2.0-rc5-1~exp2
Modified: trunk/libjogl2-java/debian/changelog
===================================================================
--- trunk/libjogl2-java/debian/changelog 2012-03-11 14:36:51 UTC (rev 15851)
+++ trunk/libjogl2-java/debian/changelog 2012-03-12 19:20:50 UTC (rev 15852)
@@ -1,3 +1,10 @@
+libjogl2-java (2.0-rc5-1~exp3) experimental; urgency=low
+
+ * Some sbuild still want to build the doc package. Enable it only for amd64
+ and x86. See build log of ia64 & powerpc of version 2.0-rc5-1~exp2
+
+ -- Sylvestre Ledru <sylvestre at debian.org> Wed, 28 Dec 2011 13:59:28 +0100
+
libjogl2-java (2.0-rc5-1~exp2) experimental; urgency=low
* Only build the doc once
Modified: trunk/libjogl2-java/debian/rules
===================================================================
--- trunk/libjogl2-java/debian/rules 2012-03-11 14:36:51 UTC (rev 15851)
+++ trunk/libjogl2-java/debian/rules 2012-03-12 19:20:50 UTC (rev 15852)
@@ -10,9 +10,14 @@
DEB_ANT_CLEAN_TARGET := clean
DEB_ANT_BUILD_TARGET := all
DEB_ANT_BUILDFILE := make/build.xml
+ENABLE_BUILD_HELP_ARCHS := amd64 i386
+DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
build-indep:
+# Disable the build of the help on slow archs. It takes forever (a few hours)
+ifneq (,$(findstring $(DEB_HOST_ARCH),$(ENABLE_BUILD_HELP_ARCHS)))
$(DEB_ANT_INVOKE) javadoc.all
+endif
common-install-prehook-indep::
mv build/jar/jogl.all.jar build/jar/jogl2.jar
More information about the pkg-java-commits
mailing list