[med-svn] r15543 - trunk/packages/imagej/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Mon Dec 16 15:45:53 UTC 2013
Author: tille
Date: 2013-12-16 15:45:53 +0000 (Mon, 16 Dec 2013)
New Revision: 15543
Modified:
trunk/packages/imagej/trunk/debian/changelog
trunk/packages/imagej/trunk/debian/imagej.sh
Log:
UPload to unstable
Modified: trunk/packages/imagej/trunk/debian/changelog
===================================================================
--- trunk/packages/imagej/trunk/debian/changelog 2013-12-16 15:39:50 UTC (rev 15542)
+++ trunk/packages/imagej/trunk/debian/changelog 2013-12-16 15:45:53 UTC (rev 15543)
@@ -1,4 +1,4 @@
-imagej (1.48k+dfsg-1) UNRELEASED; urgency=medium
+imagej (1.48k+dfsg-1) unstable; urgency=medium
* New upstream version
* debian/imagej.sh: Make sure we are using latest JVM version
Modified: trunk/packages/imagej/trunk/debian/imagej.sh
===================================================================
--- trunk/packages/imagej/trunk/debian/imagej.sh 2013-12-16 15:39:50 UTC (rev 15542)
+++ trunk/packages/imagej/trunk/debian/imagej.sh 2013-12-16 15:45:53 UTC (rev 15543)
@@ -29,7 +29,7 @@
if [ -z "$JAVA_HOME" ] ; then
# This does not work see #505315
- JAVA_HOME=$(/usr/sbin/update-java-alternatives -l | grep openjdk | sort | tail -1 | cut -d' ' -f 3)
+ JAVA_HOME=$(/usr/sbin/update-java-alternatives -l | sort | tail -1 | cut -d' ' -f 3)
# Reverted to old version - see #558222 (Andreas Tille)
# JAVA_HOME=$(dirname $(dirname $(dirname $(readlink /etc/alternatives/java))))
fi
More information about the debian-med-commit
mailing list