[Git][debian-gis-team/gpsprune][master] Add --add-opens option to JAVA_OPTS to fix Java3D functionality. (closes: #1068172)
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Mon Apr 1 11:00:30 BST 2024
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 <sebastic at debian.org> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20240401/ce33840f/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list