Author: osallou Date: 2013-07-09 12:43:59 +0000 (Tue, 09 Jul 2013) New Revision: 14118
Modified: trunk/packages/figtree/trunk/debian/changelog trunk/packages/figtree/trunk/debian/rules Log: force the setting of JAVA_HOME Modified: trunk/packages/figtree/trunk/debian/changelog =================================================================== --- trunk/packages/figtree/trunk/debian/changelog 2013-07-09 08:52:24 UTC (rev 14117) +++ trunk/packages/figtree/trunk/debian/changelog 2013-07-09 12:43:59 UTC (rev 14118) @@ -1,3 +1,9 @@ +figtree (1.4-2) UNRELEASED; urgency=low + + * Force set of JAVA_HOME in debian/rules (Closes: #715225). + + -- Olivier Sallou <[email protected]> Tue, 09 Jul 2013 14:42:53 +0200 + figtree (1.4-1) unstable; urgency=low [ Andreas Tille ] Modified: trunk/packages/figtree/trunk/debian/rules =================================================================== --- trunk/packages/figtree/trunk/debian/rules 2013-07-09 08:52:24 UTC (rev 14117) +++ trunk/packages/figtree/trunk/debian/rules 2013-07-09 12:43:59 UTC (rev 14118) @@ -6,7 +6,7 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -JAVA_HOME=/usr/lib/jvm/default-java +export JAVA_HOME=/usr/lib/jvm/default-java %: dh $@ --with javahelper _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
