[Git][debian-gis-team/josm-installer][bookworm-backports] 6 commits: Updated linux directory to r19237.

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Wed Nov 6 04:23:48 GMT 2024



Bas Couwenberg pushed to branch bookworm-backports at Debian GIS Project / josm-installer


Commits:
2a5f967b by Bas Couwenberg at 2024-11-01T05:47:47+01:00
Updated linux directory to r19237.

- - - - -
13536c0d by Bas Couwenberg at 2024-11-01T05:49:34+01:00
Demote openjfx to Recommends, RC buggy.

- - - - -
32b4eee6 by Bas Couwenberg at 2024-11-01T05:53:14+01:00
Update lintian overrides.

- - - - -
4688184c by Bas Couwenberg at 2024-11-01T05:53:14+01:00
Set distribution to unstable.

- - - - -
547096d1 by Bas Couwenberg at 2024-11-06T05:20:41+01:00
Merge tag '0.0.6+svn19237' into bookworm-backports

releasing package josm-installer version 0.0.6+svn19237

- - - - -
de6a20e3 by Bas Couwenberg at 2024-11-06T05:20:47+01:00
Rebuild for bookworm-backports.

- - - - -


8 changed files:

- debian/changelog
- debian/control
- − debian/lintian-overrides
- josm
- linux/latest/usr/bin/josm-latest
- linux/latest/usr/share/metainfo/org.openstreetmap.josm-latest.appdata.xml
- linux/tested/usr/bin/josm
- linux/tested/usr/share/metainfo/org.openstreetmap.josm.appdata.xml


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,17 @@
+josm-installer (0.0.6+svn19237~bpo12+1) bookworm-backports; urgency=medium
+
+  * Rebuild for bookworm-backports.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Wed, 06 Nov 2024 05:20:44 +0100
+
+josm-installer (0.0.6+svn19237) unstable; urgency=medium
+
+  * Updated linux directory to r19237.
+  * Demote openjfx to Recommends, RC buggy.
+  * Update lintian overrides.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Fri, 01 Nov 2024 05:49:35 +0100
+
 josm-installer (0.0.6+svn19215~bpo12+1) bookworm-backports; urgency=medium
 
   * Rebuild for bookworm-backports.


=====================================
debian/control
=====================================
@@ -21,11 +21,11 @@ Package: josm-installer
 Architecture: all
 Depends: default-jre (>= 2:1.11) | java11-runtime,
          fonts-noto,
-         openjfx,
          proj-data,
          python3,
          python3-requests,
          ${misc:Depends}
+Recommends: openjfx
 Conflicts: josm
 Description: Editor for OpenStreetMap (installer)
  JOSM is an editor for OpenStreetMap (OSM) written in Java.


=====================================
debian/lintian-overrides deleted
=====================================
@@ -1,3 +0,0 @@
-# https://josm.openstreetmap.de/ticket/23948
-appstream-metadata-validation-failed *
-


=====================================
josm
=====================================
@@ -67,7 +67,7 @@ if [ -f "/etc/default/${JOSM_VERSION}" ]; then
 fi
 
 # If there is more than 8G ram, we can use up to 75% of the memory while still leaving 2G for other things.
-if [ "$(free --mega | grep '^Mem:' | awk '{print $2}')" -gt 8192 ]; then
+if [ "$(LC_ALL=C LANG=C free --mega | grep '^Mem:' | awk '{print $2}')" -gt 8192 ]; then
     # But don't set anything if JAVA_OPTS is already set.
     JAVA_OPTS="${JAVA_OPTS:=-XX:MaxRAMPercentage=75.0 -Xms256m}"
 fi


=====================================
linux/latest/usr/bin/josm-latest
=====================================
@@ -58,7 +58,7 @@ if [ -f "/etc/default/${JOSM_VERSION}" ]; then
 fi
 
 # If there is more than 8G ram, we can use up to 75% of the memory while still leaving 2G for other things.
-if [ "$(free --mega | grep '^Mem:' | awk '{print $2}')" -gt 8192 ]; then
+if [ "$(LC_ALL=C LANG=C free --mega | grep '^Mem:' | awk '{print $2}')" -gt 8192 ]; then
     # But don't set anything if JAVA_OPTS is already set.
     JAVA_OPTS="${JAVA_OPTS:=-XX:MaxRAMPercentage=75.0 -Xms256m}"
 fi


=====================================
linux/latest/usr/share/metainfo/org.openstreetmap.josm-latest.appdata.xml
=====================================
@@ -3,7 +3,9 @@
   <id>org.openstreetmap.josm-latest</id>
   <metadata_license>CC-BY-SA-3.0</metadata_license>
   <project_license>GPL-2.0+</project_license>
-  <developer_name>JOSM developers</developer_name>
+  <developer id="org.openstreetmap.josm">
+    <name>JOSM developers</name>
+  </developer>
   <name>JOSM</name>
   <summary>Java OpenStreetMap Editor</summary>
   <description>
@@ -23,8 +25,28 @@
   <content_rating type="oars-1.1"/>
   <launchable type="desktop-id">org.openstreetmap.josm-latest.desktop</launchable>
   <screenshots>
-    <screenshot type="default" width="1024" height="576">https://josm.openstreetmap.de/svn/trunk/native/linux/josm-screenshot.png</screenshot>
+    <screenshot type="default">
+      <image type="source" width="1024" height="576">https://josm.openstreetmap.de/svn/trunk/native/linux/josm-screenshot.png</image>
+      <caption>JOSM with data and background layer loaded</caption>
+    </screenshot>
   </screenshots>
   <url type="homepage">https://josm.openstreetmap.de</url>
-  <updatecontact>josm-dev_at_openstreetmap.org</updatecontact>
-</component>
\ No newline at end of file
+  <url type="bugtracker">https://josm.openstreetmap.de/report/1</url>
+  <url type="help">https://josm.openstreetmap.de/wiki/Help</url>
+  <url type="translate">https://josm.openstreetmap.de/wiki/Translations</url>
+  <url type="vcs-browser">https://josm.openstreetmap.de/browser</url>
+  <url type="contribute">https://josm.openstreetmap.de/#Contribute</url>
+  <requires>
+    <memory>128</memory> <!-- Technically doable. No addons, small download area, one imagery layer had 128mb usage. -->
+    <control>keyboard</control>
+    <control>pointing</control>
+    <display_length side="longest" compare="gt">800</display_length> <!-- Due to menu bar -->
+    <display_length side="shortest" compare="gt">600</display_length>
+  </requires>
+  <recommends>
+    <memory>4096</memory>
+    <internet>always</internet>
+    <display_length side="longest" compare="gt">1024</display_length>
+    <display_length side="shortest" compare="gt">768</display_length>
+  </recommends>
+</component>


=====================================
linux/tested/usr/bin/josm
=====================================
@@ -58,7 +58,7 @@ if [ -f "/etc/default/${JOSM_VERSION}" ]; then
 fi
 
 # If there is more than 8G ram, we can use up to 75% of the memory while still leaving 2G for other things.
-if [ "$(free --mega | grep '^Mem:' | awk '{print $2}')" -gt 8192 ]; then
+if [ "$(LC_ALL=C LANG=C free --mega | grep '^Mem:' | awk '{print $2}')" -gt 8192 ]; then
     # But don't set anything if JAVA_OPTS is already set.
     JAVA_OPTS="${JAVA_OPTS:=-XX:MaxRAMPercentage=75.0 -Xms256m}"
 fi


=====================================
linux/tested/usr/share/metainfo/org.openstreetmap.josm.appdata.xml
=====================================
@@ -3,7 +3,9 @@
   <id>org.openstreetmap.josm</id>
   <metadata_license>CC-BY-SA-3.0</metadata_license>
   <project_license>GPL-2.0+</project_license>
-  <developer_name>JOSM developers</developer_name>
+  <developer id="org.openstreetmap.josm">
+    <name>JOSM developers</name>
+  </developer>
   <name>JOSM</name>
   <summary>Java OpenStreetMap Editor</summary>
   <description>
@@ -23,8 +25,28 @@
   <content_rating type="oars-1.1"/>
   <launchable type="desktop-id">org.openstreetmap.josm.desktop</launchable>
   <screenshots>
-    <screenshot type="default" width="1024" height="576">https://josm.openstreetmap.de/svn/trunk/native/linux/josm-screenshot.png</screenshot>
+    <screenshot type="default">
+      <image type="source" width="1024" height="576">https://josm.openstreetmap.de/svn/trunk/native/linux/josm-screenshot.png</image>
+      <caption>JOSM with data and background layer loaded</caption>
+    </screenshot>
   </screenshots>
   <url type="homepage">https://josm.openstreetmap.de</url>
-  <updatecontact>josm-dev_at_openstreetmap.org</updatecontact>
-</component>
\ No newline at end of file
+  <url type="bugtracker">https://josm.openstreetmap.de/report/1</url>
+  <url type="help">https://josm.openstreetmap.de/wiki/Help</url>
+  <url type="translate">https://josm.openstreetmap.de/wiki/Translations</url>
+  <url type="vcs-browser">https://josm.openstreetmap.de/browser</url>
+  <url type="contribute">https://josm.openstreetmap.de/#Contribute</url>
+  <requires>
+    <memory>128</memory> <!-- Technically doable. No addons, small download area, one imagery layer had 128mb usage. -->
+    <control>keyboard</control>
+    <control>pointing</control>
+    <display_length side="longest" compare="gt">800</display_length> <!-- Due to menu bar -->
+    <display_length side="shortest" compare="gt">600</display_length>
+  </requires>
+  <recommends>
+    <memory>4096</memory>
+    <internet>always</internet>
+    <display_length side="longest" compare="gt">1024</display_length>
+    <display_length side="shortest" compare="gt">768</display_length>
+  </recommends>
+</component>



View it on GitLab: https://salsa.debian.org/debian-gis-team/josm-installer/-/compare/6e3272d04f577c6332818b00781121013eb9b963...de6a20e308a9ae93c546edaee5feeaa23b511f98

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/josm-installer/-/compare/6e3272d04f577c6332818b00781121013eb9b963...de6a20e308a9ae93c546edaee5feeaa23b511f98
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/20241106/ebc7ad39/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list