[DebianGIS-dev] r2275 - packages/grass/trunk/debian

2009-06-11 Thread hamish-guest
Author: hamish-guest
Date: 2009-06-11 09:08:21 + (Thu, 11 Jun 2009)
New Revision: 2275

Added:
   packages/grass/trunk/debian/grass.menu
Log:
add menu item (will use saved GUI mode). not sure
if .ico needs to be /usr/share/gpsdrive/pixmaps/grass.xpm
or about setting dh_installmenu in rules and update-menus in postinst.


Added: packages/grass/trunk/debian/grass.menu
===
--- packages/grass/trunk/debian/grass.menu  (rev 0)
+++ packages/grass/trunk/debian/grass.menu  2009-06-11 09:08:21 UTC (rev 
2275)
@@ -0,0 +1,5 @@
+?package(grass):needs=text\
+  section=Applications/Science/Geoscience\
+  title=GRASS GIS\
+  command=/usr/bin/grass\
+  icon=/usr/lib/grass64/etc/gui/icons/grass.ico


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


[DebianGIS-dev] Bug#532742: [josm] Cannot download list of plugins from http://josm.openstreetmap.de/wiki/Plugins

2009-06-11 Thread Frank Eckelmann
Package: josm
Version: 0.0.svn1529-1
Severity: normal

When I try to download a new list of plugins over Edit - Preferences - 
Plugins and Download List/Update, I get a box that he downloaded a plugin 
list from 1 site and that my plugins are up to date. This is incorrect 
because I have validator 14123 and wmsplugin 14120 and the site lists 
validator 15127 and wmsplugin 15827. A restart of josm doesnt help.
I tried to remove ~/.josm/plugins, but the list is empty after downloading it 
and then restarting josm. Maybe an update to a newer version would help.


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.26-2-686

Debian Release: 5.0.1
  500 stable  volatile.debian.org 
  500 stable  security.debian.org 
  500 stable  ftp.de.debian.org 
  500 stable  debian-multimedia.informatik.uni-erlangen.de 
1 unstableftp.de.debian.org 
1 experimentalftp.debian.org 

--- Package information. ---
Depends  (Version) | Installed
==-+-===
openjdk-6-jre  | 6b11-9.1+lenny2
 OR sun-java5-jre  | 
 OR sun-java6-jre  | 
libgettext-commons-java| 0.9-1
libmetadata-extractor-java | 2.3.1+dfsg-1
openstreetmap-map-icons-classic| 1:0.0.0.20080713-1


Recommends(Version) | Installed
===-+-===
josm-plugins| 


Package's Suggests field is empty.





signature.asc
Description: This is a digitally signed message part.
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

[DebianGIS-dev] Bug#527956: gpsdrive: FTBFS:

2009-06-11 Thread Andreas Putzo
Hi,

On Jun 10  19:38, Adam D. Barratt wrote:
 On Mon, 2009-05-25 at 23:46 +0200, Kurt Roeckx wrote:
  On Mon, May 25, 2009 at 10:28:39PM +0100, Adam D. Barratt wrote:
   
   One oddity I did notice in the debdiffs of the binary packages is that
   gpsdrive lost its zlib dependency; I can't see any obvious reason for
   that, hence not having tagged the bug patch as yet.
  
  This might be the result of using the Debian version of
  libtool which is patched not link against the depedencies
  of the dependent on library.  So zlib will still be
  pulled in, but it's the other lib that is using it and
  pulling it in.
 
 Yep, looks like it; thanks.
 
 gpsdrive maintainers:
 
 This bug has been open for a month already and is the last thing
 blocking the transition of the new version of mapnik to testing.  I'm
 therefore planning on uploading an NMU to fix it in a couple of days'
 time, unless there are any objections.  If you'd rather fix it
 yourselves then that's obviously fine, but please say so. :-)

i get a symbol lookup error currently. I try to look into this
tonight, but feel free to NMU if you have a working solution :)

gpsdrive: symbol lookup error: /usr/lib/mapnik/0.5/input/postgis.input:
undefined symbol: _ZN5boost5mutex7do_lockEv


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] Bug#527956: gpsdrive: FTBFS:

2009-06-11 Thread Adam D. Barratt

Andreas Putzo wrote:

Hi,

On Jun 10  19:38, Adam D. Barratt wrote:

This bug has been open for a month already and is the last thing
blocking the transition of the new version of mapnik to testing.  I'm
therefore planning on uploading an NMU to fix it in a couple of days'
time, unless there are any objections.  If you'd rather fix it
yourselves then that's obviously fine, but please say so. :-)


i get a symbol lookup error currently. I try to look into this
tonight, but feel free to NMU if you have a working solution :)

gpsdrive: symbol lookup error:
/usr/lib/mapnik/0.5/input/postgis.input: undefined symbol:
_ZN5boost5mutex7do_lockEv


Hmmm, how did you produce that error? The version of /usr/bin/gpsdrive I've 
built is linked against mapnik 0.6 (that rather being the point of getting 
the bug fixed in the first place ;-) but it's possible something is still 
picking up a 0.5 dependency somewhere.


(and thinking about it the build-dep should probably also be bumped to 
require libmapnik-dev = 0.6, to ensure that it gets upgraded in chroots if 
already present).


What does ldd /usr/bin/gpsdrive | egrep mapnik  give you?

Regards,

Adam 




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


[DebianGIS-dev] Bug#527956: gpsdrive: FTBFS:

2009-06-11 Thread Andreas Putzo
On Jun 11  18:22, Adam D. Barratt wrote:
 Andreas Putzo wrote:
 On Jun 10  19:38, Adam D. Barratt wrote:
 This bug has been open for a month already and is the last thing
 blocking the transition of the new version of mapnik to testing.  I'm
 therefore planning on uploading an NMU to fix it in a couple of days'
 time, unless there are any objections.  If you'd rather fix it
 yourselves then that's obviously fine, but please say so. :-)

 i get a symbol lookup error currently. I try to look into this
 tonight, but feel free to NMU if you have a working solution :)

 gpsdrive: symbol lookup error:
 /usr/lib/mapnik/0.5/input/postgis.input: undefined symbol:
 _ZN5boost5mutex7do_lockEv

 Hmmm, how did you produce that error? The version of /usr/bin/gpsdrive 
 I've built is linked against mapnik 0.6 (that rather being the point of 
 getting the bug fixed in the first place ;-) but it's possible something 
 is still picking up a 0.5 dependency somewhere.

 (and thinking about it the build-dep should probably also be bumped to  
 require libmapnik-dev = 0.6, to ensure that it gets upgraded in chroots 
 if already present).

I built the package with pbuilder and tried it in an up-to-date sid
chroot. 

 What does ldd /usr/bin/gpsdrive | egrep mapnik  give you?

$ ldd /usr/bin/gpsdrive |grep mapnik
libmapnik.so.0.6 = /usr/lib/libmapnik.so.0.6 (0xb748b000)

I still had libmapnik0.5 installed. If i deinstall it, gpsdrive runs
without error.

Just noticed there is /usr/lib/mapnik/0.5 hardcoded in 
debian/patches/96-mapnik-plugins-dir.dpatch. I guess that's the problem.


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] r2276 - in packages/gpsdrive/trunk/debian: . patches

2009-06-11 Thread nd-guest
Author: nd-guest
Date: 2009-06-11 19:43:07 + (Thu, 11 Jun 2009)
New Revision: 2276

Modified:
   packages/gpsdrive/trunk/debian/changelog
   packages/gpsdrive/trunk/debian/control
   packages/gpsdrive/trunk/debian/patches/96-mapnik-plugins-dir.dpatch
   packages/gpsdrive/trunk/debian/rules
Log:
fix #527956


Modified: packages/gpsdrive/trunk/debian/changelog
===
--- packages/gpsdrive/trunk/debian/changelog2009-06-11 09:08:21 UTC (rev 
2275)
+++ packages/gpsdrive/trunk/debian/changelog2009-06-11 19:43:07 UTC (rev 
2276)
@@ -1,3 +1,13 @@
+gpsdrive (2.10~pre4-6.dfsg-3) unstable; urgency=low
+
+  * Regenerate aclocal.m4 with libtoolize in debian/rules.
+Thanks to Adam D. Barratt (Closes: #527956)
+  * Updated build-dep to libmapnik-dev = 0.6.
+  * Updated 96-mapnik-plugins-dir.dpatch to define the correct
+MAPNIK_PATH.
+
+ -- Andreas Putzo andr...@putzo.net  Thu, 11 Jun 2009 19:26:06 +
+
 gpsdrive (2.10~pre4-6.dfsg-2) unstable; urgency=low
 
   * Remove example script gpssmswatch. Prone to symlink attacks

Modified: packages/gpsdrive/trunk/debian/control
===
--- packages/gpsdrive/trunk/debian/control  2009-06-11 09:08:21 UTC (rev 
2275)
+++ packages/gpsdrive/trunk/debian/control  2009-06-11 19:43:07 UTC (rev 
2276)
@@ -4,7 +4,7 @@
 Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
 Uploaders: Andreas Putzo andr...@putzo.net
 DM-Upload-Allowed: yes
-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 (= 0.5~svn638), libboost-dev, 
libboost-filesystem-dev, libboost-serialization-dev, libdbus-glib-1-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 (= 0.6), libboost-dev, 
libboost-filesystem-dev, libboost-serialization-dev, libdbus-glib-1-dev
 Standards-Version: 3.8.0
 Homepage: http://gpsdrive.de
 Vcs-Svn: svn://svn.debian.org/svn/pkg-grass/packages/gpsdrive/

Modified: packages/gpsdrive/trunk/debian/patches/96-mapnik-plugins-dir.dpatch
===
--- packages/gpsdrive/trunk/debian/patches/96-mapnik-plugins-dir.dpatch 
2009-06-11 09:08:21 UTC (rev 2275)
+++ packages/gpsdrive/trunk/debian/patches/96-mapnik-plugins-dir.dpatch 
2009-06-11 19:43:07 UTC (rev 2276)
@@ -4,15 +4,15 @@
 ## DP: Use correct mapnik path on debian systems.
 
 @DPATCH@
-diff -urNad gpsdrive-2.10~pre4~/src/mapnik.cpp 
gpsdrive-2.10~pre4/src/mapnik.cpp
 gpsdrive-2.10~pre4~/src/mapnik.cpp 2008-02-20 14:49:36.0 +0100
-+++ gpsdrive-2.10~pre4/src/mapnik.cpp  2008-02-20 14:51:30.0 +0100
+diff -urNad gpsdrive-2.10~pre4-6.dfsg~/src/mapnik.cpp 
gpsdrive-2.10~pre4-6.dfsg/src/mapnik.cpp
+--- gpsdrive-2.10~pre4-6.dfsg~/src/mapnik.cpp  2009-06-11 19:23:32.0 
+
 gpsdrive-2.10~pre4-6.dfsg/src/mapnik.cpp   2009-06-11 19:23:32.0 
+
 @@ -108,6 +108,10 @@
  return StringToReplace;
  }
  
 +#if !defined(MAPNIK_PATH)
-+#define MAPNIK_PATH /usr/lib/mapnik/0.5
++#define MAPNIK_PATH /usr/lib/mapnik/0.6
 +#endif
 +
  /*

Modified: packages/gpsdrive/trunk/debian/rules
===
--- packages/gpsdrive/trunk/debian/rules2009-06-11 09:08:21 UTC (rev 
2275)
+++ packages/gpsdrive/trunk/debian/rules2009-06-11 19:43:07 UTC (rev 
2276)
@@ -48,6 +48,7 @@
aclocal -I m4 --force
automake --add-missing
autoconf
+   libtoolize -i -f
./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
--prefix=/usr \
--enable-mapnik \


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


[DebianGIS-dev] r2277 - packages/osm2pgsql/tags

2009-06-11 Thread nd-guest
Author: nd-guest
Date: 2009-06-11 19:48:00 + (Thu, 11 Jun 2009)
New Revision: 2277

Added:
   packages/osm2pgsql/tags/0.66.20090526-1/
Log:
[svn-buildpackage] Tagging osm2pgsql (0.66.20090526-1)


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


[DebianGIS-dev] Processing of gpsdrive_2.10~pre4-6.dfsg-3_i386.changes

2009-06-11 Thread Archive Administrator
gpsdrive_2.10~pre4-6.dfsg-3_i386.changes uploaded successfully to localhost
along with the files:
  gpsdrive_2.10~pre4-6.dfsg-3.dsc
  gpsdrive_2.10~pre4-6.dfsg-3.diff.gz
  gpsdrive_2.10~pre4-6.dfsg-3_i386.deb
  gpsdrive-data_2.10~pre4-6.dfsg-3_all.deb
  gpsdrive-scripts_2.10~pre4-6.dfsg-3_all.deb

Greetings,

Your Debian queue daemon

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


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

2009-06-11 Thread nd-guest
Author: nd-guest
Date: 2009-06-11 20:20:16 + (Thu, 11 Jun 2009)
New Revision: 2278

Added:
   packages/gpsdrive/tags/2.10~pre4-6.dfsg-3/
Log:
[svn-buildpackage] Tagging gpsdrive (2.10~pre4-6.dfsg-3)


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


[DebianGIS-dev] Bug#527956: gpsdrive: FTBFS:

2009-06-11 Thread Andreas Putzo
On Jun 11  20:39, Adam D. Barratt wrote:
 On Thu, 2009-06-11 at 21:22 +0200, Andreas Putzo wrote:
  On Jun 11  18:22, Adam D. Barratt wrote:
   Andreas Putzo wrote:
   gpsdrive: symbol lookup error:
   /usr/lib/mapnik/0.5/input/postgis.input: undefined symbol:
   _ZN5boost5mutex7do_lockEv
  
   Hmmm, how did you produce that error? The version of /usr/bin/gpsdrive 
   I've built is linked against mapnik 0.6 (that rather being the point of 
   getting the bug fixed in the first place ;-) but it's possible something 
   is still picking up a 0.5 dependency somewhere.
  
   (and thinking about it the build-dep should probably also be bumped to  
   require libmapnik-dev = 0.6, to ensure that it gets upgraded in chroots 
   if already present).
  
  I built the package with pbuilder and tried it in an up-to-date sid
  chroot. 
 
 I meant more specifically. :-) I tried it on up-to-date sid as well, but
 I obviously didn't try the right thing, as I hadn't spotted the
 problem. :-/

Well, i started gpsdrive, got the symbol error and gpsdrive terminated.
You didn't had libmapnik0.6 *and* libmapnik0.5 installed when you tried
it presumably. 

   What does ldd /usr/bin/gpsdrive | egrep mapnik  give you?
  
  $ ldd /usr/bin/gpsdrive |grep mapnik
  libmapnik.so.0.6 = /usr/lib/libmapnik.so.0.6 (0xb748b000)
  
  I still had libmapnik0.5 installed. If i deinstall it, gpsdrive runs
  without error.
  
  Just noticed there is /usr/lib/mapnik/0.5 hardcoded in 
  debian/patches/96-mapnik-plugins-dir.dpatch. I guess that's the problem.
 
 Yep, sounds likely.
 
 It sounds like you've got this under control? If so and you're likely to
 upload a new version shortly then I'll ignore the NMU; a maintainer
 upload is generally preferable and you should be able to test it more
 usefully than I can :)

Just uploaded the new version. Sorry for the delay, wasn't aware that
i'm blocking the mapnik transition :(

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] Bug#527956: gpsdrive: FTBFS:

2009-06-11 Thread Adam D. Barratt
On Thu, 2009-06-11 at 22:18 +0200, Andreas Putzo wrote:
 Well, i started gpsdrive, got the symbol error and gpsdrive terminated.
 You didn't had libmapnik0.6 *and* libmapnik0.5 installed when you tried
 it presumably. 

Ah.  Nope, you're right - I only had 0.6 installed, which is why I
didn't notice.

[...]
 Just uploaded the new version. Sorry for the delay, wasn't aware that
 i'm blocking the mapnik transition :(

No worries; thanks for the upload.  It wasn't a huge transition -
gpsdrive appears to be one of only three packages depending on mapnik -
but this does mean all four packages will now be able to transition to
squeeze, once gpsdrive is built everywhere and has been in unstable long
enough.

Thanks very much for the quick response.

Regards,

Adam



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