Your message dated Mon, 22 Nov 2021 09:19:44 +0000
with message-id <[email protected]>
and subject line Bug#1000344: fixed in josm 0.0.svn18303+dfsg-2
has caused the Debian Bug report #1000344,
regarding josm: exception accessing preferences
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1000344: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1000344
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: josm
Version: 0.0.svn18303+dfsg-1~bpo11+1
Severity: important
X-Debbugs-Cc: none, Dave Love <[email protected]>

In a fresh install (no plugins) of the backport version I went to Edit
-> Preferences and got the exception below.  I can activate preferences
both in the 18303 https://josm.openstreetmap.de/josm-tested.jar on this
system and also the Ubuntu package from josm.openstreetmap.de/apt on
another system with Ubuntu 18.04.  I note that the josm-tested jar
doesn't report "Look and Feel not found" or warn about the font.

Using /bin/java to execute josm.
2021-11-21 21:01:18.347 INFO: Log level is at INFO (INFO, 800)
2021-11-21 21:01:20.828 INFO: Look and Feel not found: 
javax.swing.plaf.gtk.GTKLookAndFeel
^[[O2021-11-21 21:01:25.761 INFO: Obtained 82 Tag2Link rules from 
resource://META-INF/resources/webjars/tag2link/2021.3.21/index.json
2021-11-21 21:01:28.106 WARNING: Could not create font Droid Sans
2021-11-21 21:01:28.117 WARNING: Could not create font Droid Sans
2021-11-21 21:01:28.118 WARNING: Could not create font Droid Sans
2021-11-21 21:01:28.120 WARNING: Could not create font Droid Sans
2021-11-21 21:01:28.122 WARNING: Could not create font Droid Sans
2021-11-21 21:01:28.123 WARNING: Could not create font Droid Sans
2021-11-21 21:01:28.124 WARNING: Could not create font Droid Sans
2021-11-21 21:01:28.125 WARNING: Could not create font Droid Sans
2021-11-21 21:01:30.098 INFO: Changeset updater active (checks every 60 minutes 
if open changesets have been closed)
2021-11-21 21:01:35.518 SEVERE: Handled by bug report queue: 
java.lang.NullPointerException
java.lang.NullPointerException
        at 
org.openstreetmap.josm.gui.preferences.display.LafPreference$LafListCellRenderer.getListCellRendererComponent(LafPreference.java:68)
        at 
org.openstreetmap.josm.gui.preferences.display.LafPreference$LafListCellRenderer.getListCellRendererComponent(LafPreference.java:62)
        at 
java.desktop/javax.swing.plaf.basic.BasicComboBoxUI.paintCurrentValue(BasicComboBoxUI.java:1269)
        at 
java.desktop/javax.swing.plaf.metal.MetalComboBoxUI.paintCurrentValue(MetalComboBoxUI.java:97)
        at 
java.desktop/javax.swing.plaf.basic.BasicComboBoxUI.paint(BasicComboBoxUI.java:943)
        at 
java.desktop/javax.swing.plaf.metal.MetalComboBoxUI.paint(MetalComboBoxUI.java:69)
        at 
java.desktop/javax.swing.plaf.ComponentUI.update(ComponentUI.java:161)
        at 
java.desktop/javax.swing.JComponent.paintComponent(JComponent.java:797)
        at 
org.openstreetmap.josm.gui.widgets.JosmComboBox.paintComponent(JosmComboBox.java:330)
        at java.desktop/javax.swing.JComponent.paint(JComponent.java:1074)
        at 
java.desktop/javax.swing.JComponent.paintChildren(JComponent.java:907)
        at java.desktop/javax.swing.JComponent.paint(JComponent.java:1083)
        at 
java.desktop/javax.swing.JComponent.paintChildren(JComponent.java:907)
        at java.desktop/javax.swing.JComponent.paint(JComponent.java:1083)
        at java.desktop/javax.swing.JViewport.paint(JViewport.java:737)
        at 
java.desktop/javax.swing.JComponent.paintChildren(JComponent.java:907)
        at java.desktop/javax.swing.JComponent.paint(JComponent.java:1083)
        at 
java.desktop/javax.swing.JComponent.paintChildren(JComponent.java:907)
        at java.desktop/javax.swing.JComponent.paint(JComponent.java:1083)
        at 
java.desktop/javax.swing.JComponent.paintChildren(JComponent.java:907)
        at java.desktop/javax.swing.JComponent.paint(JComponent.java:1083)
        at 
java.desktop/javax.swing.JComponent.paintChildren(JComponent.java:907)
        at java.desktop/javax.swing.JComponent.paint(JComponent.java:1083)
        at 
java.desktop/javax.swing.JComponent.paintChildren(JComponent.java:907)
        at java.desktop/javax.swing.JComponent.paint(JComponent.java:1083)
        at 
java.desktop/javax.swing.JComponent.paintChildren(JComponent.java:907)
        at java.desktop/javax.swing.JComponent.paint(JComponent.java:1083)
        at java.desktop/javax.swing.JLayeredPane.paint(JLayeredPane.java:590)
        at 
java.desktop/javax.swing.JComponent.paintChildren(JComponent.java:907)
        at 
java.desktop/javax.swing.JComponent.paintToOffscreen(JComponent.java:5262)
        at 
java.desktop/javax.swing.BufferStrategyPaintManager.paint(BufferStrategyPaintManager.java:246)
        at 
java.desktop/javax.swing.RepaintManager.paint(RepaintManager.java:1323)
        at java.desktop/javax.swing.JComponent.paint(JComponent.java:1060)
        at 
java.desktop/java.awt.GraphicsCallback$PaintCallback.run(GraphicsCallback.java:39)
        at 
java.desktop/sun.awt.SunGraphicsCallback.runOneComponent(SunGraphicsCallback.java:78)
        at 
java.desktop/sun.awt.SunGraphicsCallback.runComponents(SunGraphicsCallback.java:115)
        at java.desktop/java.awt.Container.paint(Container.java:2002)
        at java.desktop/java.awt.Window.paint(Window.java:3940)
        at 
java.desktop/javax.swing.RepaintManager$4.run(RepaintManager.java:876)
        at 
java.desktop/javax.swing.RepaintManager$4.run(RepaintManager.java:848)
        at java.base/java.security.AccessController.doPrivileged(Native Method)
        at 
java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
        at 
java.desktop/javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:848)
        at 
java.desktop/javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:823)
        at 
java.desktop/javax.swing.RepaintManager.prePaintDirtyRegions(RepaintManager.java:772)
        at 
java.desktop/javax.swing.RepaintManager$ProcessingRunnable.run(RepaintManager.java:1890)
        at 
java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
        at 
java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
        at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
        at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
        at java.base/java.security.AccessController.doPrivileged(Native Method)
        at 
java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
        at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
        at 
java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
        at 
java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
        at 
java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:117)
        at 
java.desktop/java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:190)
        at 
java.desktop/java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:235)
        at 
java.desktop/java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:233)
        at java.base/java.security.AccessController.doPrivileged(Native Method)
        at 
java.desktop/java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:233)
        at java.desktop/java.awt.Dialog.show(Dialog.java:1070)
        at java.desktop/java.awt.Component.show(Component.java:1716)
        at java.desktop/java.awt.Component.setVisible(Component.java:1663)
        at java.desktop/java.awt.Window.setVisible(Window.java:1031)
        at java.desktop/java.awt.Dialog.setVisible(Dialog.java:1005)
        at 
org.openstreetmap.josm.gui.preferences.PreferenceDialog.setVisible(PreferenceDialog.java:145)
        at 
org.openstreetmap.josm.actions.PreferencesAction.run(PreferencesAction.java:119)
        at 
org.openstreetmap.josm.actions.PreferencesAction.actionPerformed(PreferencesAction.java:104)
        at 
java.desktop/javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1967)
        at 
java.desktop/javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2308)
        at 
java.desktop/javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:405)
        at 
java.desktop/javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:262)
        at 
java.desktop/javax.swing.AbstractButton.doClick(AbstractButton.java:369)
        at 
java.desktop/javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1020)
        at 
java.desktop/javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1064)
        at 
java.desktop/java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:297)
        at 
java.desktop/java.awt.Component.processMouseEvent(Component.java:6635)
        at 
java.desktop/javax.swing.JComponent.processMouseEvent(JComponent.java:3342)
        at java.desktop/java.awt.Component.processEvent(Component.java:6400)
        at java.desktop/java.awt.Container.processEvent(Container.java:2263)
        at 
java.desktop/java.awt.Component.dispatchEventImpl(Component.java:5011)
        at 
java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2321)
        at java.desktop/java.awt.Component.dispatchEvent(Component.java:4843)
        at 
java.desktop/java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4918)
        at 
java.desktop/java.awt.LightweightDispatcher.processMouseEvent(Container.java:4547)
        at 
java.desktop/java.awt.LightweightDispatcher.dispatchEvent(Container.java:4488)
        at 
java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2307)
        at java.desktop/java.awt.Window.dispatchEventImpl(Window.java:2772)
        at java.desktop/java.awt.Component.dispatchEvent(Component.java:4843)
        at 
java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:772)
        at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
        at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
        at java.base/java.security.AccessController.doPrivileged(Native Method)
        at 
java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
        at 
java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:95)
        at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:745)
        at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:743)
        at java.base/java.security.AccessController.doPrivileged(Native Method)
        at 
java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
        at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:742)
        at 
java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
        at 
java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
        at 
java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
        at 
java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
        at 
java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
        at 
java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)

2021-11-21 21:01:35.559 SEVERE: Handled by bug report queue: 
java.lang.NullPointerException
java.lang.NullPointerException
        at 
org.openstreetmap.josm.gui.preferences.display.LafPreference$LafListCellRenderer.getListCellRendererComponent(LafPreference.java:68)
        at 
org.openstreetmap.josm.gui.preferences.display.LafPreference$LafListCellRenderer.getListCellRendererComponent(LafPreference.java:62)
        at 
java.desktop/javax.swing.plaf.basic.BasicComboBoxUI.paintCurrentValue(BasicComboBoxUI.java:1269)
        at 
java.desktop/javax.swing.plaf.metal.MetalComboBoxUI.paintCurrentValue(MetalComboBoxUI.java:97)
        at 
java.desktop/javax.swing.plaf.basic.BasicComboBoxUI.paint(BasicComboBoxUI.java:943)
        at 
java.desktop/javax.swing.plaf.metal.MetalComboBoxUI.paint(MetalComboBoxUI.java:69)
        at 
java.desktop/javax.swing.plaf.ComponentUI.update(ComponentUI.java:161)
        at 
java.desktop/javax.swing.JComponent.paintComponent(JComponent.java:797)
        at 
org.openstreetmap.josm.gui.widgets.JosmComboBox.paintComponent(JosmComboBox.java:330)
        at java.desktop/javax.swing.JComponent.paint(JComponent.java:1074)
        at 
java.desktop/javax.swing.JComponent.paintChildren(JComponent.java:907)
        at java.desktop/javax.swing.JComponent.paint(JComponent.java:1083)
        at 
java.desktop/javax.swing.JComponent.paintChildren(JComponent.java:907)
        at java.desktop/javax.swing.JComponent.paint(JComponent.java:1083)
        at java.desktop/javax.swing.JViewport.paint(JViewport.java:737)
        at 
java.desktop/javax.swing.JComponent.paintChildren(JComponent.java:907)
        at java.desktop/javax.swing.JComponent.paint(JComponent.java:1083)
        at 
java.desktop/javax.swing.JComponent.paintChildren(JComponent.java:907)
        at java.desktop/javax.swing.JComponent.paint(JComponent.java:1083)
        at 
java.desktop/javax.swing.JComponent.paintChildren(JComponent.java:907)
        at java.desktop/javax.swing.JComponent.paint(JComponent.java:1083)
        at 
java.desktop/javax.swing.JComponent.paintChildren(JComponent.java:907)
        at java.desktop/javax.swing.JComponent.paint(JComponent.java:1083)
        at 
java.desktop/javax.swing.JComponent.paintChildren(JComponent.java:907)
        at java.desktop/javax.swing.JComponent.paint(JComponent.java:1083)
        at 
java.desktop/javax.swing.JComponent.paintToOffscreen(JComponent.java:5255)
        at 
java.desktop/javax.swing.BufferStrategyPaintManager.paint(BufferStrategyPaintManager.java:246)
        at 
java.desktop/javax.swing.RepaintManager.paint(RepaintManager.java:1323)
        at 
java.desktop/javax.swing.JComponent._paintImmediately(JComponent.java:5203)
        at 
java.desktop/javax.swing.JComponent.paintImmediately(JComponent.java:5013)
        at 
java.desktop/javax.swing.RepaintManager$4.run(RepaintManager.java:865)
        at 
java.desktop/javax.swing.RepaintManager$4.run(RepaintManager.java:848)
        at java.base/java.security.AccessController.doPrivileged(Native Method)
        at 
java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
        at 
java.desktop/javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:848)
        at 
java.desktop/javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:823)
        at 
java.desktop/javax.swing.RepaintManager.prePaintDirtyRegions(RepaintManager.java:772)
        at 
java.desktop/javax.swing.RepaintManager$ProcessingRunnable.run(RepaintManager.java:1890)
        at 
java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
        at 
java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
        at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
        at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
        at java.base/java.security.AccessController.doPrivileged(Native Method)
        at 
java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
        at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
        at 
java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
        at 
java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
        at 
java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:117)
        at 
java.desktop/java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:190)
        at 
java.desktop/java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:235)
        at 
java.desktop/java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:233)
        at java.base/java.security.AccessController.doPrivileged(Native Method)
        at 
java.desktop/java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:233)
        at java.desktop/java.awt.Dialog.show(Dialog.java:1070)
        at java.desktop/java.awt.Component.show(Component.java:1716)
        at java.desktop/java.awt.Component.setVisible(Component.java:1663)
        at java.desktop/java.awt.Window.setVisible(Window.java:1031)
        at java.desktop/java.awt.Dialog.setVisible(Dialog.java:1005)
        at 
org.openstreetmap.josm.gui.preferences.PreferenceDialog.setVisible(PreferenceDialog.java:145)
        at 
org.openstreetmap.josm.actions.PreferencesAction.run(PreferencesAction.java:119)
        at 
org.openstreetmap.josm.actions.PreferencesAction.actionPerformed(PreferencesAction.java:104)
        at 
java.desktop/javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1967)
        at 
java.desktop/javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2308)
        at 
java.desktop/javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:405)
        at 
java.desktop/javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:262)
        at 
java.desktop/javax.swing.AbstractButton.doClick(AbstractButton.java:369)
        at 
java.desktop/javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1020)
        at 
java.desktop/javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1064)
        at 
java.desktop/java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:297)
        at 
java.desktop/java.awt.Component.processMouseEvent(Component.java:6635)
        at 
java.desktop/javax.swing.JComponent.processMouseEvent(JComponent.java:3342)
        at java.desktop/java.awt.Component.processEvent(Component.java:6400)
        at java.desktop/java.awt.Container.processEvent(Container.java:2263)
        at 
java.desktop/java.awt.Component.dispatchEventImpl(Component.java:5011)
        at 
java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2321)
        at java.desktop/java.awt.Component.dispatchEvent(Component.java:4843)
        at 
java.desktop/java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4918)
        at 
java.desktop/java.awt.LightweightDispatcher.processMouseEvent(Container.java:4547)
        at 
java.desktop/java.awt.LightweightDispatcher.dispatchEvent(Container.java:4488)
        at 
java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2307)
        at java.desktop/java.awt.Window.dispatchEventImpl(Window.java:2772)
        at java.desktop/java.awt.Component.dispatchEvent(Component.java:4843)
        at 
java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:772)
        at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
        at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
        at java.base/java.security.AccessController.doPrivileged(Native Method)
        at 
java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
        at 
java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:95)
        at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:745)
        at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:743)
        at java.base/java.security.AccessController.doPrivileged(Native Method)
        at 
java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
        at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:742)
        at 
java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
        at 
java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
        at 
java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
        at 
java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
        at 
java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
        at 
java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)

2021-11-21 21:01:38.281 INFO: GET https://josm.openstreetmap.de/tested -> 
HTTP/1.1 200 (180 ms)

-- System Information:
Debian Release: 11.1
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.10.0-9-amd64 (SMP w/4 CPU threads)
Kernel taint flags: TAINT_CPU_OUT_OF_SPEC, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_GB:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages josm depends on:
ii  default-jre [java9-runtime]     2:1.11-72
ii  fonts-noto                      20201225-1
ii  jmapviewer                      2.15+dfsg-1~bpo10+1
ii  libcommons-compress-java        1.20-1
ii  libgettext-commons-java         0.9.6-6
ii  openjdk-11-jre [java9-runtime]  11.0.13+8-1~deb11u1
ii  openjfx                         11.0.11+0-1
ii  proj-data                       7.2.1-1

Versions of packages josm recommends:
pn  josm-l10n  <none>

josm suggests no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: josm
Source-Version: 0.0.svn18303+dfsg-2
Done: Bas Couwenberg <[email protected]>

We believe that the bug you reported is fixed in the latest version of
josm, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bas Couwenberg <[email protected]> (supplier of updated josm package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 22 Nov 2021 09:53:34 +0100
Source: josm
Architecture: source
Version: 0.0.svn18303+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project <[email protected]>
Changed-By: Bas Couwenberg <[email protected]>
Closes: 1000344
Changes:
 josm (0.0.svn18303+dfsg-2) unstable; urgency=medium
 .
   * Drop 03-default_look_and_feel.patch, doesn't work any more.
     (closes: #1000344)
   * Use Noto font in SVG files.
Checksums-Sha1:
 2da75f08d473a71496045f0f878bbe262b4bf975 2308 josm_0.0.svn18303+dfsg-2.dsc
 0a5bfd16bcefbafe0a4920207d72054b5c133fc7 53256 
josm_0.0.svn18303+dfsg-2.debian.tar.xz
 46ac6d9f6b7a42d70e3a123be5b0749f2424997d 12688 
josm_0.0.svn18303+dfsg-2_amd64.buildinfo
Checksums-Sha256:
 46cdeca98406a267f1caa65b55b027daf44f2472c1d06330e7a8ef6a40d9586c 2308 
josm_0.0.svn18303+dfsg-2.dsc
 cfd8ad917b8584b680d5ec3bb5df1ea078b66f7a9733db245c577c041a967f45 53256 
josm_0.0.svn18303+dfsg-2.debian.tar.xz
 1983fd19bc62e66a647d3db53749d3ee10355f39c2780e82af4932d5a2c5bca4 12688 
josm_0.0.svn18303+dfsg-2_amd64.buildinfo
Files:
 d99169677498de81dbf5112a89a0a9d3 2308 utils optional 
josm_0.0.svn18303+dfsg-2.dsc
 5c8b12d19df1d33768aaf1e184fdb468 53256 utils optional 
josm_0.0.svn18303+dfsg-2.debian.tar.xz
 a04100b3a8f1ae08eecccfbe4c6d6cbe 12688 utils optional 
josm_0.0.svn18303+dfsg-2_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEgYLeQXBWQI1hRlDRZ1DxCuiNSvEFAmGbXgYACgkQZ1DxCuiN
SvErGg//coeL0Y+GI7AtQBebXIp6ndbAOjXqFrzoJ5DF7Xs/PU6Zq07U7c5J2twA
elT8WRDHYe7p6IFeI9pZWDYSatztBmxDt0A6gaGgYh69cVAUH61upJJkhrHdIFrA
JUfezZiPOwOwWL5uM+8mulMxRmGmbGPH3DJSjHMbrzktuW1DVUjCKADyy+sVB1QK
b3j2OUnM4Mnr3bFmKUKpzOIq3bnkZkBtv54N6nrQ9EuCYinelmO3bLI/k0ENjeIe
qjK0rCiYFJ9esVR4OPmyLE/3M2JhNVD6vTp+4OuwGMf2VM89cZSoO2D71b0tTzBA
4vUSNK9CYjdE3lINnjTEGO7gmiDmmnFV8gDtQezSYRJiV09vXrYXgr3iIVno33dk
/dj6EYtzGzEeM9/CVcug4pdQ58YXWpAMvuOxJjcl6IBPABhnMnX2F07i82DRi6PL
xZdZe9WuGd/6L49ZJbxuy8Xt6W1etxdQOWZq0IpBg73rrdC/a1sh10lexNQ+Ynng
fQ5M4Kwcr6PNVQ0+ZtgLDOfeQ78tDGk4p418n590P0+aNUPDk8GDUltYdMVEsZLZ
2gJ3+zgyeRCyWWlz5xUX0DgBn7dWgbx4N7M8wXPTri7g4GDq6FQLAjBpXk82VlkX
UrsAW8vUT3llVLhGja8TQXD4lhIDVbwG1iOAAhK/+p7R1S8S88A=
=HxmN
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to