Author: Andreas Tille <tille@debian.org>
Date:  Sat, 28 Jan 2012 08:59:13 +0100
Description: Java called in a pbuilder environment just fails if
 finding the '°' character in the comment - so it was replaced

--- spread-1.0.2.orig/src/utils/Utils.java
+++ spread-1.0.2/src/utils/Utils.java
@@ -414,7 +414,7 @@
 		// line
 		// gives
 		// dPhi=0
-		// if dLon over 180° take shorter rhumb across 180° meridian:
+		// if dLon over 180 degree take shorter rhumb across 180 degree meridian:
 		if (dLon > Math.PI)
 			dLon = 2 * Math.PI - dLon;
 		double distance = Math.sqrt(dLat * dLat + q * q * dLon * dLon)
