Package: josm / 0.0.svn11427+dfsg-1

Metadata

Package Version Patches format
josm 0.0.svn11427+dfsg-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
00 build.patch | (download)

build.xml | 70 32 + 38 - 0 !
i18n/build.xml | 32 18 + 14 - 0 !
2 files changed, 50 insertions(+), 52 deletions(-)

 adjustments to the ant build.xml file.
 Mainly to use system-provided JARs and not depend on Internet connection.
 Also adds support to build the translations in the i18n directory.
 The Debian package build is identified using the Build-Name in the REVISION
 file and is not considered local build.
01 bts.patch | (download)

src/org/openstreetmap/josm/actions/AboutAction.java | 6 6 + 0 - 0 !
src/org/openstreetmap/josm/actions/ShowStatusReportAction.java | 3 2 + 1 - 0 !
src/org/openstreetmap/josm/data/Version.java | 7 7 + 0 - 0 !
src/org/openstreetmap/josm/tools/bugreport/BugReportDialog.java | 11 4 + 7 - 0 !
src/org/openstreetmap/josm/tools/bugreport/BugReportSender.java | 13 5 + 8 - 0 !
5 files changed, 24 insertions(+), 16 deletions(-)

 include debian version number and bts link.
 Bugs for the JOSM version present in Debian have to be filed in Debian's
 BTS and not upstream. Also include the Debian version number for better
 bug triaging.
03 default_look_and_feel.patch | (download)

src/org/openstreetmap/josm/tools/PlatformHookUnixoid.java | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use gtk look and feel by default.
 Patch rewritten for new code, original patch was from Ubuntu's
 01-default-look-and-feel.dpatch by Mathieu Trudel <mathieu.tl@gmail.com>
04 use_system_jmapviewer.patch | (download)

build.xml | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 don't embed parts of jmapviewer in final josm jar.
05 fix_version.patch | (download)

build.xml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix version numbers to reflect upstream changes.
 Appending SVN to version is not required for the Debian package build.
 The Debian package build is identified using the Build-Name property in the
 REVISION file (see 00-build.patch).
06 move_data_out_of_jar.patch | (download)

build.xml | 6 3 + 3 - 0 !
src/org/openstreetmap/josm/io/CachedFile.java | 16 11 + 5 - 0 !
src/org/openstreetmap/josm/tools/I18n.java | 7 6 + 1 - 0 !
3 files changed, 20 insertions(+), 9 deletions(-)

 move sharable data out of josm.jar.
07 use_system_fonts.patch | (download)

src/org/openstreetmap/josm/tools/FontsManager.java | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 use system noto fonts, instead of the embedded droid fonts.
08 use_noto_font.patch | (download)

src/org/openstreetmap/josm/data/osm/visitor/paint/StyledMapRenderer.java | 2 1 + 1 - 0 !
src/org/openstreetmap/josm/gui/mappaint/styleelement/StyleElement.java | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 use noto font instead of droid.