Your message dated Wed, 06 Oct 2010 09:02:11 +0000
with message-id <e1p3pt5-0007zt...@franck.debian.org>
and subject line Bug#598920: fixed in josm 0.0.svn3514-2
has caused the Debian Bug report #598920,
regarding josm: JOSM ask for update, bad version compare
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 ow...@bugs.debian.org
immediately.)


-- 
598920: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=598920
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: josm
Version: 0.0.svn3514-1
Severity: normal
Tags: patch


JOSM ask for update when start:

You should update!
2010-09-14 (3529)
For the tags in the properties dialogue, you can directly open the 
corresponding wiki-page in a browser.
2010-09-03 (o22964)
The WMS plugin supports GetCapabilities requests.
2010-08-13 (3431)
The new Purge command can clean up data layers.
2010-07-27 (3388)
New tagging preset search dialog.
2010-07-20 (3378)
JOSM can now recover an intermediate state of your editing in case of a crash.
JOSM now requires JAVA version 6. Users of JAVA version 5 need to use older 
JOSM versions.

Active version '3514 SVN' should be updated! The current stable snapshot is 
3514 and 3580 is the unstable development version
--------------------^^^^

I think that version should be '3514' (without SVN string).

I suggest to apply the attached patch (quilt)


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=es_ES.utf8, LC_CTYPE=es_ES.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages josm depends on:
ii  libgettext-commons-java 0.9.6-2          Java classes for internationalizat
ii  libmetadata-extractor-j 2.3.1+dfsg-2     JPEG metadata extraction framework
ii  liboauth-signpost-java  1.2.1.1-1        simple OAuth message signing for J
ii  openjdk-6-jre           6b18-1.8.1-2     OpenJDK Java runtime, using Hotspo
ii  openstreetmap-map-icons 1:0.0.svn20783-1 Collection of map icons (classic s
ii  sun-java6-jre           6.21-1           Sun Java(TM) Runtime Environment (

Versions of packages josm recommends:
pn  josm-plugins                  <none>     (no description available)

josm suggests no packages.

-- no debconf information
Index: josm-0.0.svn3514/build.xml
===================================================================
--- josm-0.0.svn3514.orig/build.xml	2010-10-03 01:47:57.000000000 +0200
+++ josm-0.0.svn3514/build.xml	2010-10-03 01:48:10.000000000 +0200
@@ -81,7 +81,7 @@
 			<!-- add attribute excludes="**/*BZip2*,**/*Bzip2*" to create a non-bzip2 supporting jar -->
 			<manifest>
 				<attribute name="Main-class" value="JOSM" />
-				<attribute name="Main-Version" value="${version.entry.commit.revision} SVN"/>
+				<attribute name="Main-Version" value="${version.entry.commit.revision}"/>
 				<attribute name="Main-Date" value="${version.entry.commit.date}"/>
 				<attribute name="Debian-Release" value="${debian.version}"/>
 				<attribute name="Class-Path" value="/usr/share/java/gettext-commons.jar /usr/share/java/metadata-extractor.jar /usr/share/java/signpost-core.jar"/>
Index: josm-0.0.svn3514/src/org/openstreetmap/josm/data/Version.java
===================================================================
--- josm-0.0.svn3514.orig/src/org/openstreetmap/josm/data/Version.java	2010-10-03 01:50:13.000000000 +0200
+++ josm-0.0.svn3514/src/org/openstreetmap/josm/data/Version.java	2010-10-03 01:50:28.000000000 +0200
@@ -206,9 +206,9 @@
     public String getAgentString() {
         int v = getVersion();
         String s = (v == JOSM_UNKNOWN_VERSION) ? "UNKNOWN" : Integer.toString(v);
-        if (isLocalBuild() && v != JOSM_UNKNOWN_VERSION) {
+        /*if (isLocalBuild() && v != JOSM_UNKNOWN_VERSION) {
             s += " SVN";
-        }
+        }*/
         return "JOSM/1.5 ("+ s+" "+LanguageInfo.getJOSMLocaleCode()+")";
     }
 }

--- End Message ---
--- Begin Message ---
Source: josm
Source-Version: 0.0.svn3514-2

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:

josm_0.0.svn3514-2.debian.tar.gz
  to main/j/josm/josm_0.0.svn3514-2.debian.tar.gz
josm_0.0.svn3514-2.dsc
  to main/j/josm/josm_0.0.svn3514-2.dsc
josm_0.0.svn3514-2_all.deb
  to main/j/josm/josm_0.0.svn3514-2_all.deb



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 598...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
David Paleino <da...@debian.org> (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 ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 06 Oct 2010 10:34:40 +0200
Source: josm
Binary: josm
Architecture: source all
Version: 0.0.svn3514-2
Distribution: unstable
Urgency: low
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Changed-By: David Paleino <da...@debian.org>
Description: 
 josm       - Editor for OpenStreetMap
Closes: 598920
Changes: 
 josm (0.0.svn3514-2) unstable; urgency=low
 .
   * debian/patches/90-fix_version.patch added, fix inconsistency
     between code and upstream website. Thanks to Mario Izquierdo
     (Closes: #598920)
   * debian/control: use openjdk-6-jdk instead of default-jdk, to ease
     sync to Ubuntu.
Checksums-Sha1: 
 fabd1bb13ad8d3c40cc2d33220f57cea59ff5b0c 1595 josm_0.0.svn3514-2.dsc
 cb16ff8870cf33084c0ab3430325291d570e8dfd 21868 josm_0.0.svn3514-2.debian.tar.gz
 b237e0f56c74aad01da9f4072ebbd8f0eb7a74c1 4641794 josm_0.0.svn3514-2_all.deb
Checksums-Sha256: 
 020667a552709c6cb8db5111d4d1c2c3ed60592687d13c015dc390bb205ab499 1595 
josm_0.0.svn3514-2.dsc
 bbf90e1cf56f51c323c4fe372c9bb06db3a24d57a83eac3435fa9df7a5ee11c2 21868 
josm_0.0.svn3514-2.debian.tar.gz
 f65ac1b28f254c693a80f69816f1ef45a4f481d54e8433e76a4dc6778aed915b 4641794 
josm_0.0.svn3514-2_all.deb
Files: 
 ecee52ea926eedf1a02fae955a0848bc 1595 utils extra josm_0.0.svn3514-2.dsc
 e84a2c5e9401d1deee3780b7439be330 21868 utils extra 
josm_0.0.svn3514-2.debian.tar.gz
 627cb70a3203dbed794e9479e9af6e9b 4641794 utils extra josm_0.0.svn3514-2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkysNnoACgkQ5qqQFxOSsXQFTgCgr9og/oUIVNTz5fxQnUHEz3bo
IU8AnjlKpH3LK1Yp96MV+gZsbVAyztuA
=EGeo
-----END PGP SIGNATURE-----



--- End Message ---
_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

Reply via email to