[libgeo-point-perl] 04/07: Remove spelling-errors.patch, applied upstream

Daniel Lintott dlintott-guest at moszumanska.debian.org
Sat Feb 22 20:36:00 UTC 2014


This is an automated email from the git hooks/post-receive script.

dlintott-guest pushed a commit to branch master
in repository libgeo-point-perl.

commit 9b5f1df869a6209441969238af4eb995ad8eceb3
Author: Daniel Lintott <daniel at serverb.co.uk>
Date:   Sat Feb 22 20:27:42 2014 +0000

    Remove spelling-errors.patch, applied upstream
---
 debian/patches/series                |  3 --
 debian/patches/spelling-errors.patch | 55 ------------------------------------
 2 files changed, 58 deletions(-)

diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index fbd2a9c..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,3 +0,0 @@
-spelling-errors.patch
-0001-Fix-distance-calculations.patch
-0002-Fix-the-degree-and-radian-custom-distance-units.patch
diff --git a/debian/patches/spelling-errors.patch b/debian/patches/spelling-errors.patch
deleted file mode 100644
index 9ad1bac..0000000
--- a/debian/patches/spelling-errors.patch
+++ /dev/null
@@ -1,55 +0,0 @@
-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
- 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libgeo-point-perl.git



More information about the Pkg-perl-cvs-commits mailing list