[Pkg-osm-commits] [SCM] josm branch, master, updated. debian/0.0.svn4487+dfsg2-1-1-g57e34ce

David Paleino dapal at debian.org
Tue Oct 11 07:25:39 UTC 2011


The following commit has been merged in the master branch:
commit 57e34ce24dfbc8f273a887ac2f597a2e31d55d25
Author: David Paleino <dapal at debian.org>
Date:   Tue Oct 11 09:24:49 2011 +0200

    Fix startup via "josm & exit", thanks to Alberto Fernández (Closes: #578624)

diff --git a/debian/changelog b/debian/changelog
index 94712ce..3c093ee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+josm (0.0.svn4487+dfsg2-2) UNRELEASED; urgency=low
+
+  * Fix startup via "josm & exit", thanks to Alberto Fernández
+    (Closes: #578624)
+
+ -- David Paleino <dapal at debian.org>  Tue, 11 Oct 2011 09:22:49 +0200
+
 josm (0.0.svn4487+dfsg2-1) unstable; urgency=low
 
   * New upstream release
diff --git a/debian/josm.sh b/debian/josm.sh
index 970f597..575a14d 100644
--- a/debian/josm.sh
+++ b/debian/josm.sh
@@ -31,9 +31,9 @@ for jcmd in $JAVA_CMDS; do
 done
 
 if [ "$JAVACMD" ]; then
-    echo "Using $JAVACMD to execute josm."
+    echo "Using $JAVACMD to execute josm." || true
     exec $JAVACMD $JAVA_OPTS -jar /usr/share/josm/josm.jar "$@"
 else
-    echo "No valid JVM found to run JOSM."
+    echo "No valid JVM found to run JOSM." || true
     exit 1
 fi

-- 
Editor for OpenStreetMap



More information about the Pkg-osm-commits mailing list