Author: tille Date: 2009-09-25 07:02:58 +0000 (Fri, 25 Sep 2009) New Revision: 4015
Modified: trunk/packages/imagej/trunk/debian/changelog trunk/packages/imagej/trunk/debian/imagej.sh Log: New upstream version and fixed regression Modified: trunk/packages/imagej/trunk/debian/changelog =================================================================== --- trunk/packages/imagej/trunk/debian/changelog 2009-09-23 00:29:08 UTC (rev 4014) +++ trunk/packages/imagej/trunk/debian/changelog 2009-09-25 07:02:58 UTC (rev 4015) @@ -1,3 +1,11 @@ +imagej (1.43g-1) unstable; urgency=low + + * New upstream version + * Fix regression of previos upload which again + Closes: #505315 + + -- Andreas Tille <[email protected]> Fri, 25 Sep 2009 08:15:46 +0200 + imagej (1.43e-1) unstable; urgency=low * New upstream version Modified: trunk/packages/imagej/trunk/debian/imagej.sh =================================================================== --- trunk/packages/imagej/trunk/debian/imagej.sh 2009-09-23 00:29:08 UTC (rev 4014) +++ trunk/packages/imagej/trunk/debian/imagej.sh 2009-09-25 07:02:58 UTC (rev 4015) @@ -26,7 +26,9 @@ ##################### DEFINE JAVA_HOME ##################### if [ -z "$JAVA_HOME" ] ; then - JAVA_HOME=$(/usr/sbin/update-java-alternatives -l | head -1 | cut -d' ' -f 3) + # This does not work see #505315 + # JAVA_HOME=$(/usr/sbin/update-java-alternatives -l | head -1 | cut -d' ' -f 3) + JAVA_HOME=$(dirname $(dirname $(dirname $(readlink /etc/alternatives/java)))) fi ##################### CREATE THE RIGHT ENVIRONMENT ##################### _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
