source: josm/trunk/native/linux/tested/DEBIAN/control

Last change on this file was 18985, checked in by taylor.smock, 2 months ago

Fix #23355: Sanity check JVM arguments on startup

See #17858: JOSM will no longer continue running if the user is on an unsupported
Java version (for this commit, older than Java 11; message indicates Java 17).
This does update the link for Azul from Java 17 to Java 21 as well.

In order to (hopefully) reduce confusion, the webstart and Java update nags will
also be reset in the event that JOSM will exit due to old Java versions. This is
mostly so that users will get the messages to update to OpenWebstart or the
appropriate Java link for their platform and architecture.

Additionally, this will (hopefully) reduce the number of tickets we have to close
due to missing JVM arguments by informing users of the missing arguments at startup.

File size: 945 bytes
Line 
1Package: josm
2Version: 1.5.svn{{VERSION}}
3Section: utils
4Maintainer: josm developers <josm-dev@openstreetmap.org>
5Homepage: https://josm.openstreetmap.de
6Priority: extra
7Architecture: all
8Depends: default-jre (>= 2:1.17) | java11-runtime,
9 proj-data, fonts-noto, openjfx
10Conflicts: josm-plugins
11Replaces: josm-plugins
12Description: Editor for OpenStreetMap
13 JOSM is an editor for OpenStreetMap (OSM) written in Java.
14 The current version supports stand alone GPX tracks, GPX track data
15 from OSM database and existing nodes, line segments and metadata tags
16 from the OSM database.
17 .
18 OpenStreetMap is a project aimed squarely at creating and providing
19 free geographic data such as street maps to anyone who wants them.
20 The project was started because most maps you think of as free actually
21 have legal or technical restrictions on their use, holding back people
22 from using them in creative, productive or unexpected ways.
23
24
25
Note: See TracBrowser for help on using the repository browser.