[Pkg-osm-maint] Bug#636345: Any reason not to upload packaging status in SVN?

2011-09-09 Thread Andreas Tille
Hi, JOSM is currently crashing all the time for me - my guess is that some plugins do not fit the packaged version. I checked packaging in SVN and it seems somehow ready for upload. Any reason for waiting? If yes I probably should open a new more qualified bug report with the exact problem (whi

Re: [Pkg-osm-maint] Bug#636345: Any reason not to upload packaging status in SVN?

2011-09-09 Thread Giovanni Mascellani
Hi Andreas. On 09/09/2011 15:34, Andreas Tille wrote: > Hi, > > JOSM is currently crashing all the time for me - my guess is that some > plugins do not fit the packaged version. I checked packaging in SVN > and it seems somehow ready for upload. Any reason for waiting? Mostly the fact that we

[Pkg-osm-maint] [patch] fix upload feature: Add depends on commons-codec

2011-09-09 Thread Damien Raude-Morvan
Hi pkg-osm team, When trying to build current josm (from pkg-osm git master branch), I've noticed that upload is broken because of ClassNotFound exception on commons- codec item. Here is (attached) a patch to fix this. Cheers, -- Damien - Debian Developper http://wiki.debian.org/DamienRaudeMor

Re: [Pkg-osm-maint] [patch] fix upload feature: Add depends on commons-codec

2011-09-09 Thread Giovanni Mascellani
Hi. On 09/09/2011 21:19, Damien Raude-Morvan wrote: > Hi pkg-osm team, > > When trying to build current josm (from pkg-osm git master branch), I've > noticed that upload is broken because of ClassNotFound exception on commons- > codec item. > > Here is (attached) a patch to fix this. Thanks, a

[Pkg-osm-maint] [patch] josm.sh fix: remove CLASSPATH

2011-09-09 Thread Damien Raude-Morvan
Hi pkg-osm team, I've noticed that debian/josm.sh have an "export CLASSPATH" which override Class-Path provided in META-INF/MANIFEST.MF of josm.jar. I think it's better to only keep latest one (MANIFEST) as it allow running josm with any VM with : $java -jar /usr/share/josm/josm.jar. Here is (

[Pkg-osm-maint] [patch] josm.sh: support for openjdk-7

2011-09-09 Thread Damien Raude-Morvan
Hi pkg-osm team, [Last one for today :)] As I'm openjdk-7 maintainer and user of josm, I've added support for openjdk-7 into josm.sh. Please find attached patch. Cheers, PS: Please keep me in CC as I'm not subscribed. -- Damien - Debian Developper http://wiki.debian.org/DamienRaudeMorvan From