Bas Couwenberg pushed to branch master at Debian GIS Project / josm
Commits: 40e676ca by Bas Couwenberg at 2020-02-26T06:33:19+01:00 Add patch to fix launcher. - - - - - 1601cf70 by Bas Couwenberg at 2020-02-26T06:33:33+01:00 Set distribution to unstable. - - - - - 3 changed files: - debian/changelog - + debian/patches/launcher.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +josm (0.0.svn15927+dfsg-2) unstable; urgency=medium + + * Add patch to fix launcher. + + -- Bas Couwenberg <[email protected]> Wed, 26 Feb 2020 06:33:21 +0100 + josm (0.0.svn15927+dfsg-1) unstable; urgency=medium * New hotfix tested snapshot. ===================================== debian/patches/launcher.patch ===================================== @@ -0,0 +1,15 @@ +Description: Fix launcher. +Author: Bas Couwenberg <[email protected]> +Bug: https://josm.openstreetmap.de/ticket/18756#comment:7 + +--- a/linux/tested/usr/bin/josm ++++ b/linux/tested/usr/bin/josm +@@ -61,7 +61,7 @@ if [ "$JAVACMD" ]; then + fi + set +e + while true; do +- $JAVACMD "$JAVA_OPTS" -jar /usr/share/josm/josm.jar "$@" ++ $JAVACMD $JAVA_OPTS -jar /usr/share/josm/josm.jar "$@" + if [ "z$?" != "z9" ]; then + break + fi ===================================== debian/patches/series ===================================== @@ -7,3 +7,4 @@ 07-use_system_fonts.patch 08-use_noto_font.patch 09-no-java-8.patch +launcher.patch View it on GitLab: https://salsa.debian.org/debian-gis-team/josm/-/compare/47b0ec03d78208f813d39ebeb763005152840a3a...1601cf70ccf1fe5ecd0061a5f722cc91a8232cc2 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/josm/-/compare/47b0ec03d78208f813d39ebeb763005152840a3a...1601cf70ccf1fe5ecd0061a5f722cc91a8232cc2 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
