[DebianGIS-dev] r1445 - packages/josm/trunk/debian/patches

nd-guest at alioth.debian.org nd-guest at alioth.debian.org
Tue Mar 25 22:07:31 UTC 2008


Author: nd-guest
Date: 2008-03-25 22:07:30 +0000 (Tue, 25 Mar 2008)
New Revision: 1445

Modified:
   packages/josm/trunk/debian/patches/50_OsmServerWriter.dpatch
Log:
be more verbose in the patch description


Modified: packages/josm/trunk/debian/patches/50_OsmServerWriter.dpatch
===================================================================
--- packages/josm/trunk/debian/patches/50_OsmServerWriter.dpatch	2008-03-25 21:41:11 UTC (rev 1444)
+++ packages/josm/trunk/debian/patches/50_OsmServerWriter.dpatch	2008-03-25 22:07:30 UTC (rev 1445)
@@ -1,7 +1,9 @@
 #! /bin/sh /usr/share/dpatch/dpatch-run
 ## 50_OsmServerWriter.dpatch by Andreas Putzo <andreas at putzo.net>
 ##
-## DP: Create Outputstream prior connect() for uploading with the classpath library.
+## DP: Setup the OutputStream for uploading before connecting to the OSM server.
+## DP:   While the classpath library (URLConnection) documents that this should happen after connect() 
+## DP:   it actually throws an exception in HttpURLConnection when done in that order.
 
 @DPATCH@
 diff -urNad josm-0.0.0.20080316~/src/org/openstreetmap/josm/io/OsmServerWriter.java josm-0.0.0.20080316/src/org/openstreetmap/josm/io/OsmServerWriter.java




More information about the Pkg-grass-devel mailing list