debian/0000755000000000000000000000000012044770672007177 5ustar debian/control0000644000000000000000000000270612044770467010611 0ustar Source: libgeo-distance-perl Section: perl Priority: optional Build-Depends: cdbs, devscripts, perl, debhelper, dh-buildinfo, libmath-complex-perl, libtest-fatal-perl Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.3 Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libgeo-distance-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libgeo-distance-perl.git Homepage: http://search.cpan.org/dist/Geo-Distance/ Package: libgeo-distance-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends} Recommends: ${cdbs:Recommends} Description: calculate distances and closest locations Geo::Distance is a Perl library aiming to provide as many tools to make it as simple as possible to calculate distances between geographic points, and anything that can be derived from that. Currently there is support for finding the closest locations within a specified distance, to find the closest number of points to a specified point, and to do basic point-to-point distance calculations. . NB! The alternative GIS::Distance module is being worked on as a replacement for this module. In the near future Geo::Distance will become a lightweight wrapper around GIS::Distance so that legacy code benefits from fixes to GIS::Distance through the old Geo::Distance API. For any new development it is recommended to try use GIS::Distance. debian/source/0000755000000000000000000000000011737306121010467 5ustar debian/source/format0000644000000000000000000000001411737306121011675 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000362512044770672011057 0ustar libgeo-distance-perl (0.20-1) unstable; urgency=low * New upstream release. [ Jonas Smedegaard ] * Update package relations: + Relax to build-depend unversioned on cdbs: Needed version satisfied in stable, and oldstable no longer supported. * Update copyright file: + Fix use comment and license pseudo-sections to obey silly restrictions of copyright format 1.0. * Bump debhelper compatibility level to 8. -- Jonas Smedegaard Fri, 02 Nov 2012 17:15:44 +0100 libgeo-distance-perl (0.19-1) unstable; urgency=low * New upstream release. [ gregor herrmann ] * Remove debian/source/local-options: abort-on-upstream-changes and unapply-patches are default in dpkg-source since 1.16.1. [ Jonas Smedegaard ] * Bump standards-version to 3.9.3. * Use anonscm.debian.org for Vcs-Browser field. * Build-depend on libtest-fatal-perl. * Update copyright file: + Add copyright year. + Bump format to 1.0. -- Jonas Smedegaard Thu, 05 Apr 2012 14:25:52 +0200 libgeo-distance-perl (0.17-1) unstable; urgency=low * New upstream release. * Update copyright file: + Quote licenses in License comments. + Drop a bogus and an obsolete Files section. + Add verbatim licensing text. -- Jonas Smedegaard Tue, 05 Jul 2011 02:56:42 +0200 libgeo-distance-perl (0.16-2) unstable; urgency=low * Improve package relations: + Stop declaring packages part of core Perl even in oldstable: - libtest-simple-perl * Update copyright file: + Rewrite using draft 174 of DEP-5 format. + Rewrap license fields at 72 chars. * Bump policy compliance to standards-version 3.9.2. -- Jonas Smedegaard Sun, 08 May 2011 16:02:48 +0200 libgeo-distance-perl (0.16-1) unstable; urgency=low * Initial packaging release. Closes: bug#616524. -- Jonas Smedegaard Sat, 05 Mar 2011 10:32:33 +0100 debian/compat0000644000000000000000000000000212044770456010375 0ustar 8 debian/watch0000644000000000000000000000024111737306121010215 0ustar # Run the "uscan" command to check for upstream updates and more. version=3 http://search.cpan.org/dist/Geo-Distance/ .*/Geo-Distance-([\d.]+)\.tar\.gz debian debian/copyright_hints0000644000000000000000000000236212044770031012327 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: Changes MANIFEST META.yml Makefile.PL debian/compat debian/control debian/control.in debian/gbp.conf debian/source/format debian/watch lib/Geo/Distance.pm t/00-compile.t t/basic.t t/issue-github-2.t t/issue-github-3.t t/release-pod-coverage.t t/release-pod-syntax.t Copyright: *No copyright* License: UNKNOWN FIXME Files: debian/rules Copyright: 2011, Jonas Smedegaard License: GPL-2+ FIXME Files: LICENSE Copyright: 1989, Free Software Foundation, Inc 19xx name of author 19yy 2012, Aran Deltac HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR HOLDERS AND/OR OTHER PARTIES Holder Holder maintains some semblance of Holder may not be used to endorse or promote Holder to include your Holder" is whoever is named in the or s for Holder, but only to the Holder. A Package modified in such disclaimer" for the program, if holder saying it may be interest in the notices and associated disclaimers the software, and License: GPL-ever FIXME Files: README Copyright: 2012, Aran Deltac License: UNKNOWN FIXME debian/copyright0000644000000000000000000000304212044767721011132 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Geo::Distance Upstream-Contact: Aran Clary Deltac Source: http://search.cpan.org/dist/Geo-Distance/ Files: * Copyright: 2012, Aran Clary Deltac License: Artistic or GPL-1+ Comment: License: . This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. Files: debian/* Copyright: 2011, Jonas Smedegaard 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'. . You should have received a copy of the 'GNU General Public License' along with this program. If not, see . debian/gbp.conf0000644000000000000000000000014611737306121010607 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] pristine-tar = True sign-tags = True debian/rules0000755000000000000000000000271012044767610010255 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright 2011, Jonas Smedegaard # Description: Main Debian packaging script for Geo::Distance # # 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 DEB_UPSTREAM_PACKAGE = Geo-Distance #DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/Geo DEB_UPSTREAM_URL = http://search.cpan.org/CPAN/authors/id/B/BL/BLUEFEET DEB_UPSTREAM_TARBALL_MD5 = 6206bfa7f203d10a12f7a1178be764d6 # Needed both by upstream build process and at runtime common-depends = libmath-complex-perl CDBS_BUILD_DEPENDS += , $(common-depends), libtest-fatal-perl CDBS_DEPENDS_ALL = $(common-depends) # Needed (often) at runtime CDBS_RECOMMENDS_ALL = libgeo-distance-xs-perl debian/control.in0000644000000000000000000000255511737306352011214 0ustar Source: libgeo-distance-perl Section: perl Priority: optional Build-Depends: @cdbs@ Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.3 Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libgeo-distance-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libgeo-distance-perl.git Homepage: http://search.cpan.org/dist/Geo-Distance/ Package: libgeo-distance-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends} Recommends: ${cdbs:Recommends} Description: calculate distances and closest locations Geo::Distance is a Perl library aiming to provide as many tools to make it as simple as possible to calculate distances between geographic points, and anything that can be derived from that. Currently there is support for finding the closest locations within a specified distance, to find the closest number of points to a specified point, and to do basic point-to-point distance calculations. . NB! The alternative GIS::Distance module is being worked on as a replacement for this module. In the near future Geo::Distance will become a lightweight wrapper around GIS::Distance so that legacy code benefits from fixes to GIS::Distance through the old Geo::Distance API. For any new development it is recommended to try use GIS::Distance.