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

gmascellani-guest at alioth.debian.org gmascellani-guest at alioth.debian.org
Thu Oct 16 14:16:57 UTC 2008


Author: gmascellani-guest
Date: 2008-10-16 14:16:57 +0000 (Thu, 16 Oct 2008)
New Revision: 1785

Modified:
   packages/josm/trunk/debian/changelog
   packages/josm/trunk/debian/josm.sh
Log:
Shell wrapper now recognizes JAVA_OPTS environment variable


Modified: packages/josm/trunk/debian/changelog
===================================================================
--- packages/josm/trunk/debian/changelog	2008-10-09 20:18:05 UTC (rev 1784)
+++ packages/josm/trunk/debian/changelog	2008-10-16 14:16:57 UTC (rev 1785)
@@ -4,8 +4,10 @@
     (Closes: #496861)
   * Added desktop file present in Ubuntu, thanks to Nathan Handler.
     (Closes: #498431)
+  * Shell wrapper now recognizes JAVA_OPTS environment variable.
+    (Closes: #497559)
 
- -- Giovanni Mascellani <g.mascellani at gmail.com>  Tue, 07 Oct 2008 00:19:04 +0200
+ -- Giovanni Mascellani <g.mascellani at gmail.com>  Thu, 16 Oct 2008 16:15:41 +0200
 
 josm (0.0.0.20080713-1) unstable; urgency=low
 

Modified: packages/josm/trunk/debian/josm.sh
===================================================================
--- packages/josm/trunk/debian/josm.sh	2008-10-09 20:18:05 UTC (rev 1784)
+++ packages/josm/trunk/debian/josm.sh	2008-10-16 14:16:57 UTC (rev 1785)
@@ -14,7 +14,7 @@
 
 if [ "$JAVACMD" ]; then
     echo "Using $JAVACMD to execute josm."
-    exec $JAVACMD -jar /usr/share/josm/josm.jar "$@"
+    exec $JAVACMD $JAVA_OPTS -jar /usr/share/josm/josm.jar "$@"
 else    
     echo "No valid JVM found to run JOSM."
     exit 1




More information about the Pkg-grass-devel mailing list