Re: [DebianGIS-dev] JOSM package

2008-01-08 Thread Andreas Putzo
Hello,

On Jan 05  13:18,   wrote:
   I was working on JOSM package, and then I found out that you guys have 
   been working on it too. I looked at your work on Alioth's SVN. It 
   looks much better than what I did indeed. Except for are a couple of 
   things:
 
   1. Your package compiles against sun-java6-jdk which as far as I 
   understand could make the package be in non-free. I compiled using 
   IcedTea, I know that IcedTea is not *yet* in Debian, but I was just 
   talking to someone who is working on a Debian package for IcedTea 
   this weekend.

I did not yet committed my latest changes to the subversion repository.
I no longer build with sun-java but with the GNU java compiler. This
works but has some drawbacks. Seeing IcedTea in Debian would certainly
be nice.
 
   2. I added a josm.desktop file.
   Please find the .diff file attached with this email, I hope that you'd 
   find benefit in it and probably merge some of what I've done 
   (especially the 2 points I mentioned) with your work.
 
Many thanks. I will commit it to svn (along with my other changes :)

Regards,
Andreas


___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel


[DebianGIS-dev] r1333 - packages/gpsdrive/tags

2008-01-08 Thread nd-guest
Author: nd-guest
Date: 2008-01-08 20:43:47 + (Tue, 08 Jan 2008)
New Revision: 1333

Added:
   packages/gpsdrive/tags/2.10~pre4-1/
Log:
[svn-buildpackage] Tagging gpsdrive (2.10~pre4-1)

Copied: packages/gpsdrive/tags/2.10~pre4-1 (from rev 1332, 
packages/gpsdrive/trunk)


___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel


[DebianGIS-dev] r1334 - in packages/gpsdrive/trunk/debian: . patches

2008-01-08 Thread nd-guest
Author: nd-guest
Date: 2008-01-08 22:07:43 + (Tue, 08 Jan 2008)
New Revision: 1334

Added:
   packages/gpsdrive/trunk/debian/patches/80-dbus.dpatch
   packages/gpsdrive/trunk/debian/patches/90-usage.dpatch
Modified:
   packages/gpsdrive/trunk/debian/changelog
   packages/gpsdrive/trunk/debian/control
   packages/gpsdrive/trunk/debian/patches/00list
   packages/gpsdrive/trunk/debian/patches/03-manpage.dpatch
   packages/gpsdrive/trunk/debian/rules
Log:
* Enable dbus
* Fix usage and manpage


Modified: packages/gpsdrive/trunk/debian/changelog
===
--- packages/gpsdrive/trunk/debian/changelog2008-01-08 20:43:47 UTC (rev 
1333)
+++ packages/gpsdrive/trunk/debian/changelog2008-01-08 22:07:43 UTC (rev 
1334)
@@ -1,3 +1,20 @@
+gpsdrive (2.10~pre4-2) UNRELEASED; urgency=low
+
+  * Enable DBUS support. All gps receivers supported by
+gpsd should work with this interface.
+- Added 80-dbus.dpatch
+- Added libdubs-glib-1-dev to Build-Depends
+- Changed debian/rules to use --enable-dbus
+  * Add 90-usage.dpatch to fix usage output
+(Closes: #456152)
+  * Update 03-manpage.dpatch.
+- Reflect usage changes.
+- Changed  mailinglist.
+- Changed AUTHORS.
+- Minor cosmetic changes.
+
+ -- Andreas Putzo [EMAIL PROTECTED]  Tue, 08 Jan 2008 22:04:10 +
+
 gpsdrive (2.10~pre4-1) unstable; urgency=low
 
   * New upstream release.

Modified: packages/gpsdrive/trunk/debian/control
===
--- packages/gpsdrive/trunk/debian/control  2008-01-08 20:43:47 UTC (rev 
1333)
+++ packages/gpsdrive/trunk/debian/control  2008-01-08 22:07:43 UTC (rev 
1334)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
 Uploaders: Andreas Putzo [EMAIL PROTECTED]
-Build-Depends: debhelper (= 5), automake1.9, libtool, pkg-config, 
libpcre3-dev, libgtk2.0-dev,libart-2.0-dev, libxml2-dev, libmysqlclient15-dev, 
autotools-dev, dpatch, libmapnik-dev, libboost-dev, libboost-filesystem-dev, 
libboost-serialization-dev
+Build-Depends: debhelper (= 5), automake1.9, libtool, pkg-config, 
libpcre3-dev, libgtk2.0-dev,libart-2.0-dev, libxml2-dev, libmysqlclient15-dev, 
autotools-dev, dpatch, libmapnik-dev, libboost-dev, libboost-filesystem-dev, 
libboost-serialization-dev, libdbus-glib-1-dev
 Standards-Version: 3.7.2
 Homepage: http://gpsdrive.de
 

Modified: packages/gpsdrive/trunk/debian/patches/00list
===
--- packages/gpsdrive/trunk/debian/patches/00list   2008-01-08 20:43:47 UTC 
(rev 1333)
+++ packages/gpsdrive/trunk/debian/patches/00list   2008-01-08 22:07:43 UTC 
(rev 1334)
@@ -7,3 +7,5 @@
 50-scripts
 60-sql
 70-perl
+80-dbus
+90-usage

Modified: packages/gpsdrive/trunk/debian/patches/03-manpage.dpatch
===
--- packages/gpsdrive/trunk/debian/patches/03-manpage.dpatch2008-01-08 
20:43:47 UTC (rev 1333)
+++ packages/gpsdrive/trunk/debian/patches/03-manpage.dpatch2008-01-08 
22:07:43 UTC (rev 1334)
@@ -7,7 +7,7 @@
 @DPATCH@
 diff -urNad gpsdrive-2.10~pre4~/man/convert-waypoints.pl.1 
gpsdrive-2.10~pre4/man/convert-waypoints.pl.1
 --- gpsdrive-2.10~pre4~/man/convert-waypoints.pl.1 2007-09-15 
17:13:54.0 +
-+++ gpsdrive-2.10~pre4/man/convert-waypoints.pl.1  2007-10-16 
19:41:22.0 +
 gpsdrive-2.10~pre4/man/convert-waypoints.pl.1  2008-01-08 
20:47:21.0 +
 @@ -131,7 +131,7 @@
  .IX Title CONVERT-WAYPOINTS 1
  .TH CONVERT-WAYPOINTS 1 2007-09-14 perl v5.8.8 User Contributed Perl 
Documentation
@@ -19,7 +19,7 @@
  \\fBconvert-waypoints\fR is converting old waypoint info from the database 
table 'waypoints'
 diff -urNad gpsdrive-2.10~pre4~/man/friendsd2.1 
gpsdrive-2.10~pre4/man/friendsd2.1
 --- gpsdrive-2.10~pre4~/man/friendsd2.12007-09-15 15:12:05.0 
+
-+++ gpsdrive-2.10~pre4/man/friendsd2.1 2007-10-16 19:39:42.0 +
 gpsdrive-2.10~pre4/man/friendsd2.1 2008-01-08 20:47:21.0 +
 @@ -1,6 +1,6 @@
  .TH FRIENDSD2 1 
  .SH NAME
@@ -30,7 +30,7 @@
  
 diff -urNad gpsdrive-2.10~pre4~/man/geo-code.1 
gpsdrive-2.10~pre4/man/geo-code.1
 --- gpsdrive-2.10~pre4~/man/geo-code.1 2007-09-14 21:47:43.0 +
-+++ gpsdrive-2.10~pre4/man/geo-code.1  2007-10-16 19:39:30.0 +
 gpsdrive-2.10~pre4/man/geo-code.1  2008-01-08 20:47:21.0 +
 @@ -1,7 +1,7 @@
  .\ DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
  .TH GEO-CODE 1 09.10.2003 geo-code User Commands
@@ -42,7 +42,7 @@
  .IP
 diff -urNad gpsdrive-2.10~pre4~/man/geoinfo.pl.1 
gpsdrive-2.10~pre4/man/geoinfo.pl.1
 --- gpsdrive-2.10~pre4~/man/geoinfo.pl.1   2007-09-15 17:13:54.0 
+
-+++ gpsdrive-2.10~pre4/man/geoinfo.pl.12007-10-16 19:41:42.0 
+
 

[DebianGIS-dev] Processed: Re: Bug#459213: gpsdrive: crashes when choosing options preferences

2008-01-08 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 package gpsdrive
Ignoring bugs not assigned to: gpsdrive

 severity 459213 normal
Bug#459213: gpsdrive: crashes when choosing options  preferences
Severity set to `normal' from `grave'

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel


[DebianGIS-dev] r1335 - in packages/gpsdrive/trunk/debian: . patches

2008-01-08 Thread nd-guest
Author: nd-guest
Date: 2008-01-08 23:21:20 + (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/changelog2008-01-08 22:07:43 UTC (rev 
1334)
+++ packages/gpsdrive/trunk/debian/changelog2008-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 [EMAIL PROTECTED]  Tue, 08 Jan 2008 22:04:10 +
+ -- Andreas Putzo [EMAIL PROTECTED]  Tue, 08 Jan 2008 23:17:23 +
 
 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.0 
+
-+++ gpsdrive-2.10~pre4/scripts/geoinfo.pl  2007-10-16 09:11:47.0 
+
 gpsdrive-2.10~pre4/scripts/geoinfo.pl  2008-01-08 23:15:25.0 
+
 @@ -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.0 +
-+++ gpsdrive-2.10~pre4/scripts/osm/perl_lib/Geo/Filter/Area.pm 2007-10-16 
09:12:42.0 +
 gpsdrive-2.10~pre4/scripts/osm/perl_lib/Geo/Filter/Area.pm 2008-01-08 
23:15:25.0 +
 @@ -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.0 +
-+++ gpsdrive-2.10~pre4/scripts/osm/perl_lib/Geo/GPX/File.pm2007-10-16 
09:05:54.0 +
 gpsdrive-2.10~pre4/scripts/osm/perl_lib/Geo/GPX/File.pm2008-01-08 
23:15:25.0 +
 @@ -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.0 +
-+++ gpsdrive-2.10~pre4/scripts/osm/perl_lib/Geo/Geometry.pm2007-10-16 
09:05:54.0 +
 gpsdrive-2.10~pre4/scripts/osm/perl_lib/Geo/Geometry.pm2008-01-08 
23:15:25.0 +
 @@ -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.0 +
-+++ gpsdrive-2.10~pre4/scripts/osm/perl_lib/Geo/Gpsdrive/OSM.pm
2007-10-16 09:05:54.0 +
+--- gpsdrive-2.10~pre4~/scripts/osm/perl_lib/Geo/Gpsdrive/OSM.pm   
2008-01-08 23:15:22.0 +
 gpsdrive-2.10~pre4/scripts/osm/perl_lib/Geo/Gpsdrive/OSM.pm
2008-01-08 23:16:55.0 +
 @@ -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.0 +
-+++ 

[DebianGIS-dev] gdal 1.4.4-1 MIGRATED to testing

2008-01-08 Thread Debian testing watch
FYI: The status of the gdal source package
in Debian's testing distribution has changed.

  Previous version: 1.4.2-1
  Current version:  1.4.4-1

-- 
This email is automatically generated; [EMAIL PROTECTED] is responsible.
See http://people.debian.org/~henning/trille/ for more information.

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel