debian/0000755000000000000000000000000012250457646007201 5ustar debian/rules0000755000000000000000000000003612250457646010260 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000204012250457646010600 0ustar Source: libgeo-ip-perl Maintainer: Debian Perl Group Uploaders: Nicholas Bamber Section: perl Priority: optional Build-Depends: debhelper (>= 9.20120312), geoip-database, libgeoip-dev, perl Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libgeo-ip-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libgeo-ip-perl.git Homepage: https://metacpan.org/release/Geo-IP/ Package: libgeo-ip-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends} Description: Perl interface to GeoIP library Geo::IP is a Perl external module which provides an interface to GeoIP library. . GeoIP is a C library that enables the user to find the country that any IP address or hostname originates from. It uses a file based database that simply contains IP blocks as keys, and countries as values. This database is managed by the GeoIP library package. debian/source/0000755000000000000000000000000012250457646010501 5ustar debian/source/format0000644000000000000000000000001412250457646011707 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000742312250457646011061 0ustar libgeo-ip-perl (1.43-1) unstable; urgency=medium * Team upload. * New upstream release. Fixes "FTBFS: Failed tests" (Closes: #730925) * Refresh spelling.patch (offset). * Declare compliance with Debian Policy 3.9.5. -- gregor herrmann Sat, 07 Dec 2013 00:36:53 +0100 libgeo-ip-perl (1.42-1) unstable; urgency=low * Team upload. * New upstream release. Fixes "FTBFS: Failed 1/5 test programs. 1/32 subtests failed." (Closes: #718161) * Refresh spelling patch (offset). * debian/copyright: add Upstream-Contact. -- gregor herrmann Mon, 29 Jul 2013 00:23:37 +0200 libgeo-ip-perl (1.41-1) unstable; urgency=low * Team upload. [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ gregor herrmann ] * New upstream release. Closes: #708598 * Refresh spelling.patch. * Set Standards-Version to 3.9.4 (no changes). * Use debhelper 9.20120312 to get all hardening flags. * debian/copyright: switch formatting to Copyright-Format 1.0. -- gregor herrmann Fri, 17 May 2013 23:50:42 +0200 libgeo-ip-perl (1.40-2) unstable; urgency=low * Team upload. * Add patch no-dns.patch: skip one test that needs network access / DNS. Thanks to Felix Geyer for the bug report and the patch. (Closes: #683904) -- gregor herrmann Sun, 05 Aug 2012 13:22:20 +0200 libgeo-ip-perl (1.40-1) unstable; urgency=low * Taking over package for Debian Perl Group as per email http://lists.debian.org/debian-perl/2012/02/msg00024.html * New upstream release (Closes: #656148) * Raised standards version to 3.9.2 and compat level to 8 * Added debian/source/format file and refreshed debian/rules * Tweaked short description -- Nicholas Bamber Tue, 07 Feb 2012 09:35:08 +0000 libgeo-ip-perl (1.38-1) unstable; urgency=low * New Upstream Version. * Updated Standards-Version to 3.8.2. * Build-Depend on geoip-database, since it is needed by the test suite. * Don't run 'make test' on build if 'nocheck' is found in DEB_BUILD_OPTIONS. -- Nikita V. Youshchenko Sun, 21 Jun 2009 20:05:24 +0400 libgeo-ip-perl (1.37-1) unstable; urgency=low * New Upstream Version. Closes: #518333. + Build-Depend on libgeoip-dev (>= 1.4.5). * Updated Standards-Version to 3.8.0. -- Nikita V. Youshchenko Sun, 08 Mar 2009 11:53:18 +0300 libgeo-ip-perl (1.31-1) unstable; urgency=low * New upstream release. Closes: #473265. -- Nikita V. Youshchenko Tue, 1 Apr 2008 13:30:30 +0400 libgeo-ip-perl (1.30-2) unstable; urgency=low * Don't fail package build if tests fail: tests do require network access [at least DNS] to pass, and some autobuild environments don't have it. Closes: #467597. * Change version of libgeoip-dev build-dependency from 1.4.3-1 to 1.4.3, as suggested by lintian. -- Nikita V. Youshchenko Thu, 28 Feb 2008 00:07:09 +0300 libgeo-ip-perl (1.30-1) unstable; urgency=low * New upstream release (Closes: #463664). - depend on libgeoip-dev (>= 1.4.3-1). * Updated Standards-Version to 3.6.3, no changes in package required. * Install upstream changelog. -- Nikita V. Youshchenko Sat, 2 Feb 2008 15:03:09 +0300 libgeo-ip-perl (1.27-2) unstable; urgency=low * Added debian/watch file. -- Nikita V. Youshchenko Sun, 17 Jun 2007 23:18:09 +0400 libgeo-ip-perl (1.27-1) unstable; urgency=low * Initial release (Closes: #413156). -- Nikita V. Youshchenko Tue, 6 Mar 2007 00:45:08 +0300 debian/compat0000644000000000000000000000000212250457646010377 0ustar 9 debian/patches/0000755000000000000000000000000012250457646010630 5ustar debian/patches/spelling.patch0000644000000000000000000000122212250457646013463 0ustar Subject: Spelling fix Bug: https://rt.cpan.org/Ticket/Display.html?id=85398 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=85398 Author: Nicholas Bamber Reviewed-by: gregor herrmann Last-Update: 2013-12-07 --- a/lib/Geo/IP.pm +++ b/lib/Geo/IP.pm @@ -5860,7 +5860,7 @@ =item my ( $from, $to ) = $gi->range_by_ip('24.24.24.24'); -Returns the start and end of the current network block. The method tries to join several continous netblocks. +Returns the start and end of the current network block. The method tries to join several continuous netblocks. =item $api = $gi->api or $api = Geo::IP->api debian/patches/series0000644000000000000000000000003412250457646012042 0ustar spelling.patch no-dns.patch debian/patches/no-dns.patch0000644000000000000000000000066312250457646013054 0ustar Description: skip test that needs network access / DNS Origin: vendor Bug-Debian: http://bugs.debian.org/683904 Forwarded: not-needed Author: gregor herrmann Last-Update: 2012-08-05 --- a/t/2_namelookup.t +++ b/t/2_namelookup.t @@ -5,7 +5,7 @@ $^W = 1; -BEGIN { plan tests => 11 } +BEGIN { plan tests => 10 } use Geo::IP; @@ -29,4 +29,3 @@ 194.244.83.2 IT 203.15.106.23 AU 196.31.1.1 ZA -yahoo.com US debian/copyright0000644000000000000000000000245112250457646011136 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Geo-IP Upstream-Contact: Boris Zentner Source: https://metacpan.org/release/Geo-IP/ Files: * Copyright: 2004-2011, MaxMind LLC License: Artistic or GPL-1+ Files: debian/* Copyright: 2007-2009, Nikita V. Youshchenko 2012, Nicholas Bamber License: Artistic or GPL-1+ Files: ppport.h Copyright: 2004-2010, Marcus Holland-Moritz 2001, Paul Marquess (Version 2.x) 1999, Kenneth Albanowski (Version 1.x) 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/watch0000644000000000000000000000015012250457646010226 0ustar version=3 https://metacpan.org/release/Geo-IP/ .*/Geo-IP-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$