[DebianGIS-dev] r1444 - packages/josm/trunk/debian

nd-guest at alioth.debian.org nd-guest at alioth.debian.org
Tue Mar 25 21:41:12 UTC 2008


Author: nd-guest
Date: 2008-03-25 21:41:11 +0000 (Tue, 25 Mar 2008)
New Revision: 1444

Modified:
   packages/josm/trunk/debian/README.Debian
   packages/josm/trunk/debian/josm.sh
Log:
Update Readme.Debian


Modified: packages/josm/trunk/debian/README.Debian
===================================================================
--- packages/josm/trunk/debian/README.Debian	2008-03-25 21:33:26 UTC (rev 1443)
+++ packages/josm/trunk/debian/README.Debian	2008-03-25 21:41:11 UTC (rev 1444)
@@ -7,8 +7,9 @@
     * /usr/bin/jamvm
     * any of SUN's java (non-free)
 
-This can be setup using the command
-    update-alternatives --config java
-or by exporting JAVA_HOME or JAVACMD before runnging josm.
+This can be setup by exporting the JAVACMD or JAVA_HOME environment 
+variable before running josm.
+Note that JOSM doesn't follow the alternative system 
+in /etc/alternatives/ that is usually used on Debian systems.
 
- -- Andreas Putzo <andreas at putzo.net>  Tue, 11 Mar 2008 19:46:24 +0000
+ -- Andreas Putzo <andreas at putzo.net>  Tue, 25 Mar 2008 22:40:12 +0000

Modified: packages/josm/trunk/debian/josm.sh
===================================================================
--- packages/josm/trunk/debian/josm.sh	2008-03-25 21:33:26 UTC (rev 1443)
+++ packages/josm/trunk/debian/josm.sh	2008-03-25 21:41:11 UTC (rev 1444)
@@ -11,7 +11,7 @@
 done
 
 if [ "$JAVACMD" ]; then
-    echo "Using $JAVACMD to execute josm.."
+    echo "Using $JAVACMD to execute josm."
     exec $JAVACMD -jar /usr/share/josm/josm.jar "$@"
 else    
     echo "No valid JVM found to run JOSM."




More information about the Pkg-grass-devel mailing list