[DebianGIS-dev] Bug#490852: [m68k] Please add !m68k to openmpi build-dep

2008-07-14 Thread Stephen R Marenka
Package: hdf5
Version: 1.6.6-4
Severity: important

Please add !m68k to the libopenmpi-dev build-dep. That's what's causing
a FTBFS on m68k.

Thanks,

Stephen

-- 
Stephen R. Marenka If life's not fun, you're not doing it right!
<[EMAIL PROTECTED]>


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

[DebianGIS-dev] gdal 1.5.2-2 MIGRATED to testing

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

  Previous version: 1.5.2-1
  Current version:  1.5.2-2

-- 
This email is automatically generated; the Debian Release Team
<[EMAIL PROTECTED]> is responsible.
See http://release.debian.org/testing-watch/ 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


[DebianGIS-dev] mkgmap_0.0.0+svn630-1_i386.changes is NEW

2008-07-14 Thread Debian Installer
(new) mkgmap_0.0.0+svn630-1.diff.gz extra utils
(new) mkgmap_0.0.0+svn630-1.dsc extra utils
(new) mkgmap_0.0.0+svn630-1_all.deb extra utils
Generate Garmin maps from OpenStreetMap data
 This program converts OpenStreetMap data into a map that
 can be loaded onto a Garmin GPS device.
(new) mkgmap_0.0.0+svn630.orig.tar.gz extra utils
Changes: mkgmap (0.0.0+svn630-1) unstable; urgency=low
 .
  * Initial release (Closes: #475773)
 .
  * Upload sponsored by Petter Reinholdtsen.


Override entries for your package:

Announcing to [EMAIL PROTECTED]
Closing bugs: 475773 


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.

___
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 mkgmap_0.0.0+svn630-1_i386.changes

2008-07-14 Thread Archive Administrator
mkgmap_0.0.0+svn630-1_i386.changes uploaded successfully to localhost
along with the files:
  mkgmap_0.0.0+svn630-1.dsc
  mkgmap_0.0.0+svn630.orig.tar.gz
  mkgmap_0.0.0+svn630-1.diff.gz
  mkgmap_0.0.0+svn630-1_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] r1725 - in packages/mkgmap/trunk/debian: . scripts

2008-07-14 Thread nd-guest
Author: nd-guest
Date: 2008-07-14 14:36:04 + (Mon, 14 Jul 2008)
New Revision: 1725

Modified:
   packages/mkgmap/trunk/debian/changelog
   packages/mkgmap/trunk/debian/scripts/mkgmap
Log:
search for best working jvm in wrapper script


Modified: packages/mkgmap/trunk/debian/changelog
===
--- packages/mkgmap/trunk/debian/changelog  2008-07-14 13:57:16 UTC (rev 
1724)
+++ packages/mkgmap/trunk/debian/changelog  2008-07-14 14:36:04 UTC (rev 
1725)
@@ -1,5 +1,5 @@
-mkgmap (0.0.0+svn569-1) unstable; urgency=low
+mkgmap (0.0.0+svn630-1) unstable; urgency=low
 
-  * Initial release (Closes: #475773)  
+  * Initial release (Closes: #475773)
 
- -- Andreas Putzo <[EMAIL PROTECTED]>  Sun, 13 Apr 2008 19:29:58 +
+ -- Andreas Putzo <[EMAIL PROTECTED]>  Mon, 14 Jul 2008 13:38:36 +

Modified: packages/mkgmap/trunk/debian/scripts/mkgmap
===
--- packages/mkgmap/trunk/debian/scripts/mkgmap 2008-07-14 13:57:16 UTC (rev 
1724)
+++ packages/mkgmap/trunk/debian/scripts/mkgmap 2008-07-14 14:36:04 UTC (rev 
1725)
@@ -2,4 +2,22 @@
 # Simple wrapper script to execute mkgmap in Debian
 set -e
 
-exec /usr/bin/java -jar /usr/share/mkgmap/mkgmap.jar "$@"
+# First, the users preference as defined by $JAVA_HOME. Next, the
+# other JVMs known to work with mkgmap, with the one working best
+# fist, and the less functional onces after that. Last, use /usr/bin/java.
+# Override to a specific one using JAVACMD
+JAVA_CMDS="$JAVA_HOME/bin/java /usr/lib/jvm/java-6-openjdk/bin/java 
/usr/lib/jvm/java-6-sun/jre/bin/java /usr/lib/jvm/java-1.5.0-sun/jre/bin/java 
/usr/bin/java"
+
+for jcmd in $JAVA_CMDS; do
+if [ -x "$jcmd" -a -z "${JAVACMD}" ]; then
+JAVACMD="$jcmd"
+fi
+done
+
+if [ "$JAVACMD" ]; then
+echo "Using $JAVACMD to execute mkgmap."
+exec $JAVACMD -jar /usr/share/mkgmap/mkgmap.jar "$@"
+else
+echo "No valid JVM found to run mkgmap."
+exit 1
+fi


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


[DebianGIS-dev] r1724 - in packages/mapserver/trunk/debian: . po

2008-07-14 Thread frankie
Author: frankie
Date: 2008-07-14 13:57:16 + (Mon, 14 Jul 2008)
New Revision: 1724

Modified:
   packages/mapserver/trunk/debian/changelog
   packages/mapserver/trunk/debian/po/sv.po
Log:
Fixed #488704


Modified: packages/mapserver/trunk/debian/changelog
===
--- packages/mapserver/trunk/debian/changelog   2008-07-14 13:54:53 UTC (rev 
1723)
+++ packages/mapserver/trunk/debian/changelog   2008-07-14 13:57:16 UTC (rev 
1724)
@@ -1,3 +1,10 @@
+mapserver (5.0.3-3) unstable; urgency=low
+
+  * Updated sv.po template.
+(closes: #488704)
+
+ -- Francesco Paolo Lovergine <[EMAIL PROTECTED]>  Mon, 14 Jul 2008 15:56:37 
+0200
+
 mapserver (5.0.3-2) unstable; urgency=high
 
   * Turning off optimization in debian/rules due to serious breakage of 
mapserver

Modified: packages/mapserver/trunk/debian/po/sv.po
===
--- packages/mapserver/trunk/debian/po/sv.po2008-07-14 13:54:53 UTC (rev 
1723)
+++ packages/mapserver/trunk/debian/po/sv.po2008-07-14 13:57:16 UTC (rev 
1724)
@@ -1,3 +1,4 @@
+# translation of mapserver_5.0.3-2_sv.po to swedish
 # Translators, if you are not familiar with the PO format, gettext
 # documentation is worth reading, especially sections dedicated to
 # this format, e.g. by running:
@@ -7,42 +8,50 @@
 # /usr/share/doc/po-debconf/README-trans
 # or http://www.debian.org/intl/l10n/po-debconf/README-trans
 # Developers do not need to manually edit POT or PO files.
-# , fuzzy
 #
-#
+# Martin Bagge <[EMAIL PROTECTED]>, 2008.
 msgid ""
 msgstr ""
-"Project-Id-Version: mapserver\n"
+"Project-Id-Version: mapserver_5.0.3-2_sv\n"
 "Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
-"POT-Creation-Date: 2007-07-23 07:41+0200\n"
-"PO-Revision-Date: 2007-08-07 10:05+0100\n"
-"Last-Translator: Daniel Nylander <[EMAIL PROTECTED]>\n"
-"Language-Team: Swedish <[EMAIL PROTECTED]>\n"
+"POT-Creation-Date: 2007-06-15 15:55+0200\n"
+"PO-Revision-Date: 2008-06-30 21:13+0200\n"
+"Last-Translator: Martin Bagge <[EMAIL PROTECTED]>\n"
+"Language-Team: swedish <[EMAIL PROTECTED]>\n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"X-Generator: KBabel 1.11.4\n"
 
 #. Type: boolean
 #. Description
-#: ../php5-mapscript.templates:2001
-msgid "Should ${extname} support be added for ${sapiconfig}?"
-msgstr "Ska stöd för ${extname} läggas till för ${sapiconfig}?"
+#: ../php5-mapscript.templates:1001
+msgid "Should ${extname} be added to /etc/php5/${sapiconfig}/php.ini?"
+msgstr "Ska stöd för ${extname} läggas till i /etc/php5/${sapiconfig}/php.ini?"
 
 #. Type: boolean
 #. Description
-#: ../php5-mapscript.templates:2001
-msgid "You are installing ${extname} support for PHP5, but it is not yet 
enabled in /etc/php5/${sapiconfig}/php.ini. Enabling this extension will allow 
PHP5 scripts to use it."
-msgstr "Du installerar ${extname}-stöd för PHP5 och den är ännu inte aktiverad 
/etc/php5/${sapiconfig}/php.ini.  Aktivering av denna utökning gör att 
PHP5-skript kan använda den. "
+#: ../php5-mapscript.templates:1001
+msgid ""
+"You are installing ${extname} support for php5 and it is not yet enabled in "
+"the configuration for the ${sapiconfig} SAPI. Enabling this extension will "
+"allow php5 scripts to use it."
+msgstr ""
+"Du installerar ${extname}-stöd för PHP5 och den är ännu inte aktiverad för 
${sapiconfig}.  Aktivering av denna utökning gör att PHP5-"
+"skript kan använda den. "
 
 #. Type: boolean
 #. Description
-#: ../php5-mapscript.templates:3001
-msgid "Should ${extname} support be removed for ${sapiconfig}?"
-msgstr "Ska stöd för ${extname} tas bort för ${sapiconfig}?"
+#: ../php5-mapscript.templates:2001
+msgid "Should ${extname} be removed from /etc/php5/${sapiconfig}/php.ini?"
+msgstr "Ska stöd för ${extname} tas bort ur /etc/php5/${sapiconfig}/php.ini?"
 
 #. Type: boolean
 #. Description
-#: ../php5-mapscript.templates:3001
-msgid "You are removing ${extname} support for PHP5, but it is still enabled 
in /etc/php5/${sapiconfig}/php.ini. Leaving this in place will probably cause 
problems when trying to use PHP."
-msgstr "Du tar bort ${extname}-stödet för PHP5 men den är fortfarande 
aktiverad i /etc/php5/${sapiconfig}/php.ini. Lämna den aktiverad kan orsaka 
problem när du försöker använda PHP."
+#: ../php5-mapscript.templates:2001
+msgid ""
+"You are removing ${extname} support for php5, but it is still enabled in the "
+"configuration for the ${sapiconfig} SAPI.  Leaving this in place will "
+"probably cause problems when trying to use PHP."
+msgstr "Du tar bort ${extname}-stödet för PHP5 men den är fortfarande 
aktiverad i /etc/php5/${sapiconfig}/php.ini. Att lämna den aktiverad kan orsaka 
problem när du försöker använda PHP."
 


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

[DebianGIS-dev] r1723 - packages/mkgmap/trunk/debian

2008-07-14 Thread nd-guest
Author: nd-guest
Date: 2008-07-14 13:54:53 + (Mon, 14 Jul 2008)
New Revision: 1723

Modified:
   packages/mkgmap/trunk/debian/control
Log:
add vcs fields, bump standards version
fix depends


Modified: packages/mkgmap/trunk/debian/control
===
--- packages/mkgmap/trunk/debian/control2008-07-14 13:53:06 UTC (rev 
1722)
+++ packages/mkgmap/trunk/debian/control2008-07-14 13:54:53 UTC (rev 
1723)
@@ -4,13 +4,15 @@
 Maintainer: Debian GIS Project 
 Uploaders: Andreas Putzo <[EMAIL PROTECTED]>
 Build-Depends: ant, cdbs, debhelper (>= 5), java-gcj-compat-dev
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 Homepage: http://www.parabola.me.uk/mkgmap
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-grass/packages/mkgmap/trunk
+Vcs-Svn: svn://svn.debian.org/svn/pkg-grass/packages/mkgmap/trunk
 
 Package: mkgmap
 Architecture: all
-Depends: java-gcj-compat | java2-runtime
+Depends: openjdk-6-jre-headless | java5-runtime-headless
 Suggests: josm, qlandkarte
 Description: Generate Garmin maps from OpenStreetMap data
- This program converts OpenStreetMap data into a map that 
+ This program converts OpenStreetMap data into a map that
  can be loaded onto a Garmin GPS device.


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


[DebianGIS-dev] r1722 - packages/mkgmap/trunk/debian

2008-07-14 Thread nd-guest
Author: nd-guest
Date: 2008-07-14 13:53:06 + (Mon, 14 Jul 2008)
New Revision: 1722

Modified:
   packages/mkgmap/trunk/debian/copyright
   packages/mkgmap/trunk/debian/rules
Log:
remove cruft


Modified: packages/mkgmap/trunk/debian/copyright
===
--- packages/mkgmap/trunk/debian/copyright  2008-07-14 13:52:33 UTC (rev 
1721)
+++ packages/mkgmap/trunk/debian/copyright  2008-07-14 13:53:06 UTC (rev 
1722)
@@ -3,20 +3,20 @@
 
 It was downloaded from http://www.parabola.me.uk/mkgmap/snapshots/
 
-Upstream Author: 
+Upstream Author:
 
 Steve Ratcliffe <[EMAIL PROTECTED]>
 
-Copyright: 
+Copyright:
 
 Copyright (C) 2007, 2008 Steve Ratcliffe <[EMAIL PROTECTED]>
 
 License:
 
 This package is free software; you can redistribute it and/or modify
-it under the terms of the GNU General Public License version 2 as 
+it under the terms of the GNU General Public License version 2 as
 published by the Free Software Foundation.
- 
+
 This package is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

Modified: packages/mkgmap/trunk/debian/rules
===
--- packages/mkgmap/trunk/debian/rules  2008-07-14 13:52:33 UTC (rev 1721)
+++ packages/mkgmap/trunk/debian/rules  2008-07-14 13:53:06 UTC (rev 1722)
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 # debian/rules file for mkgmap (uses cdbs)
-  
+
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/ant.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
@@ -9,4 +9,3 @@
 ANT_HOME  := /usr/share/ant
 DEB_ANT_BUILD_TARGET := dist
 DEB_ANT_CLEAN_TARGET := clobber
-


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


[DebianGIS-dev] r1721 - packages/mkgmap/trunk/debian

2008-07-14 Thread nd-guest
Author: nd-guest
Date: 2008-07-14 13:52:33 + (Mon, 14 Jul 2008)
New Revision: 1721

Removed:
   packages/mkgmap/trunk/debian/mkgmap.1
Modified:
   packages/mkgmap/trunk/debian/manpages
Log:
manpage included upstream.


Modified: packages/mkgmap/trunk/debian/manpages
===
--- packages/mkgmap/trunk/debian/manpages   2008-07-13 20:26:04 UTC (rev 
1720)
+++ packages/mkgmap/trunk/debian/manpages   2008-07-14 13:52:33 UTC (rev 
1721)
@@ -1 +1 @@
-debian/mkgmap.1
+doc/mkgmap.1

Deleted: packages/mkgmap/trunk/debian/mkgmap.1
===
--- packages/mkgmap/trunk/debian/mkgmap.1   2008-07-13 20:26:04 UTC (rev 
1720)
+++ packages/mkgmap/trunk/debian/mkgmap.1   2008-07-14 13:52:33 UTC (rev 
1721)
@@ -1,138 +0,0 @@
-.TH MKGMAP 1 "April 13, 2008"
-.\" Please adjust this date whenever revising the manpage.
-.SH NAME
-mkgmap \- Generate Garmin maps from OpenStreetMap data
-.SH SYNOPSIS
-.B mkgmap
-.RI [ options ] " files.osm " ...
-.SH DESCRIPTION
-This manual page documents briefly the
-.B mkgmap
-command.
-.PP
-\fBmkgmap\fP is a program that converts OpenStreetMap (OSM) data into a map 
that can be loaded onto 
-a Garmin GPS device. 
-.br
-The mapping between OSM features and the features in the map can be customized 
with a file.
-.SH OPTIONS
-.TP
-.B \-c 
-The given file is opened and each line is an option setting of the form
-option=value, just like on the command line except that there is no leading 
'--'.
-.TP
-.B \-n, \-\-mapname=name
-Change the name of the map. Garmin maps are named by 8 digit numbers.
-The default ist 63240001. It is best to change the name if you are going 
-to be making a map for others to use so that it is unique and does not
-clash with others.
-.TP
-.B \-\-description=text
-Sets the descriptive text for the map. This may be displayed in 
-QLandkarte, MapSource or on a GPS etc.
-.TP
-.B \-\-map-features=file
-Use your own map features file. You can totally change which features
-are shown and at what levels. See 
-.SM 
-.B CUSTOMISING THE MAP
-below.
-.TP
-.B \-\-levels=levels code
-Change the way that the levels on the map correspond to the zoom levels
-in the device. See 
-.SM
-.B CUSTOMISING THE MAP
-below. The default is the equivalent of: "0=24, 1=22, 2=21, 3=19, 4=18, 5=16" 
although this may change.
-.TP
-.B \-\-latin1
-This option allows the use of non-ascii characters in street names. It 
-is hardware dependant what is actually supported on a particular
-device. Some devices can only do ascii characters for example.
-.br
-Mkgmap goes to some length to convert un-displayable characters however. It
-will convert accented characters that cannot be displayed in the chosen
-character set into unaccented characters.
-.SH CUSTOMISING THE MAP
-You can completely change which features are displayed and at what zoom levels.
-.PP
-There are two concepts 'resolution' and 'level'.
-.PP
-.SS Resolution
-is a number between 1 and 24 with 24 being the most detailed resolution and 
each number
-less is half as detailed.
-.br
-So for example if a road was 12 units long at resolution 24 it would be only 6 
at resolution
-23 and just 3 at resolution 22.
-.br
-On a Garmin Legend Cx the resolution corresponds to these scales on the device:
-.RS
-16 30km-12km
-.br
-18 8km-3km
-.br
-20 2km-800m
-.br
-22 500m-200m
-.br
-23 300m-80m
-.br
-24 120m-50m
-.RE
-.br
-It may be slightly different on different devices.
-.SS Level
-.br
-is a number between 0 and 16 (although perhaps numbers above 10 are not 
usable), with
-0 corresponding to the most detailed view. The map consists of a number of 
levels starting
-(usually) with 0. For example 0, 1, 2, 3 and a different amount of detail is 
added 
-at each level.
-.br
-The map also contains a table to link the level to the resolution. So you can 
say
-that level 0 corresponds to resolution 24.
-.br
-You can specify this mapping on the command line, for example:
-.RS
-\-\-levels=0:24,1:22,2:20
-.RE
-This means that the map will have three levels. Level 0 in the map will
-correspond to resolution 24 (the most detailed), level 1 will show at
-resolution 22 (between scales of 500m and 200m) and so on.
-.SS Map features
-Custom map features can be applied using a delimeted file among with 
-the 
-.IR --map-features
-command line option.
-.br
-A typical line may look like this:
-.RS
-.PP
-point|amenity|grave_yard|0x64|0x03|23
-.RE
-.PP
-Column 1 is point, polyline or polygon, depending on whether the feature is a 
point of interest, 
-a line feature such as a road or an area such as a park.
-.br
-Column 2 and 3 are taken exactly from the key and value columns from the OSM 
map features.
-.br
-Column 4 is the garmin code that you want to use.
-.br
-Column 5 only applies to points and also determines the type of the object.
-.br
-Column 6 is the minimum resolution at which this feature will appear.
-.PP
-The file 
-.IR /usr/share/doc/m

[DebianGIS-dev] openstreetmap-map-icons_0.0.0.20080713-1_i386.changes is NEW

2008-07-14 Thread Debian Installer
openstreetmap-map-icons-classic_0.0.0.20080713-1_all.deb
  to 
pool/main/o/openstreetmap-map-icons/openstreetmap-map-icons-classic_0.0.0.20080713-1_all.deb
openstreetmap-map-icons-scalable_0.0.0.20080713-1_all.deb
  to 
pool/main/o/openstreetmap-map-icons/openstreetmap-map-icons-scalable_0.0.0.20080713-1_all.deb
openstreetmap-map-icons-square_0.0.0.20080713-1_all.deb
  to 
pool/main/o/openstreetmap-map-icons/openstreetmap-map-icons-square_0.0.0.20080713-1_all.deb
(new) openstreetmap-map-icons_0.0.0.20080713-1.diff.gz optional x11
(new) openstreetmap-map-icons_0.0.0.20080713-1.dsc optional x11
(new) openstreetmap-map-icons_0.0.0.20080713.orig.tar.gz optional x11
Changes: openstreetmap-map-icons (1:0.0.0.20080713-1) unstable; urgency=low
 .
  * Initial Release. (Closes: #439676)
The openstreetmap-map-icons-* packages were originally provided
by the gpdsrive source package up to version 2.10~pre4-3.
Gpsdrive upstream no longer distributes the icon set.
  * Added epoch to version to provide a greater version then gpsdrive.
  * Cmake modules got removed upstream, no longer needed to mention
them in the copyright file.
 .
  * Upload sponsored by Petter Reinholdtsen.


Override entries for your package:
openstreetmap-map-icons-classic_0.0.0.20080713-1_all.deb - optional utils
openstreetmap-map-icons-scalable_0.0.0.20080713-1_all.deb - optional utils
openstreetmap-map-icons-square_0.0.0.20080713-1_all.deb - optional utils

Announcing to [EMAIL PROTECTED]
Closing bugs: 439676 


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.

___
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 openstreetmap-map-icons_0.0.0.20080713-1_i386.changes

2008-07-14 Thread Archive Administrator
openstreetmap-map-icons_0.0.0.20080713-1_i386.changes uploaded successfully to 
localhost
along with the files:
  openstreetmap-map-icons_0.0.0.20080713-1.dsc
  openstreetmap-map-icons_0.0.0.20080713.orig.tar.gz
  openstreetmap-map-icons_0.0.0.20080713-1.diff.gz
  openstreetmap-map-icons-classic_0.0.0.20080713-1_all.deb
  openstreetmap-map-icons-square_0.0.0.20080713-1_all.deb
  openstreetmap-map-icons-scalable_0.0.0.20080713-1_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] Bug#474626: #474626: still happens here

2008-07-14 Thread Roland Mas
Andreas Putzo, 2008-07-13 22:42:19 +0200 :

> Hi,
>
> On Jul 07  16:07, Roland Mas wrote:
>> I'm just back from the Libre Software Meeting, where I fell in love
>> with Openstreetmap.  I'm trying to use JOSM, but I run into the same
>> bug as reported as #474626.  This is with an up-to-date sid system,
>> running either "JAVACMD=/usr/bin/jamvm josm" or "josm" directly.
>> 
>> $ JAVACMD=/usr/bin/jamvm josm
>> 
>>   Let me know if/how I can help debug.
>
> Thanks for your help debugging this so far. However, with openjdk-6 now
> available in debian and jamvm being the last classpath based jvm in
> lenny that works with josm, i think it's best to drop support for it for
> now and fully rely on openjdk.

I guess it's your decision to make.  I can't say I'll hate you for it,
since josm works fine for me with openjdk-6 :-)

Roland.
-- 
Roland Mas

Il vaut mieux insulter une commode Louis XV qu'une armoire à glace.



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