debian/0000755000000000000000000000000012100113747007162 5ustar debian/patches/0000755000000000000000000000000012100113747010611 5ustar debian/patches/spelling-errors.patch0000644000000000000000000000442512100113747014766 0ustar Description: spelling errors in pod doc Author: Xavier Guimard 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, L, L, and L. @@ -292,7 +292,7 @@ =item $obj-EB([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-EB() 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 debian/patches/series0000644000000000000000000000002612100113747012024 0ustar spelling-errors.patch debian/control0000644000000000000000000000314312100113747010566 0ustar Source: libgeo-point-perl Section: perl Priority: optional Build-Depends: cdbs, devscripts, perl, debhelper, dh-buildinfo, libgeo-distance-perl, libgeo-proj4-perl, libmath-polygon-perl, libmath-complex-perl | perl (>= 5.12.3-5), libtest-pod-perl Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard , Xavier Guimard Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libgeo-point-perl.git Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/libgeo-point-perl Homepage: http://search.cpan.org/dist/Geo-point/ Package: libgeo-point-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends} Recommends: ${cdbs:Recommends} Description: module to simplify handling geographic points One location on the globe, in any coordinate system. Geo::Point tries to hide the maths and the coordinate system in which the point is represented. . One of the most confusing things when handling geometrical data, is that sometimes latlong, sometimes xy are used: horizontal and vertical organization reversed. This package tries to hide this from your program by providing abstract accessors latlong(), longlat(), xy(), and yx(). . This package provides the following modules: * Geo::Line - a sequence of connected points * Geo::Point - a point on the globe * Geo::Proj - simplified wrapper for Geo::Proj4 * Geo::Shape - base class for 2-dimensional points on the earth surface * Geo::Space - A collection of various items * Geo::Surface - A surface description debian/source/0000755000000000000000000000000012100113747010462 5ustar debian/source/format0000644000000000000000000000001412100113747011670 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000221512100113747011034 0ustar libgeo-point-perl (0.94-1) unstable; urgency=low [ upstream ] * New release. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org). [ Xavier Guimard ] * debian/copyright: + Update years. + Correct the location of GPL-2. * Add spelling errors patch. * debian/control: + Bump Standards-Version to 3.9.4. + Add libtest-pod-perl in build dependencies. + (Build-)depend on recent perl as fallback for libmath-complex-perl. [ Jonas Smedegaard ] * Update copyright file: + Fix use psudo-license and pseudo-comment sections to obey silly restrictions of copyright format 1.0. + Fix dual-space-delimit copyright holders. * Bump debhelper compatibility level to 8. * Git-ignore quilt .pc dir, to ease use with git-buildpackage. * Extend copyright coverage of packaging. * Fix use make target realclean, to remove Makefile.old. -- Jonas Smedegaard Thu, 24 Jan 2013 02:56:07 +0100 libgeo-point-perl (0.93-1) unstable; urgency=low * Initial packaging release. Closes: bug#671615. -- Jonas Smedegaard Sat, 05 May 2012 15:16:10 +0200 debian/compat0000644000000000000000000000000212100113747010360 0ustar 8 debian/watch0000644000000000000000000000022412100113747010211 0ustar # Run the "uscan" command to check for upstream updates and more. version=3 http://search.cpan.org/dist/Geo-Point/ .*/Geo-Point-([\d.]+)\.tar\.gz debian/copyright_hints0000644000000000000000000000163312100113747012325 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: FIXME Upstream-Contact: FIXME Source: FIXME Disclaimer: Autogenerated by CDBS Files: ChangeLog MANIFEST META.json META.yml Makefile.PL README debian/compat debian/control debian/control.in debian/gbp.conf debian/patches/series debian/patches/spelling-errors.patch debian/source/format debian/watch lib/Geo/Line.pm lib/Geo/Point.pm lib/Geo/Proj.pm lib/Geo/Shape.pm lib/Geo/Space.pm lib/Geo/Surface.pm t/09proj.t t/10dms.t t/11point.t t/12surface.t t/20pstr.t t/21lstr.t t/22rstr.t t/99pod.t Copyright: *No copyright* License: UNKNOWN FIXME Files: lib/Geo/Line.pod lib/Geo/Point.pod lib/Geo/Proj.pod lib/Geo/Shape.pod lib/Geo/Space.pod lib/Geo/Surface.pod Copyright: *No copyright* License: Perl FIXME Files: debian/rules Copyright: 2012-2013, Jonas Smedegaard License: GPL-2+ FIXME debian/copyright0000644000000000000000000000264112100113747011120 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Geo-Point Source: http://search.cpan.org/dist/Geo-Point/ Upstream-Contact: Mark Overmeer Files: * Copyright: 2005-2012, Mark Overmeer License: Artistic or GPL-1+ Comment: License: . This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. Files: debian/* Copyright: 2012-2013, Jonas Smedegaard 2013, Xavier Guimard License: GPL-2+ License: Artistic Comment: . On Debian systems the 'Artistic License' is located in '/usr/share/common-licenses/Artistic'. License: GPL-1+ Comment: . On Debian systems the 'GNU General Public License' version 1 is located in '/usr/share/common-licenses/GPL-1'. License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . Comment: . On Debian systems the 'GNU General Public License' version 2 is located in '/usr/share/common-licenses/GPL-2'. debian/gbp.conf0000644000000000000000000000014612100113747010602 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] pristine-tar = True sign-tags = True debian/rules0000755000000000000000000000276112100113747010250 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright © 2012, 2013 Jonas Smedegaard # Description: Main Debian packaging script for Geo::Point # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . include /usr/share/cdbs/1/rules/upstream-tarball.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/class/perl-makemaker.mk include /usr/share/cdbs/1/rules/debhelper.mk pkg = $(DEB_SOURCE_PACKAGE) DEB_UPSTREAM_PACKAGE = Geo-Point DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/Geo DEB_UPSTREAM_TARBALL_MD5 = d0163e37093072dafbba6ba2271d0087 # Needed by upstream build process and at runtime deps = libgeo-distance-perl, libgeo-proj4-perl, libmath-polygon-perl deps += , libmath-complex-perl | perl (>= 5.12.3-5) # Needed by upstream regression tests deps-test = libtest-pod-perl CDBS_BUILD_DEPENDS += , $(deps), $(deps-test) CDBS_DEPENDS_$(pkg) = $(deps) DEB_MAKE_CLEAN_TARGET = realclean debian/control.in0000644000000000000000000000266512100113747011203 0ustar Source: libgeo-point-perl Section: perl Priority: optional Build-Depends: @cdbs@ Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard , Xavier Guimard Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libgeo-point-perl.git Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/libgeo-point-perl Homepage: http://search.cpan.org/dist/Geo-point/ Package: libgeo-point-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends} Recommends: ${cdbs:Recommends} Description: module to simplify handling geographic points One location on the globe, in any coordinate system. Geo::Point tries to hide the maths and the coordinate system in which the point is represented. . One of the most confusing things when handling geometrical data, is that sometimes latlong, sometimes xy are used: horizontal and vertical organization reversed. This package tries to hide this from your program by providing abstract accessors latlong(), longlat(), xy(), and yx(). . This package provides the following modules: * Geo::Line - a sequence of connected points * Geo::Point - a point on the globe * Geo::Proj - simplified wrapper for Geo::Proj4 * Geo::Shape - base class for 2-dimensional points on the earth surface * Geo::Space - A collection of various items * Geo::Surface - A surface description