debian/0000755000000000000000000000000012264104740007166 5ustar debian/rules0000755000000000000000000000003612264104740010245 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000243212264104740010572 0ustar Source: libgeo-gpx-perl Maintainer: Debian Perl Group Uploaders: Bas Couwenberg Section: perl Priority: optional Build-Depends: debhelper (>= 9) Build-Depends-Indep: libdatetime-format-iso8601-perl, libdatetime-perl, libhtml-parser-perl, libtest-pod-perl, libtest-pod-coverage-perl, libtest-xml-perl, libxml-descent-perl, perl Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libgeo-gpx-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libgeo-gpx-perl.git Homepage: https://metacpan.org/release/Geo-Gpx Package: libgeo-gpx-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libdatetime-format-iso8601-perl, libdatetime-perl, libhtml-parser-perl, libxml-descent-perl Description: Perl module for creating and parsing GPX files The original goal of Geo::Gpx was to produce GPX/XML files which were parseable by both GPX Spinner and EasyGPS. As of version 0.13 it has been extended to support general parsing and generation of GPX data. Both GPX 1.0 and 1.1 are supported. debian/source/0000755000000000000000000000000012264104740010466 5ustar debian/source/format0000644000000000000000000000001412264104740011674 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000024112264104740011035 0ustar libgeo-gpx-perl (0.26-1) unstable; urgency=low * Initial Release. (closes: #734928) -- Bas Couwenberg Sat, 11 Jan 2014 00:40:53 +0100 debian/compat0000644000000000000000000000000212264104740010364 0ustar 9 debian/patches/0000755000000000000000000000000012264104740010615 5ustar debian/patches/series0000644000000000000000000000003112264104740012024 0ustar compatability-typo.patch debian/patches/compatability-typo.patch0000644000000000000000000000102512264104740015466 0ustar Description: Fix 'compatability' typo, replace with 'compatibility' Author: Bas Couwenberg Bug: https://rt.cpan.org/Ticket/Display.html?id=92044 Last-Update: 2014-01-11 --- a/lib/Geo/Gpx.pm +++ b/lib/Geo/Gpx.pm @@ -795,7 +795,7 @@ sub xml { =head2 C -For compatability with L modules. Converts this object to a hash +For compatibility with L modules. Converts this object to a hash with keys that correspond to the above methods. Generated ala: my %json = map { $_ => $self->$_ } debian/copyright0000644000000000000000000000220712264104740011122 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Geo-Gpx Upstream-Contact: Andy Armstrong Source: https://metacpan.org/release/Geo-Gpx Comment: Originally by Rich Bowen . . This version by Andy Armstrong . Files: * Copyright: 2007-2009, Andy Armstrong License: Artistic or GPL-1+ Files: debian/* Copyright: 2013, Bas Couwenberg 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/watch0000644000000000000000000000015312264104740010216 0ustar version=3 https://metacpan.org/release/Geo-Gpx .*/Geo-Gpx-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$