[DebianGIS-dev] r1335 - in packages/gpsdrive/trunk/debian: . patches
nd-guest at alioth.debian.org
nd-guest at alioth.debian.org
Tue Jan 8 23:21:21 UTC 2008
Author: nd-guest
Date: 2008-01-08 23:21:20 +0000 (Tue, 08 Jan 2008)
New Revision: 1335
Modified:
packages/gpsdrive/trunk/debian/changelog
packages/gpsdrive/trunk/debian/patches/70-perl.dpatch
Log:
Correct Geo::Filter::Area
Modified: packages/gpsdrive/trunk/debian/changelog
===================================================================
--- packages/gpsdrive/trunk/debian/changelog 2008-01-08 22:07:43 UTC (rev 1334)
+++ packages/gpsdrive/trunk/debian/changelog 2008-01-08 23:21:20 UTC (rev 1335)
@@ -12,8 +12,11 @@
- Changed mailinglist.
- Changed AUTHORS.
- Minor cosmetic changes.
+ * Updated 70-perl.dpatch, correcting module path of Geo::Gpsdrive::Filter.
+ Thanks to Michael Eric Menk.
+ (Closes: #458273)
- -- Andreas Putzo <andreas at putzo.net> Tue, 08 Jan 2008 22:04:10 +0000
+ -- Andreas Putzo <andreas at putzo.net> Tue, 08 Jan 2008 23:17:23 +0000
gpsdrive (2.10~pre4-1) unstable; urgency=low
Modified: packages/gpsdrive/trunk/debian/patches/70-perl.dpatch
===================================================================
--- packages/gpsdrive/trunk/debian/patches/70-perl.dpatch 2008-01-08 22:07:43 UTC (rev 1334)
+++ packages/gpsdrive/trunk/debian/patches/70-perl.dpatch 2008-01-08 23:21:20 UTC (rev 1335)
@@ -6,7 +6,7 @@
@DPATCH@
diff -urNad gpsdrive-2.10~pre4~/scripts/geoinfo.pl gpsdrive-2.10~pre4/scripts/geoinfo.pl
--- gpsdrive-2.10~pre4~/scripts/geoinfo.pl 2007-09-15 15:11:59.000000000 +0000
-+++ gpsdrive-2.10~pre4/scripts/geoinfo.pl 2007-10-16 09:11:47.000000000 +0000
++++ gpsdrive-2.10~pre4/scripts/geoinfo.pl 2008-01-08 23:15:25.000000000 +0000
@@ -45,7 +45,7 @@
use IO::File;
use Pod::Usage;
@@ -27,7 +27,7 @@
pod2usage(1) if $help;
diff -urNad gpsdrive-2.10~pre4~/scripts/osm/perl_lib/Geo/Filter/Area.pm gpsdrive-2.10~pre4/scripts/osm/perl_lib/Geo/Filter/Area.pm
--- gpsdrive-2.10~pre4~/scripts/osm/perl_lib/Geo/Filter/Area.pm 2007-09-14 21:47:52.000000000 +0000
-+++ gpsdrive-2.10~pre4/scripts/osm/perl_lib/Geo/Filter/Area.pm 2007-10-16 09:12:42.000000000 +0000
++++ gpsdrive-2.10~pre4/scripts/osm/perl_lib/Geo/Filter/Area.pm 2008-01-08 23:15:25.000000000 +0000
@@ -1,5 +1,5 @@
##################################################################
-package Geo::Filter::Area;
@@ -46,7 +46,7 @@
};
diff -urNad gpsdrive-2.10~pre4~/scripts/osm/perl_lib/Geo/GPX/File.pm gpsdrive-2.10~pre4/scripts/osm/perl_lib/Geo/GPX/File.pm
--- gpsdrive-2.10~pre4~/scripts/osm/perl_lib/Geo/GPX/File.pm 2007-09-14 21:47:52.000000000 +0000
-+++ gpsdrive-2.10~pre4/scripts/osm/perl_lib/Geo/GPX/File.pm 2007-10-16 09:05:54.000000000 +0000
++++ gpsdrive-2.10~pre4/scripts/osm/perl_lib/Geo/GPX/File.pm 2008-01-08 23:15:25.000000000 +0000
@@ -1,5 +1,5 @@
##################################################################
-package Geo::GPX::File;
@@ -71,7 +71,7 @@
# Read GPS Data from GPX - File
diff -urNad gpsdrive-2.10~pre4~/scripts/osm/perl_lib/Geo/Geometry.pm gpsdrive-2.10~pre4/scripts/osm/perl_lib/Geo/Geometry.pm
--- gpsdrive-2.10~pre4~/scripts/osm/perl_lib/Geo/Geometry.pm 2007-09-14 21:47:52.000000000 +0000
-+++ gpsdrive-2.10~pre4/scripts/osm/perl_lib/Geo/Geometry.pm 2007-10-16 09:05:54.000000000 +0000
++++ gpsdrive-2.10~pre4/scripts/osm/perl_lib/Geo/Geometry.pm 2008-01-08 23:15:25.000000000 +0000
@@ -1,5 +1,5 @@
##################################################################
-package Geo::Geometry;
@@ -93,8 +93,8 @@
# ------------------------------------------------------------------
# Distance in Km between 2 geo points with lat/lon
diff -urNad gpsdrive-2.10~pre4~/scripts/osm/perl_lib/Geo/Gpsdrive/OSM.pm gpsdrive-2.10~pre4/scripts/osm/perl_lib/Geo/Gpsdrive/OSM.pm
---- gpsdrive-2.10~pre4~/scripts/osm/perl_lib/Geo/Gpsdrive/OSM.pm 2007-10-16 09:05:52.000000000 +0000
-+++ gpsdrive-2.10~pre4/scripts/osm/perl_lib/Geo/Gpsdrive/OSM.pm 2007-10-16 09:05:54.000000000 +0000
+--- gpsdrive-2.10~pre4~/scripts/osm/perl_lib/Geo/Gpsdrive/OSM.pm 2008-01-08 23:15:22.000000000 +0000
++++ gpsdrive-2.10~pre4/scripts/osm/perl_lib/Geo/Gpsdrive/OSM.pm 2008-01-08 23:16:55.000000000 +0000
@@ -13,16 +13,15 @@
use File::Path;
use Geo::Gpsdrive::DBFuncs;
@@ -118,9 +118,18 @@
our $OSM_polite = 10; # Wait n times as long as the request lasted
our $AREA_FILTER;
+@@ -411,7 +410,7 @@
+
+ my $start_time=time();
+
+- $AREA_FILTER = Geo::Filter::Area->new( area => $area_name );
++ $AREA_FILTER = Geo::Gpsdrive::Filter::Area->new( area => $area_name );
+
+ print("\rReading $file_name for $area_name\n") if $VERBOSE || $debug;
+ print "$file_name: ".(-s $file_name)." Bytes\n" if $debug;
diff -urNad gpsdrive-2.10~pre4~/scripts/osm/perl_lib/Geo/OSM/Planet.pm gpsdrive-2.10~pre4/scripts/osm/perl_lib/Geo/OSM/Planet.pm
--- gpsdrive-2.10~pre4~/scripts/osm/perl_lib/Geo/OSM/Planet.pm 2007-09-15 01:24:19.000000000 +0000
-+++ gpsdrive-2.10~pre4/scripts/osm/perl_lib/Geo/OSM/Planet.pm 2007-10-16 09:05:54.000000000 +0000
++++ gpsdrive-2.10~pre4/scripts/osm/perl_lib/Geo/OSM/Planet.pm 2008-01-08 23:15:25.000000000 +0000
@@ -1,5 +1,5 @@
##################################################################
-package Geo::OSM::Planet;
@@ -143,7 +152,7 @@
# As of planet-061220
diff -urNad gpsdrive-2.10~pre4~/scripts/osm/perl_lib/Geo/Tracks/GpsBabel.pm gpsdrive-2.10~pre4/scripts/osm/perl_lib/Geo/Tracks/GpsBabel.pm
--- gpsdrive-2.10~pre4~/scripts/osm/perl_lib/Geo/Tracks/GpsBabel.pm 2007-09-14 21:47:52.000000000 +0000
-+++ gpsdrive-2.10~pre4/scripts/osm/perl_lib/Geo/Tracks/GpsBabel.pm 2007-10-16 09:05:54.000000000 +0000
++++ gpsdrive-2.10~pre4/scripts/osm/perl_lib/Geo/Tracks/GpsBabel.pm 2008-01-08 23:15:25.000000000 +0000
@@ -1,5 +1,5 @@
##################################################################
-package Geo::Tracks::GpsBabel;
@@ -170,7 +179,7 @@
# -----------------------------------------------------------------------------
diff -urNad gpsdrive-2.10~pre4~/scripts/osm/perl_lib/Geo/Tracks/Kismet.pm gpsdrive-2.10~pre4/scripts/osm/perl_lib/Geo/Tracks/Kismet.pm
--- gpsdrive-2.10~pre4~/scripts/osm/perl_lib/Geo/Tracks/Kismet.pm 2007-09-14 21:47:52.000000000 +0000
-+++ gpsdrive-2.10~pre4/scripts/osm/perl_lib/Geo/Tracks/Kismet.pm 2007-10-16 09:05:54.000000000 +0000
++++ gpsdrive-2.10~pre4/scripts/osm/perl_lib/Geo/Tracks/Kismet.pm 2008-01-08 23:15:25.000000000 +0000
@@ -1,5 +1,5 @@
##################################################################
-package Geo::Tracks::Kismet;
@@ -204,7 +213,7 @@
if ( defined($elem->{"time-sec"}) && defined($elem->{"time-usec"}) ) {
diff -urNad gpsdrive-2.10~pre4~/scripts/osm/perl_lib/Geo/Tracks/NMEA.pm gpsdrive-2.10~pre4/scripts/osm/perl_lib/Geo/Tracks/NMEA.pm
--- gpsdrive-2.10~pre4~/scripts/osm/perl_lib/Geo/Tracks/NMEA.pm 2007-09-14 21:47:52.000000000 +0000
-+++ gpsdrive-2.10~pre4/scripts/osm/perl_lib/Geo/Tracks/NMEA.pm 2007-10-16 09:05:54.000000000 +0000
++++ gpsdrive-2.10~pre4/scripts/osm/perl_lib/Geo/Tracks/NMEA.pm 2008-01-08 23:15:25.000000000 +0000
@@ -1,5 +1,5 @@
##################################################################
-package Geo::Tracks::NMEA;
@@ -229,7 +238,7 @@
# Read GPS Data from NMEA - File
diff -urNad gpsdrive-2.10~pre4~/scripts/osm/perl_lib/Geo/Tracks/TRK.pm gpsdrive-2.10~pre4/scripts/osm/perl_lib/Geo/Tracks/TRK.pm
--- gpsdrive-2.10~pre4~/scripts/osm/perl_lib/Geo/Tracks/TRK.pm 2007-09-14 21:47:52.000000000 +0000
-+++ gpsdrive-2.10~pre4/scripts/osm/perl_lib/Geo/Tracks/TRK.pm 2007-10-16 09:05:54.000000000 +0000
++++ gpsdrive-2.10~pre4/scripts/osm/perl_lib/Geo/Tracks/TRK.pm 2008-01-08 23:15:25.000000000 +0000
@@ -1,5 +1,5 @@
##################################################################
-package Geo::Tracks::TRK;
@@ -252,7 +261,7 @@
use Time::Local;
diff -urNad gpsdrive-2.10~pre4~/scripts/osm/perl_lib/Geo/Tracks/Tools.pm gpsdrive-2.10~pre4/scripts/osm/perl_lib/Geo/Tracks/Tools.pm
--- gpsdrive-2.10~pre4~/scripts/osm/perl_lib/Geo/Tracks/Tools.pm 2007-09-14 21:47:52.000000000 +0000
-+++ gpsdrive-2.10~pre4/scripts/osm/perl_lib/Geo/Tracks/Tools.pm 2007-10-16 09:05:54.000000000 +0000
++++ gpsdrive-2.10~pre4/scripts/osm/perl_lib/Geo/Tracks/Tools.pm 2008-01-08 23:15:25.000000000 +0000
@@ -1,5 +1,5 @@
##################################################################
-package Geo::Tracks::Tools;
@@ -286,7 +295,7 @@
diff -urNad gpsdrive-2.10~pre4~/scripts/osm/perl_lib/Utils/Debug.pm gpsdrive-2.10~pre4/scripts/osm/perl_lib/Utils/Debug.pm
--- gpsdrive-2.10~pre4~/scripts/osm/perl_lib/Utils/Debug.pm 2007-09-14 21:47:52.000000000 +0000
-+++ gpsdrive-2.10~pre4/scripts/osm/perl_lib/Utils/Debug.pm 2007-10-16 09:05:54.000000000 +0000
++++ gpsdrive-2.10~pre4/scripts/osm/perl_lib/Utils/Debug.pm 2008-01-08 23:15:25.000000000 +0000
@@ -1,5 +1,5 @@
##################################################################
-package Utils::Debug;
@@ -305,7 +314,7 @@
# print the time elapsed since starting
diff -urNad gpsdrive-2.10~pre4~/scripts/osm/perl_lib/Utils/File.pm gpsdrive-2.10~pre4/scripts/osm/perl_lib/Utils/File.pm
--- gpsdrive-2.10~pre4~/scripts/osm/perl_lib/Utils/File.pm 2007-09-14 21:47:52.000000000 +0000
-+++ gpsdrive-2.10~pre4/scripts/osm/perl_lib/Utils/File.pm 2007-10-16 09:05:54.000000000 +0000
++++ gpsdrive-2.10~pre4/scripts/osm/perl_lib/Utils/File.pm 2008-01-08 23:15:25.000000000 +0000
@@ -1,5 +1,5 @@
##################################################################
-package Utils::File;
@@ -324,7 +333,7 @@
use File::Copy;
diff -urNad gpsdrive-2.10~pre4~/scripts/osm/perl_lib/Utils/LWP/Utils.pm gpsdrive-2.10~pre4/scripts/osm/perl_lib/Utils/LWP/Utils.pm
--- gpsdrive-2.10~pre4~/scripts/osm/perl_lib/Utils/LWP/Utils.pm 2007-09-14 21:47:52.000000000 +0000
-+++ gpsdrive-2.10~pre4/scripts/osm/perl_lib/Utils/LWP/Utils.pm 2007-10-16 09:05:54.000000000 +0000
++++ gpsdrive-2.10~pre4/scripts/osm/perl_lib/Utils/LWP/Utils.pm 2008-01-08 23:15:25.000000000 +0000
@@ -1,5 +1,5 @@
##################################################################
-package Utils::LWP::Utils;
@@ -343,7 +352,7 @@
diff -urNad gpsdrive-2.10~pre4~/scripts/osm/perl_lib/Utils/Math.pm gpsdrive-2.10~pre4/scripts/osm/perl_lib/Utils/Math.pm
--- gpsdrive-2.10~pre4~/scripts/osm/perl_lib/Utils/Math.pm 2007-09-14 21:47:52.000000000 +0000
-+++ gpsdrive-2.10~pre4/scripts/osm/perl_lib/Utils/Math.pm 2007-10-16 09:05:54.000000000 +0000
++++ gpsdrive-2.10~pre4/scripts/osm/perl_lib/Utils/Math.pm 2008-01-08 23:15:25.000000000 +0000
@@ -1,5 +1,5 @@
##################################################################
-package Utils::Math;
More information about the Pkg-grass-devel
mailing list