[SCM] libgeo-point-perl Debian packaging branch, master, updated. debian/0.93-1-13-g867eba0
Xavier Guimard
x.guimard at free.fr
Wed Jan 23 12:33:03 UTC 2013
The following commit has been merged in the master branch:
commit e4ac3c8edbc5a51c9d573abac03a2ca76e93bcc3
Author: Xavier Guimard <x.guimard at free.fr>
Date: Wed Jan 23 12:56:21 2013 +0100
Add spelling errors patch
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..38edaa7
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+spelling-errors.patch
diff --git a/debian/patches/spelling-errors.patch b/debian/patches/spelling-errors.patch
new file mode 100644
index 0000000..9ad1bac
--- /dev/null
+++ b/debian/patches/spelling-errors.patch
@@ -0,0 +1,55 @@
+Description: spelling errors in pod doc
+Author: Xavier Guimard <x.guimard at free.fr>
+Bug: https://rt.cpan.org/Ticket/Display.html?id=82902
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=82902
+Last-Update: 2013-01-23
+
+--- a/lib/Geo/Shape.pod
++++ b/lib/Geo/Shape.pod
+@@ -91,7 +91,7 @@
+
+ The POINTS are ARRAYS with each an X and Y coordinate of a single
+ point in space. A list of transformed POINTS is returned, which is empty
+-if no change is needed. The returned list is preceeded by a projection
++if no change is needed. The returned list is preceded by a projection
+ NICK which is the result, usually the same as the provided NICK, but in
+ some cases (for instance UTM) it may be different.
+
+--- a/lib/Geo/Point.pod
++++ b/lib/Geo/Point.pod
+@@ -31,7 +31,7 @@
+
+ One of the most confusing things when handling geometrical data, is
+ that sometimes latlong, sometimes xy are used: horizontal and vertical
+-organization reversed. This packages tries to hide this from your
++organization reversed. These packages tries to hide this from your
+ program by providing abstract accessors L<latlong()|Geo::Point/"Constructors">, L<longlat()|Geo::Point/"Constructors">,
+ L<xy()|Geo::Point/"Constructors">, and L<yx()|Geo::Point/"Constructors">.
+
+@@ -292,7 +292,7 @@
+ =item $obj-E<gt>B<dms>([PROJECTION])
+
+ Show the point as DMS value-pair. You must be sure that the coordinate
+-is a projection for which is it usefull to represent the values in DMS.
++is a projection for which is it useful to represent the values in DMS.
+ In SCALAR context, one string is returned. In LIST context, the values
+ are returned separately in latlong order.
+
+@@ -313,7 +313,7 @@
+ =item $obj-E<gt>B<moveWest>()
+
+ Move a point from the eastern calculations into the western calculations,
+-resulting in a value below -180. This is usefull when this point is part
++resulting in a value below -180. This is useful when this point is part
+ of a larger construct, like the corners of a satellite image, which are
+ both sides of the -180 meridian.
+
+@@ -357,7 +357,7 @@
+
+ =item Error: UTM requires 3 values: easting, northing, and zone
+
+-=item Error: can only compare a point to an other Geo::Point
++=item Error: can only compare a point to another Geo::Point
+
+ =item Error: distance calculation not implemented between a $kind and a $kind
+
--
libgeo-point-perl Debian packaging
More information about the Pkg-perl-cvs-commits
mailing list