Bas Couwenberg pushed to branch master at Debian GIS Project / gpsprune
Commits: 52d0b9a0 by Bas Couwenberg at 2024-04-01T12:00:11+02:00 Add --add-opens option to JAVA_OPTS to fix Java3D functionality. (closes: #1068172) - - - - - 2 changed files: - debian/changelog - debian/scripts/gpsprune Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +gpsprune (23.2-2) UNRELEASED; urgency=medium + + * Add --add-opens option to JAVA_OPTS to fix Java3D functionality. + (closes: #1068172) + + -- Bas Couwenberg <[email protected]> Mon, 01 Apr 2024 11:59:37 +0200 + gpsprune (23.2-1) unstable; urgency=medium * New upstream release. ===================================== debian/scripts/gpsprune ===================================== @@ -1,6 +1,6 @@ #!/bin/sh PRUNEJAR=/usr/share/gpsprune/gpsprune.jar -JAVA_OPTS="$JAVA_OPTS -Djava.net.preferIPv4Stack=true" +JAVA_OPTS="$JAVA_OPTS -Djava.net.preferIPv4Stack=true --add-opens=java.desktop/sun.awt=ALL-UNNAMED" proxyhost=$(echo $http_proxy | sed -n 's?http[s|]://\([^:/]\+\).*?\1?p') proxyport=$(echo $http_proxy | sed -n 's?http[s|]://[^:]\+:\([0-9]\+\).*?\1?p') View it on GitLab: https://salsa.debian.org/debian-gis-team/gpsprune/-/commit/52d0b9a019d1c77dae6e29acd52d6d5ee367fae3 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/gpsprune/-/commit/52d0b9a019d1c77dae6e29acd52d6d5ee367fae3 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
