[DebianGIS-dev] r1535 - scripts

2008-04-13 Thread nd-guest
Author: nd-guest
Date: 2008-04-13 16:55:36 + (Sun, 13 Apr 2008)
New Revision: 1535

Modified:
   scripts/dgis-packages.inc
Log:
add josm-plugins and mkgmap to package list.


Modified: scripts/dgis-packages.inc
===
--- scripts/dgis-packages.inc   2008-04-13 13:12:04 UTC (rev 1534)
+++ scripts/dgis-packages.inc   2008-04-13 16:55:36 UTC (rev 1535)
@@ -49,6 +49,7 @@
 'jama' => {url=>'http://math.nist.gov/javanumerics/jama/'},
 'jgrass' => {url=>'http://www.hydrologis.com/html/jgrass/jgrass_en.html'},
 'josm' => {url=>'http://josm.eigenheimstrasse.de/wiki',wnpp=>'385371'},
+'josm-plugins' => 
{url=>'http://svn.openstreetmap.org/applications/editors/josm/plugins',wnpp=>'471846'},
 'jts' => {url=>'http://www.vividsolutions.com/jts/jtshome.htm'},
 'jump' => {url=>'http://vividsolutions.com/jump/'},
 'hdf5' => {url=>'http://hdf.ncsa.uiuc.edu/'},
@@ -65,6 +66,7 @@
 'mapnik' => {url=>'http://www.mapnik.org/',wnpp=>'402792'},
 'mapserver' => {url=>'http://mapserver.gis.umn.edu/'},
 'marble' => {url=>'http://edu.kde.org/marble/'},
+'mkgmap' => {url=>'http://www.parabola.me.uk/mkgmap/index.html', wnpp => 
'475773'},
 'musmap' => {url=>'http://musmap.sourceforge.net/',wnpp=>'344345'},
 'netcdf' => {url=>'http://www.unidata.ucar.edu/software/netcdf/'},
 'netcdf-perl' => 
{url=>'http://starship.python.net/crew/hinsen/scientific.html'},


___
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#475878: josm: Depends: java-gcj-compat | java2-runtime, but doesn't work.

2008-04-13 Thread Andreas Putzo
Hi,

On Apr 13  17:25, Kurt Roeckx wrote:
> Package: josm
> Version: 0.0.0.20080330-1
> Severity: serious
> 
> Hi,
> 
> Your package has a Depends on: java-gcj-compat | java2-runtime
> but those dependencies are not enough.  It complains with:
> No valid JVM found to run JOSM.
> Please install one of those mentioned in README.Debian
> or set the JAVACMD environment variable prior running josm.

I'm aware of the fact that this is a bit unfortunate but I don't want to 
remove the dependency on java2-runtime because for example SUN's java
provides this and josm of course works fine with it. It's also a
requirement by the Java policy which is a bit controversial to the fact
that a package "must specify the dependency information about other
packages that are required  for the first to work correctly".
Josm simply does not work with every java implementation which we try to
address in the wrapper script that ignores the alternatives system and
trys to find a working jvm instead. If none is found it gives hints how
to resolve this.

> But it doesn't even try to use /usr/bin/java.

Because it's very likely that /usr/bin/java points to a jvm that does
not work. This would just show an empty GUI interface without any hints
for the user about what possibly went wrong. 
See also #474626 and #472285.

> I have java-gcj-compat installed. java2-runtime is provided by those
> packages:
>   gij-4.2 4.2.1-5
>   gij-4.1 4.1.2-16
>   gij 4:4.3-1
> 
> Of those, gij-4.1 is the only one I don't have installed.
> 
> If it only works with jamvm (which is java1-runtime) and gij-4.1,
> then use those as depends instead of something that you're not even
> using.

I agree that the dependency can be tightened to depend on 
gij-4.1 | jamvm | java2-runtime instead of java-gcj-compat (which is
again just a meta package) until the bug is fixed that prevents josm to
work with the version provided by java-gcj-compat.
But this still cannot prevent installations where a working jvm is
missing. 

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#475878: josm: Depends: java-gcj-compat | java2-runtime, but doesn't work.

2008-04-13 Thread Kurt Roeckx
Package: josm
Version: 0.0.0.20080330-1
Severity: serious

Hi,

Your package has a Depends on: java-gcj-compat | java2-runtime
but those dependencies are not enough.  It complains with:
No valid JVM found to run JOSM.
Please install one of those mentioned in README.Debian
or set the JAVACMD environment variable prior running josm.

And README.Debian says:
Josm should work using one of the following as /usr/bin/java:

* /usr/bin/gij-4.1
* /usr/bin/jamvm
* any of SUN's java (non-free)

But it doesn't even try to use /usr/bin/java.

I have java-gcj-compat installed. java2-runtime is provided by those
packages:
  gij-4.2 4.2.1-5
  gij-4.1 4.1.2-16
  gij 4:4.3-1

Of those, gij-4.1 is the only one I don't have installed.

If it only works with jamvm (which is java1-runtime) and gij-4.1,
then use those as depends instead of something that you're not even
using.


Kurt




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


Re: [DebianGIS-dev] JOSM In Sid

2008-04-13 Thread Andreas Putzo
Hi,

On Apr 12  12:06, Richard Degelder wrote:
> To Debian GIS Project maintainers,
> 
> Thank you for having JOSM available to users of Debian.  I downloaded
> and installed the package from "Sid" recently and it works very well.  I
> have been involved with OpenStreetMap for almost a year and a half and
> find it enjoyable and now that it is supported within my Linux
> distribution of choice it is even more convenient.  
> 
> There is only one minor feature request that I have and with that I am
> wondering if it is possible to create, and install it when the package
> is installed, an icon for the desktop.

Thanks for the suggestion. We will certainly add a desktop file in an
upcoming package version.

It's usually better to submit a wishlist bug against the josm package
to the Debian Bug Tracking System so that the request can be tracked.
An easy way to report bugs is with the 'reportbug' command which is
available via the reportbug package.


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] r1534 - in packages/josm-plugins/trunk/debian: . patches

2008-04-13 Thread gmascellani-guest
Author: gmascellani-guest
Date: 2008-04-13 13:12:04 + (Sun, 13 Apr 2008)
New Revision: 1534

Modified:
   packages/josm-plugins/trunk/debian/master.xml
   packages/josm-plugins/trunk/debian/patches/20_disable_svn.dpatch
Log:
Making again revision number available also at build time for
ywms and validator


Modified: packages/josm-plugins/trunk/debian/master.xml
===
--- packages/josm-plugins/trunk/debian/master.xml   2008-04-13 13:05:56 UTC 
(rev 1533)
+++ packages/josm-plugins/trunk/debian/master.xml   2008-04-13 13:12:04 UTC 
(rev 1534)
@@ -5,7 +5,9 @@
 
 
 
+
 
+
 
  
 

Modified: packages/josm-plugins/trunk/debian/patches/20_disable_svn.dpatch
===
--- packages/josm-plugins/trunk/debian/patches/20_disable_svn.dpatch
2008-04-13 13:05:56 UTC (rev 1533)
+++ packages/josm-plugins/trunk/debian/patches/20_disable_svn.dpatch
2008-04-13 13:12:04 UTC (rev 1534)
@@ -6,9 +6,9 @@
 
 @DPATCH@
 diff -urNad josm-plugins-0.0.0.20080413~/validator/build.xml 
josm-plugins-0.0.0.20080413/validator/build.xml
 josm-plugins-0.0.0.20080413~/validator/build.xml   2008-04-06 
19:10:11.0 +
-+++ josm-plugins-0.0.0.20080413/validator/build.xml2008-04-13 
10:42:15.0 +
-@@ -29,20 +29,10 @@
+--- josm-plugins-0.0.0.20080413~/validator/build.xml   2008-04-06 
21:10:11.0 +0200
 josm-plugins-0.0.0.20080413/validator/build.xml2008-04-13 
13:15:38.0 +0200
+@@ -29,14 +29,6 @@
  

  
@@ -23,16 +23,10 @@
  


-   
--  
--  
-   
-   
- 
 diff -urNad josm-plugins-0.0.0.20080413~/ywms/build.xml 
josm-plugins-0.0.0.20080413/ywms/build.xml
 josm-plugins-0.0.0.20080413~/ywms/build.xml2008-04-06 
19:10:11.0 +
-+++ josm-plugins-0.0.0.20080413/ywms/build.xml 2008-04-13 10:42:23.0 
+
-@@ -29,20 +29,10 @@
+--- josm-plugins-0.0.0.20080413~/ywms/build.xml2008-04-06 
21:10:11.0 +0200
 josm-plugins-0.0.0.20080413/ywms/build.xml 2008-04-13 13:15:11.0 
+0200
+@@ -29,14 +29,6 @@
  

  
@@ -47,9 +41,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] r1533 - packages/osm2pgsql/tags

2008-04-13 Thread nd-guest
Author: nd-guest
Date: 2008-04-13 13:05:56 + (Sun, 13 Apr 2008)
New Revision: 1533

Added:
   packages/osm2pgsql/tags/0.52.20080408-2/
Log:
[svn-buildpackage] Tagging osm2pgsql (0.52.20080408-2)

Copied: packages/osm2pgsql/tags/0.52.20080408-2 (from rev 1532, 
packages/osm2pgsql/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] r1532 - packages/osm2pgsql/trunk/debian

2008-04-13 Thread nd-guest
Author: nd-guest
Date: 2008-04-13 13:05:32 + (Sun, 13 Apr 2008)
New Revision: 1532

Modified:
   packages/osm2pgsql/trunk/debian/changelog
Log:
update changelog to the version that got uploaded.


Modified: packages/osm2pgsql/trunk/debian/changelog
===
--- packages/osm2pgsql/trunk/debian/changelog   2008-04-13 13:01:37 UTC (rev 
1531)
+++ packages/osm2pgsql/trunk/debian/changelog   2008-04-13 13:05:32 UTC (rev 
1532)
@@ -8,6 +8,8 @@
 source from svn repository.
   * Bumped debhelper compatibility level to 5.
 
+  * Upload sponsored by Petter Reinholdtsen.
+
  -- Andreas Putzo <[EMAIL PROTECTED]>  Sat, 12 Apr 2008 23:27:12 +
 
 osm2pgsql (0.52.20080408-1) unstable; urgency=low
@@ -17,6 +19,8 @@
   * Update manual page from usage output. (Closes: #468767)
   * Add license and copyright of added file sprompt.c to debian/copyright.
 
+  * Upload sponsored by Petter Reinholdtsen.
+
  -- Andreas Putzo <[EMAIL PROTECTED]>  Fri, 11 Apr 2008 22:43:08 +
 
 osm2pgsql (0.50.20071211-1) unstable; urgency=low


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


[DebianGIS-dev] r1531 - packages/josm-plugins/tags

2008-04-13 Thread nd-guest
Author: nd-guest
Date: 2008-04-13 13:01:37 + (Sun, 13 Apr 2008)
New Revision: 1531

Added:
   packages/josm-plugins/tags/0.0.0.20080413-1/
Log:
[svn-buildpackage] Tagging josm-plugins (0.0.0.20080413-1)

Copied: packages/josm-plugins/tags/0.0.0.20080413-1 (from rev 1530, 
packages/josm-plugins/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] r1530 - packages/josm-plugins/trunk/debian

2008-04-13 Thread pere
Author: pere
Date: 2008-04-13 12:43:03 + (Sun, 13 Apr 2008)
New Revision: 1530

Modified:
   packages/josm-plugins/trunk/debian/changelog
Log:
Update to reflect the version uploaded to unstable.

Modified: packages/josm-plugins/trunk/debian/changelog
===
--- packages/josm-plugins/trunk/debian/changelog2008-04-13 12:05:31 UTC 
(rev 1529)
+++ packages/josm-plugins/trunk/debian/changelog2008-04-13 12:43:03 UTC 
(rev 1530)
@@ -2,4 +2,6 @@
 
   * Initial release (Closes: #471846)
 
+  * Upload sponsored by Petter Reinholdtsen.
+
  -- Andreas Putzo <[EMAIL PROTECTED]>  Sun, 13 Apr 2008 10:02:59 +


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


[DebianGIS-dev] josm-plugins_0.0.0.20080413-1_i386.changes is NEW

2008-04-13 Thread Debian Installer
(new) josm-plugins_0.0.0.20080413-1.diff.gz extra utils
(new) josm-plugins_0.0.0.20080413-1.dsc extra utils
(new) josm-plugins_0.0.0.20080413-1_all.deb extra utils
Plugins for JOSM
 JOSM (Java OpenStreetMap) plugin collection.
 .
 This package contains the following plugins:
  * colorscheme - Allows to create different color schemes.
  * livegps - Supports live GPS input together with gpsd.
  * namefinder  - Allows input of place names in JOSM download dialog.
  * slippymap   - Displays a slippy map grid in JOSM.
  * utilsplugin - Several helper utilities.
  * validator   - Data validator.
  * wmsplugin   - Displays background images from any WMS source.
  * ywms- WMS server for Yahoo imagery.
 .
 JOSM is an editor for OpenStreetMap (OSM) written in Java.
 The current version supports stand alone GPX tracks, GPX track data
 from OSM database and existing nodes, line segments and metadata tags
 from the OSM database.
 .
 OpenStreetMap is a project aimed squarely at creating and providing
 free geographic data such as street maps to anyone who wants them.
 The project was started because most maps you think of as free actually
 have legal or technical restrictions on their use, holding back people
 from using them in creative, productive or unexpected ways.
(new) josm-plugins_0.0.0.20080413.orig.tar.gz extra utils
Changes: josm-plugins (0.0.0.20080413-1) unstable; urgency=low
 .
  * Initial release (Closes: #471846)
 .
  * Upload sponsored by Petter Reinholdtsen.


Override entries for your package:

Announcing to [EMAIL PROTECTED]
Closing bugs: 471846 


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


Re: [DebianGIS-dev] r1526 - packages/josm-plugins/trunk/debian/patches

2008-04-13 Thread Giovanni Mascellani
All'incirca Sun, 13 Apr 2008 13:33:29 +0200,  Giovanni Mascellani
<[EMAIL PROTECTED]> sembrerebbe aver scritto:

> All'incirca Sun, 13 Apr 2008 10:31:15 +,
> [EMAIL PROTECTED] sembrerebbe aver scritto:
> 
> > Author: nd-guest
> > Date: 2008-04-13 10:31:15 + (Sun, 13 Apr 2008)
> > New Revision: 1526
> > 
> > Modified:
> >packages/josm-plugins/trunk/debian/patches/30_build.dpatch
> > Log:
> > Remove plugin version (svn revision) information for the validator
> > and ywms plugin because we don't know them at build time.
> 
> Hi Andreas!

Sorry, forgot to change To:...

Giovanni.
-- 
Giovanni Mascellani <[EMAIL PROTECTED]>
Pisa, Italy

Web: http://giomasce.altervista.org
SIP: [EMAIL PROTECTED]
Jabber: [EMAIL PROTECTED] / [EMAIL PROTECTED]
GPG: 0x5F1FBF70 (FP: 1EB6 3D43 E201 4DDF 67BD  003F FCB0 BB5C 5F1F BF70)



signature.asc
Description: PGP 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] Processing of josm-plugins_0.0.0.20080413-1_i386.changes

2008-04-13 Thread Archive Administrator
josm-plugins_0.0.0.20080413-1_i386.changes uploaded successfully to localhost
along with the files:
  josm-plugins_0.0.0.20080413-1.dsc
  josm-plugins_0.0.0.20080413.orig.tar.gz
  josm-plugins_0.0.0.20080413-1.diff.gz
  josm-plugins_0.0.0.20080413-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] r1529 - packages/josm-plugins/trunk/debian/patches

2008-04-13 Thread nd-guest
Author: nd-guest
Date: 2008-04-13 12:05:31 + (Sun, 13 Apr 2008)
New Revision: 1529

Modified:
   packages/josm-plugins/trunk/debian/patches/30_build.dpatch
Log:
fix typo 


Modified: packages/josm-plugins/trunk/debian/patches/30_build.dpatch
===
--- packages/josm-plugins/trunk/debian/patches/30_build.dpatch  2008-04-13 
10:45:11 UTC (rev 1528)
+++ packages/josm-plugins/trunk/debian/patches/30_build.dpatch  2008-04-13 
12:05:31 UTC (rev 1529)
@@ -1,7 +1,7 @@
 #! /bin/sh /usr/share/dpatch/dpatch-run
 ## 30_build.dpatch by Andreas Putzo <[EMAIL PROTECTED]>
 ##
-## DP: Fix mistage in clean targets of the colorscheme and livegps plugin.
+## DP: Fix mistake in clean targets of the colorscheme and livegps plugin.
 
 @DPATCH@
 diff -urNad josm-plugins-0.0.0.20080413~/colorscheme/build.xml 
josm-plugins-0.0.0.20080413/colorscheme/build.xml


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


Re: [DebianGIS-dev] r1526 - packages/josm-plugins/trunk/debian/patches

2008-04-13 Thread Giovanni Mascellani
All'incirca Sun, 13 Apr 2008 10:31:15 +,
[EMAIL PROTECTED] sembrerebbe aver scritto:

> Author: nd-guest
> Date: 2008-04-13 10:31:15 + (Sun, 13 Apr 2008)
> New Revision: 1526
> 
> Modified:
>packages/josm-plugins/trunk/debian/patches/30_build.dpatch
> Log:
> Remove plugin version (svn revision) information for the validator
> and ywms plugin because we don't know them at build time.

Hi Andreas!

Sorry for being mostly inactive. These days I'm quite busy in my real
life, so my time for Debian in really very small. Thank you for your
work, of course!

About the SVN revision I'm quoting: why can't we use the svn-info.xml
file that is created in get-orig-source? Or you think we shouldn't
insert the plugin version at all in ywms and validator (but this sounds
me as a silly idea)? If you agree, I'm ready to commit in a patch.

Another question: I've seen that you have already signalled upstream a
few patches we had applied in Josm. Have you done the same with all of
them (30_graphics in josm and 10_validator in josm-plugins)? Are you in
touch directly with Frederik Ramm or through josm-dev? Could you use
the latter, please, so I can track and participate to the discussion
going on?

Thank you again! :-)
Cheers, Giovanni.
-- 
Giovanni Mascellani <[EMAIL PROTECTED]>
Pisa, Italy

Web: http://giomasce.altervista.org
SIP: [EMAIL PROTECTED]
Jabber: [EMAIL PROTECTED] / [EMAIL PROTECTED]
GPG: 0x5F1FBF70 (FP: 1EB6 3D43 E201 4DDF 67BD  003F FCB0 BB5C 5F1F BF70)



signature.asc
Description: PGP 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] r1528 - in packages/josm-plugins/trunk/debian: . patches

2008-04-13 Thread nd-guest
Author: nd-guest
Date: 2008-04-13 10:45:11 + (Sun, 13 Apr 2008)
New Revision: 1528

Modified:
   packages/josm-plugins/trunk/debian/changelog
   packages/josm-plugins/trunk/debian/patches/20_disable_svn.dpatch
   packages/josm-plugins/trunk/debian/patches/30_build.dpatch
Log:
Move plugin version changes to the patch where it belongs to.


Modified: packages/josm-plugins/trunk/debian/changelog
===
--- packages/josm-plugins/trunk/debian/changelog2008-04-13 10:37:51 UTC 
(rev 1527)
+++ packages/josm-plugins/trunk/debian/changelog2008-04-13 10:45:11 UTC 
(rev 1528)
@@ -1,5 +1,5 @@
-josm-plugins (0.0.0.20080412-1) unstable; urgency=low
+josm-plugins (0.0.0.20080413-1) unstable; urgency=low
 
   * Initial release (Closes: #471846)
 
- -- Andreas Putzo <[EMAIL PROTECTED]>  Sat, 12 Apr 2008 22:15:24 +
+ -- Andreas Putzo <[EMAIL PROTECTED]>  Sun, 13 Apr 2008 10:02:59 +

Modified: packages/josm-plugins/trunk/debian/patches/20_disable_svn.dpatch
===
--- packages/josm-plugins/trunk/debian/patches/20_disable_svn.dpatch
2008-04-13 10:37:51 UTC (rev 1527)
+++ packages/josm-plugins/trunk/debian/patches/20_disable_svn.dpatch
2008-04-13 10:45:11 UTC (rev 1528)
@@ -5,10 +5,10 @@
 ## DP: This patch disables this behaviour.
 
 @DPATCH@
-diff -urNad josm-plugins-0.0.0.20080412~/validator/build.xml 
josm-plugins-0.0.0.20080412/validator/build.xml
 josm-plugins-0.0.0.20080412~/validator/build.xml   2008-04-06 
19:10:11.0 +
-+++ josm-plugins-0.0.0.20080412/validator/build.xml2008-04-12 
22:22:06.0 +
-@@ -29,14 +29,6 @@
+diff -urNad josm-plugins-0.0.0.20080413~/validator/build.xml 
josm-plugins-0.0.0.20080413/validator/build.xml
+--- josm-plugins-0.0.0.20080413~/validator/build.xml   2008-04-06 
19:10:11.0 +
 josm-plugins-0.0.0.20080413/validator/build.xml2008-04-13 
10:42:15.0 +
+@@ -29,20 +29,10 @@
  

  
@@ -23,10 +23,16 @@
  


-diff -urNad josm-plugins-0.0.0.20080412~/ywms/build.xml 
josm-plugins-0.0.0.20080412/ywms/build.xml
 josm-plugins-0.0.0.20080412~/ywms/build.xml2008-04-06 
19:10:11.0 +
-+++ josm-plugins-0.0.0.20080412/ywms/build.xml 2008-04-12 22:22:23.0 
+
-@@ -29,14 +29,6 @@
+   
+-  
+-  
+   
+   
+ 
+diff -urNad josm-plugins-0.0.0.20080413~/ywms/build.xml 
josm-plugins-0.0.0.20080413/ywms/build.xml
+--- josm-plugins-0.0.0.20080413~/ywms/build.xml2008-04-06 
19:10:11.0 +
 josm-plugins-0.0.0.20080413/ywms/build.xml 2008-04-13 10:42:23.0 
+
+@@ -29,20 +29,10 @@
  

  
@@ -41,3 +47,9 @@
  


+   
+-  
+-  
+   
+   
+ 

Modified: packages/josm-plugins/trunk/debian/patches/30_build.dpatch
===
--- packages/josm-plugins/trunk/debian/patches/30_build.dpatch  2008-04-13 
10:37:51 UTC (rev 1527)
+++ packages/josm-plugins/trunk/debian/patches/30_build.dpatch  2008-04-13 
10:45:11 UTC (rev 1528)
@@ -27,28 +27,3 @@
 +
  

- 
-diff -urNad josm-plugins-0.0.0.20080413~/validator/build.xml 
josm-plugins-0.0.0.20080413/validator/build.xml
 josm-plugins-0.0.0.20080413~/validator/build.xml   2008-04-13 
10:27:23.0 +
-+++ josm-plugins-0.0.0.20080413/validator/build.xml2008-04-13 
10:28:09.0 +
-@@ -33,8 +33,6 @@
-   
-   
-   
--  
--  
-   
-   
- 
-diff -urNad josm-plugins-0.0.0.20080413~/ywms/build.xml 
josm-plugins-0.0.0.20080413/ywms/build.xml
 josm-plugins-0.0.0.20080413~/ywms/build.xml2008-04-13 
10:27:23.0 +
-+++ josm-plugins-0.0.0.20080413/ywms/build.xml 2008-04-13 10:28:16.0 
+
-@@ -33,8 +33,6 @@
-   
-   
-   
--  
--  
-   
-   
- 


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


[DebianGIS-dev] r1527 - packages/josm-plugins/trunk/debian

2008-04-13 Thread nd-guest
Author: nd-guest
Date: 2008-04-13 10:37:51 + (Sun, 13 Apr 2008)
New Revision: 1527

Modified:
   packages/josm-plugins/trunk/debian/control
Log:
fix typo, update short description


Modified: packages/josm-plugins/trunk/debian/control
===
--- packages/josm-plugins/trunk/debian/control  2008-04-13 10:31:15 UTC (rev 
1526)
+++ packages/josm-plugins/trunk/debian/control  2008-04-13 10:37:51 UTC (rev 
1527)
@@ -11,7 +11,7 @@
 Architecture: all
 Depends: josm
 Suggests: gpsd, iceweasel
-Description: JOSM plugins
+Description: Plugins for JOSM
  JOSM (Java OpenStreetMap) plugin collection.
  .
  This package contains the following plugins:
@@ -21,7 +21,7 @@
   * slippymap   - Displays a slippy map grid in JOSM.
   * utilsplugin - Several helper utilities.
   * validator   - Data validator.
-  * wmsplugin   - Displays backround images from any WMS source.
+  * wmsplugin   - Displays background images from any WMS source.
   * ywms- WMS server for Yahoo imagery.
  .
  JOSM is an editor for OpenStreetMap (OSM) written in Java.


___
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#474846: marked as done (osm2pgsql: FTBFS: build_geometry.cpp:148: error: 'malloc' is not a member of 'std')

2008-04-13 Thread Debian Bug Tracking System

Your message dated Sun, 13 Apr 2008 10:17:11 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#475692: fixed in osm2pgsql 0.52.20080408-2
has caused the Debian Bug report #475692,
regarding osm2pgsql: FTBFS: build_geometry.cpp:148: error: 'malloc' is not a 
member of 'std'
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
475692: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=475692
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: osm2pgsql
Version: 0.50.20071211-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080407 qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

This rebuild was done with gcc 4.3 instead of gcc 4.2, because gcc 4.3 is now
the default on most architectures (even if it's not the case on i386 yet).
Feel free to downgrade this bug to 'important' if your package is only built
on i386, and this bug is specific to gcc 4.3 (i.e the package builds fine with
gcc 4.2).

Relevant part:
> g++ -g -O2 -Wall -DGEOS_INLINE -g -O2 -Wall -Wextra -I/usr/include/libxml2 
> -I/usr/include -I/usr/include/postgresql -DVERSION=\"0.50-20080407\"   -c -o 
> build_geometry.o build_geometry.cpp
> build_geometry.cpp: In function 'char* get_wkt(size_t)':
> build_geometry.cpp:148: error: 'malloc' is not a member of 'std'
> make[1]: *** [build_geometry.o] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2008/04/07

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


--- End Message ---
--- Begin Message ---
Source: osm2pgsql
Source-Version: 0.52.20080408-2

We believe that the bug you reported is fixed in the latest version of
osm2pgsql, which is due to be installed in the Debian FTP archive:

osm2pgsql_0.52.20080408-2.diff.gz
  to pool/main/o/osm2pgsql/osm2pgsql_0.52.20080408-2.diff.gz
osm2pgsql_0.52.20080408-2.dsc
  to pool/main/o/osm2pgsql/osm2pgsql_0.52.20080408-2.dsc
osm2pgsql_0.52.20080408-2_i386.deb
  to pool/main/o/osm2pgsql/osm2pgsql_0.52.20080408-2_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Putzo <[EMAIL PROTECTED]> (supplier of updated osm2pgsql package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 12 Apr 2008 23:27:12 +
Source: osm2pgsql
Binary: osm2pgsql
Architecture: source i386
Version: 0.52.20080408-2
Distribution: unstable
Urgency: low
Maintainer: Debian GIS Project 
Changed-By: Andreas Putzo <[EMAIL PROTECTED]>
Description: 
 osm2pgsql  - Openstreetmap data to PostgreSQL converter
Closes: 475692
Changes: 
 osm2pgsql (0.52.20080408-2) unstable; urgency=low
 .
   * Added 10-missing-includes.dpatch to actually build with
 gcc-4.3. Thanks Chris Lamb for the patch. (Closes: #475692)
   * Added dpatch to Build-Depends in debian/control.
 Added patch targets to debian/rules.
   * Added a get-orig-source target to debian/rules to fetch upstream
 source from svn repository.
   * Bumped debhelper compatibility level to 5.
 .
   * Upload sponsored by Petter Reinholdtsen.
Checksums-Sha1: 
 f2c55c297624207d37db753c549556948bd905f4 1137 osm2pgsql_0.52.20080408-2.dsc
 4720d16bb9f5d337fee0ff034a37d8c87cd836e4 4475 osm2pgsql_0.52.20080408-2.diff.gz
 c1aa126ae7481fb76f75f9e43af6476b1406a9a9 37504 
osm2pgsql_0.52.20080408-2_i386.deb
Checksums-Sha256: 
 84c7474b714546cb1125f1ad3ac3e016b053f63505d6e9660377a6302e367b22 1137 
osm2pgsql_0.52.20080408-2.dsc
 8e31f60b631dc0a4551f06cda3fb62f83eeff77b8cd0f6dab7ad482daec38fbb 4475 
osm2pgsql_0.52.20080408-2.diff.gz
 5371c88a814aee7a101c851c538478318164dddad40ab8200e35a9640ee7a8f4 37504 
osm2pgsql_0.52.20080408-2_i386.deb
Files: 
 c472028971bc7146457592441155e113 1137 ut

[DebianGIS-dev] Bug#475692: marked as done (osm2pgsql_0.52.20080408-1(sparc/unstable):)

2008-04-13 Thread Debian Bug Tracking System

Your message dated Sun, 13 Apr 2008 10:17:11 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#475692: fixed in osm2pgsql 0.52.20080408-2
has caused the Debian Bug report #475692,
regarding osm2pgsql_0.52.20080408-1(sparc/unstable):
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
475692: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=475692
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: osm2pgsql
Version: 0.52.20080408-1
Severity: serious

There was an error while trying to autobuild your package:

> Automatic build of osm2pgsql_0.52.20080408-1 on lebrun by sbuild/sparc 98
> Build started at 20080412-1027

[...]

> ** Using build dependencies supplied by package:
> Build-Depends: debhelper (>= 4), libbz2-dev, libgeos-dev, libpq-dev, 
> libxml2-dev, proj

[...]

> gcc -g -O2 -Wall -Wextra -I/usr/include/libxml2 -I/usr/include 
> -I/usr/include/postgresql -DVERSION=\"0.52-20080412\"   -c -o middle-pgsql.o 
> middle-pgsql.c
> gcc -g -O2 -Wall -Wextra -I/usr/include/libxml2 -I/usr/include 
> -I/usr/include/postgresql -DVERSION=\"0.52-20080412\"   -c -o middle-ram.o 
> middle-ram.c
> gcc -g -O2 -Wall -Wextra -I/usr/include/libxml2 -I/usr/include 
> -I/usr/include/postgresql -DVERSION=\"0.52-20080412\"   -c -o osm2pgsql.o 
> osm2pgsql.c
> gcc -g -O2 -Wall -Wextra -I/usr/include/libxml2 -I/usr/include 
> -I/usr/include/postgresql -DVERSION=\"0.52-20080412\"   -c -o output-pgsql.o 
> output-pgsql.c
> gcc -g -O2 -Wall -Wextra -I/usr/include/libxml2 -I/usr/include 
> -I/usr/include/postgresql -DVERSION=\"0.52-20080412\"   -c -o rb.o rb.c
> gcc -g -O2 -Wall -Wextra -I/usr/include/libxml2 -I/usr/include 
> -I/usr/include/postgresql -DVERSION=\"0.52-20080412\"   -c -o reprojection.o 
> reprojection.c
> gcc -g -O2 -Wall -Wextra -I/usr/include/libxml2 -I/usr/include 
> -I/usr/include/postgresql -DVERSION=\"0.52-20080412\"   -c -o sprompt.o 
> sprompt.c
> gcc -g -O2 -Wall -Wextra -I/usr/include/libxml2 -I/usr/include 
> -I/usr/include/postgresql -DVERSION=\"0.52-20080412\"   -c -o text-tree.o 
> text-tree.c
> g++ -g -O2 -Wall -DGEOS_INLINE -g -O2 -Wall -Wextra -I/usr/include/libxml2 
> -I/usr/include -I/usr/include/postgresql -DVERSION=\"0.52-20080412\" 
> -I/usr/include   -c -o build_geometry.o build_geometry.cpp
> build_geometry.cpp: In function 'char* get_wkt(size_t)':
> build_geometry.cpp:148: error: 'malloc' is not a member of 'std'
> make[1]: *** [build_geometry.o] Error 1
> make[1]: Leaving directory `/build/buildd/osm2pgsql-0.52.20080408'
> make: *** [build-stamp] Error 2
> dpkg-buildpackage: failure: debian/rules build gave error exit status 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=sparc&pkg=osm2pgsql&ver=0.52.20080408-1



--- End Message ---
--- Begin Message ---
Source: osm2pgsql
Source-Version: 0.52.20080408-2

We believe that the bug you reported is fixed in the latest version of
osm2pgsql, which is due to be installed in the Debian FTP archive:

osm2pgsql_0.52.20080408-2.diff.gz
  to pool/main/o/osm2pgsql/osm2pgsql_0.52.20080408-2.diff.gz
osm2pgsql_0.52.20080408-2.dsc
  to pool/main/o/osm2pgsql/osm2pgsql_0.52.20080408-2.dsc
osm2pgsql_0.52.20080408-2_i386.deb
  to pool/main/o/osm2pgsql/osm2pgsql_0.52.20080408-2_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Putzo <[EMAIL PROTECTED]> (supplier of updated osm2pgsql package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 12 Apr 2008 23:27:12 +
Source: osm2pgsql
Binary: osm2pgsql
Architecture: source i386
Version: 0.52.20080408-2
Distribution: unstable
Urgency: low
Maintainer: Debian GIS Project 
Changed-By: Andreas Putzo <[EMAIL PROTECTED]>
Description: 
 osm2pgsql  - Openstreetmap data to PostgreSQL converter
Closes: 475692
Changes: 
 osm2pgsql (0.52.20080408-2) unstable; urgency=low
 .
   * Added 10-missing-includes.dpatch to actually build with
 gcc-4.3. Thanks Chris Lamb for the patch. (Closes: #475692)
   * Added dpatch to Build-Depends in debian/control.
 Added patch targets to debian/rules.
   * Added a get-orig-source target to debian/rules to fetch upstream
 source from svn 

[DebianGIS-dev] osm2pgsql_0.52.20080408-2_i386.changes ACCEPTED

2008-04-13 Thread Debian Installer

Accepted:
osm2pgsql_0.52.20080408-2.diff.gz
  to pool/main/o/osm2pgsql/osm2pgsql_0.52.20080408-2.diff.gz
osm2pgsql_0.52.20080408-2.dsc
  to pool/main/o/osm2pgsql/osm2pgsql_0.52.20080408-2.dsc
osm2pgsql_0.52.20080408-2_i386.deb
  to pool/main/o/osm2pgsql/osm2pgsql_0.52.20080408-2_i386.deb


Override entries for your package:
osm2pgsql_0.52.20080408-2.dsc - source utils
osm2pgsql_0.52.20080408-2_i386.deb - optional utils

Announcing to [EMAIL PROTECTED]
Closing bugs: 475692 


Thank you for your contribution to Debian.

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


[DebianGIS-dev] r1526 - packages/josm-plugins/trunk/debian/patches

2008-04-13 Thread nd-guest
Author: nd-guest
Date: 2008-04-13 10:31:15 + (Sun, 13 Apr 2008)
New Revision: 1526

Modified:
   packages/josm-plugins/trunk/debian/patches/30_build.dpatch
Log:
Remove plugin version (svn revision) information for the validator and ywms 
plugin
because we don't know them at build time.


Modified: packages/josm-plugins/trunk/debian/patches/30_build.dpatch
===
--- packages/josm-plugins/trunk/debian/patches/30_build.dpatch  2008-04-13 
10:20:15 UTC (rev 1525)
+++ packages/josm-plugins/trunk/debian/patches/30_build.dpatch  2008-04-13 
10:31:15 UTC (rev 1526)
@@ -4,9 +4,9 @@
 ## DP: Fix mistage in clean targets of the colorscheme and livegps plugin.
 
 @DPATCH@
-diff -urNad josm-plugins-0.0.0.20080412~/colorscheme/build.xml 
josm-plugins-0.0.0.20080412/colorscheme/build.xml
 josm-plugins-0.0.0.20080412~/colorscheme/build.xml 2008-04-06 
19:10:11.0 +
-+++ josm-plugins-0.0.0.20080412/colorscheme/build.xml  2008-04-12 
23:35:00.0 +
+diff -urNad josm-plugins-0.0.0.20080413~/colorscheme/build.xml 
josm-plugins-0.0.0.20080413/colorscheme/build.xml
+--- josm-plugins-0.0.0.20080413~/colorscheme/build.xml 2008-04-06 
19:10:11.0 +
 josm-plugins-0.0.0.20080413/colorscheme/build.xml  2008-04-13 
10:27:25.0 +
 @@ -69,7 +69,7 @@

  
@@ -16,9 +16,9 @@
  
  

-diff -urNad josm-plugins-0.0.0.20080412~/livegps/build.xml 
josm-plugins-0.0.0.20080412/livegps/build.xml
 josm-plugins-0.0.0.20080412~/livegps/build.xml 2008-04-06 
19:10:11.0 +
-+++ josm-plugins-0.0.0.20080412/livegps/build.xml  2008-04-12 
23:35:19.0 +
+diff -urNad josm-plugins-0.0.0.20080413~/livegps/build.xml 
josm-plugins-0.0.0.20080413/livegps/build.xml
+--- josm-plugins-0.0.0.20080413~/livegps/build.xml 2008-04-06 
19:10:11.0 +
 josm-plugins-0.0.0.20080413/livegps/build.xml  2008-04-13 
10:27:25.0 +
 @@ -79,7 +79,7 @@
  

@@ -28,3 +28,27 @@
  

  
+diff -urNad josm-plugins-0.0.0.20080413~/validator/build.xml 
josm-plugins-0.0.0.20080413/validator/build.xml
+--- josm-plugins-0.0.0.20080413~/validator/build.xml   2008-04-13 
10:27:23.0 +
 josm-plugins-0.0.0.20080413/validator/build.xml2008-04-13 
10:28:09.0 +
+@@ -33,8 +33,6 @@
+   
+   
+   
+-  
+-  
+   
+   
+ 
+diff -urNad josm-plugins-0.0.0.20080413~/ywms/build.xml 
josm-plugins-0.0.0.20080413/ywms/build.xml
+--- josm-plugins-0.0.0.20080413~/ywms/build.xml2008-04-13 
10:27:23.0 +
 josm-plugins-0.0.0.20080413/ywms/build.xml 2008-04-13 10:28:16.0 
+
+@@ -33,8 +33,6 @@
+   
+   
+   
+-  
+-  
+   
+   
+ 


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


[DebianGIS-dev] r1525 - packages/josm-plugins/trunk/debian

2008-04-13 Thread nd-guest
Author: nd-guest
Date: 2008-04-13 10:20:15 + (Sun, 13 Apr 2008)
New Revision: 1525

Added:
   packages/josm-plugins/trunk/debian/README.Debian
Log:
Add a readme explaining how josm handles plugins.


Added: packages/josm-plugins/trunk/debian/README.Debian
===
--- packages/josm-plugins/trunk/debian/README.Debian
(rev 0)
+++ packages/josm-plugins/trunk/debian/README.Debian2008-04-13 10:20:15 UTC 
(rev 1525)
@@ -0,0 +1,13 @@
+Josm-plugins for Debian
+---
+
+This package contains various plugins that can be used together with JOSM.
+Before using these plugins they need to be enabled individually via the
+JOSM preferences dialog.
+
+Please note, that JOSM is able to download these (and other) plugins by itself
+that get stored in your ~/.josm/plugins/ directory. 
+Plugins that resides in your HOME directory take always precedence and will be
+used in favour of the plugins included in this package.
+
+ -- Andreas Putzo <[EMAIL PROTECTED]>  So, 13 Apr 2008 12:10:12 +


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


[DebianGIS-dev] r1524 - packages/josm-plugins/trunk/debian

2008-04-13 Thread nd-guest
Author: nd-guest
Date: 2008-04-13 10:13:19 + (Sun, 13 Apr 2008)
New Revision: 1524

Modified:
   packages/josm-plugins/trunk/debian/control
   packages/josm-plugins/trunk/debian/rules
Log:
Add plugin description to the long description.
Removing build-dep on gettext again, because the lang* plugin is currently
not included.


Modified: packages/josm-plugins/trunk/debian/control
===
--- packages/josm-plugins/trunk/debian/control  2008-04-12 23:38:42 UTC (rev 
1523)
+++ packages/josm-plugins/trunk/debian/control  2008-04-13 10:13:19 UTC (rev 
1524)
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Debian GIS Project 
 Uploaders: Giovanni Mascellani <[EMAIL PROTECTED]>, Andreas Putzo <[EMAIL 
PROTECTED]>
-Build-Depends: ant, cdbs, dpatch, debhelper (>= 5), gettext, 
java-gcj-compat-dev, josm, libgettext-commons-java
+Build-Depends: ant, cdbs, dpatch, debhelper (>= 5), java-gcj-compat-dev, josm
 Standards-Version: 3.7.3
 Homepage: http://josm.openstreetmap.de
 
@@ -14,6 +14,16 @@
 Description: JOSM plugins
  JOSM (Java OpenStreetMap) plugin collection.
  .
+ This package contains the following plugins:
+  * colorscheme - Allows to create different color schemes.
+  * livegps - Supports live GPS input together with gpsd.
+  * namefinder  - Allows input of place names in JOSM download dialog.
+  * slippymap   - Displays a slippy map grid in JOSM.
+  * utilsplugin - Several helper utilities.
+  * validator   - Data validator.
+  * wmsplugin   - Displays backround images from any WMS source.
+  * ywms- WMS server for Yahoo imagery.
+ .
  JOSM is an editor for OpenStreetMap (OSM) written in Java.
  The current version supports stand alone GPX tracks, GPX track data
  from OSM database and existing nodes, line segments and metadata tags

Modified: packages/josm-plugins/trunk/debian/rules
===
--- packages/josm-plugins/trunk/debian/rules2008-04-12 23:38:42 UTC (rev 
1523)
+++ packages/josm-plugins/trunk/debian/rules2008-04-13 10:13:19 UTC (rev 
1524)
@@ -14,7 +14,7 @@
 DEB_ANT_CLEAN_TARGET := clean
 
 SVNREPO := http://svn.openstreetmap.org/applications/editors/josm/plugins/
-PLUGINS = validator colorscheme livegps namefinder slippymap utilsplugin 
wmsplugin ywms 
+PLUGINS := colorscheme livegps namefinder slippymap utilsplugin validator 
wmsplugin ywms
 
 DATE := $(shell date +%Y%m%d)
 


___
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 osm2pgsql_0.52.20080408-2_i386.changes

2008-04-13 Thread Archive Administrator
osm2pgsql_0.52.20080408-2_i386.changes uploaded successfully to localhost
along with the files:
  osm2pgsql_0.52.20080408-2.dsc
  osm2pgsql_0.52.20080408-2.diff.gz
  osm2pgsql_0.52.20080408-2_i386.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