Author: onkarshinde-guest Date: 2009-09-21 15:03:55 +0000 (Mon, 21 Sep 2009) New Revision: 10525
Modified: trunk/java-gnome/debian/changelog trunk/java-gnome/debian/rules Log: fix for FTBFS on most buildd Modified: trunk/java-gnome/debian/changelog =================================================================== --- trunk/java-gnome/debian/changelog 2009-09-21 14:46:55 UTC (rev 10524) +++ trunk/java-gnome/debian/changelog 2009-09-21 15:03:55 UTC (rev 10525) @@ -1,3 +1,11 @@ +java-gnome (4.0.13-3) unstable; urgency=low + + * debian/rules + - Do not build docs on anything other than i386, amd64, powerpc. + Fixes FTBFS on Debian as well as Ubuntu buildd. + + -- Onkar Shinde <[email protected]> Mon, 21 Sep 2009 20:06:40 +0530 + java-gnome (4.0.13-2) unstable; urgency=low * debian/patches/01_take_screenshots.diff Modified: trunk/java-gnome/debian/rules =================================================================== --- trunk/java-gnome/debian/rules 2009-09-21 14:46:55 UTC (rev 10524) +++ trunk/java-gnome/debian/rules 2009-09-21 15:03:55 UTC (rev 10525) @@ -5,8 +5,11 @@ include /usr/share/cdbs/1/rules/patchsys-quilt.mk DEB_CONFIGURE_EXTRA_FLAGS += --libdir=/usr/lib/jni jdk=/usr/lib/jvm/default-java + +ifneq (,$(filter $(DEB_HOST_ARCH), i386 amd64 powerpc)) DEB_MAKE_ENVVARS += DISPLAY=":99" DEB_MAKE_BUILD_TARGET += doc +endif get-orig-source: uscan --force-download --rename _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

