debian/0000755000000000000000000000000012230716504007166 5ustar debian/copyright0000644000000000000000000000227412230715554011132 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://metacpan.org/release/Geo-Coder-Googlev3 Upstream-Contact: Slaven Rezic Upstream-Name: Geo-Coder-Googlev3 Files: * Copyright: 2010-2011, Slaven Rezic License: Artistic or GPL-1+ Files: debian/* Copyright: 2011, 2013, Angel Abad 2011, Ansgar Burchardt 2011, Ernesto Hernández-Novich (USB) 2011-2013, gregor herrmann License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ 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 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/changelog0000644000000000000000000000351312230716504011042 0ustar libgeo-coder-googlev3-perl (0.13-1) unstable; urgency=low * Imported Upstream version 0.13 * debian/copyright: Update copyright years. * Use debhelper 9.20120312 to get all hardening flags. * Bump debhelper compatibility to 9 to get hardening flags. * debian/patches/pod-encoding.patch: Removed, applied upstream. -- Angel Abad Sun, 20 Oct 2013 11:07:06 +0200 libgeo-coder-googlev3-perl (0.12-1) unstable; urgency=low [ Angel Abad ] * Email change: Angel Abad -> angel@debian.org [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Axel Beckert ] * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg- copyright" [ gregor herrmann ] * New upstream release. * Update years of packaging copyright. * Add patch to fix POD encoding error. * Declare compliance with Debian Policy 3.9.4. -- gregor herrmann Wed, 02 Oct 2013 23:34:30 +0200 libgeo-coder-googlev3-perl (0.11-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. [ Angel Abad ] * Imported Upstream version 0.10 * debian/control: - Remove perl from Depends - Add myself to Uploaders * debian/copyright: Update debian/* section [ gregor herrmann ] * New upstream release 0.11. * Skip tests that need internet access. * Add /me to Uploaders. -- gregor herrmann Fri, 23 Dec 2011 17:02:58 +0100 libgeo-coder-googlev3-perl (0.09-1) unstable; urgency=low * Initial Release (Closes: #625499). -- Ernesto Hernández-Novich (USB) Mon, 11 Jul 2011 11:21:05 -0430 debian/watch0000644000000000000000000000020212230713136010207 0ustar version=3 https://metacpan.org/release/Geo-Coder-Googlev3/ .*/Geo-Coder-Googlev3-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/compat0000644000000000000000000000000212230716133010362 0ustar 9 debian/source/0000755000000000000000000000000012230713136010464 5ustar debian/source/format0000644000000000000000000000001412230715531011673 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000012230716432010615 5ustar debian/patches/series0000644000000000000000000000002712230716432012031 0ustar tests-no-network.patch debian/patches/tests-no-network.patch0000644000000000000000000000067712230713136015111 0ustar Description: skip tests that need internet access, if NO_NETWORK is set Origin: vendor Forwarded: not-needed Author: gregor herrmann Last-Update: 2013-10-02 --- a/t/geocode.t +++ b/t/geocode.t @@ -16,6 +16,8 @@ SKIP: { +last SKIP if $ENV{NO_NETWORK}; + { # list context ## There are eight hits in Berlin. Google uses to know seven of them. ## But beginning from approx. 2010-05, only one location is returned. debian/rules0000755000000000000000000000012212230715532010241 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_test: NO_NETWORK=1 dh_auto_test debian/control0000644000000000000000000000232512230715577010604 0ustar Source: libgeo-coder-googlev3-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Ernesto Hernández-Novich (USB) , Angel Abad , gregor herrmann Build-Depends: debhelper (>= 9.20120312) Build-Depends-Indep: libjson-xs-perl, liburi-perl, libwww-perl, perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libgeo-coder-googlev3-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libgeo-coder-googlev3-perl.git Homepage: https://metacpan.org/release/Geo-Coder-Googlev3/ Package: libgeo-coder-googlev3-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libjson-xs-perl, liburi-perl, libwww-perl Description: Perl module providing access to Google Maps v3 Geocoding API Geo::Coder::GoogleV3 is a Perl module that provides access to Google's Google Map API v3. Note that v3 does not require an apikey and the data structure returned is different than previous versions of the API. . Check http://code.google.com/intl/en/apis/maps/documentation/geocoding/ for more information about Google's Geocoding API and especially usage limits.