[DebianGIS-dev] Bug#473328: hdf5: Drop openmpi support on some architectures

2008-03-30 Thread Rafael Laboissiere
* Rafael Laboissiere <[EMAIL PROTECTED]> [2008-03-30 11:13]:

> package hdf5
> severity 473328 serious
> thanks
> 
> Following a suggestion of Steve Langasek [1], I am raising the severity of
> this bug report to "serious".
> 
> R.
> 
> [1] 

With the link this time:

[1] 
http://www.nabble.com/Re%3A-OpenMPI-support-for-hdf-FTBFS-on-several-arches-p16376387.html

-- 
Rafael



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


[DebianGIS-dev] Processed: Re: hdf5: Drop openmpi support on some architectures

2008-03-30 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> package hdf5
Ignoring bugs not assigned to: hdf5

> severity 473328 serious
Bug#473328: hdf5: Drop openmpi support on some architectures
Severity set to `serious' from `important'

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

2008-03-30 Thread nd-guest
Author: nd-guest
Date: 2008-03-30 13:37:33 + (Sun, 30 Mar 2008)
New Revision: 1478

Added:
   packages/josm-plugins/trunk/debian/patches/100_ywms.dpatch
Modified:
   packages/josm-plugins/trunk/debian/control
Log:
Enable plugin ywms.
Add iceweasel to Suggests. Used by ywms and osmarender plugin.


Modified: packages/josm-plugins/trunk/debian/control
===
--- packages/josm-plugins/trunk/debian/control  2008-03-29 21:23:35 UTC (rev 
1477)
+++ packages/josm-plugins/trunk/debian/control  2008-03-30 13:37:33 UTC (rev 
1478)
@@ -10,7 +10,7 @@
 Package: josm-plugins
 Architecture: all
 Depends: josm
-Suggests: gpsd
+Suggests: gpsd, iceweasel
 Description: JOSM plugins
  JOSM (Java OpenStreetMap) plugin collection.
  .

Added: packages/josm-plugins/trunk/debian/patches/100_ywms.dpatch
===
--- packages/josm-plugins/trunk/debian/patches/100_ywms.dpatch  
(rev 0)
+++ packages/josm-plugins/trunk/debian/patches/100_ywms.dpatch  2008-03-30 
13:37:33 UTC (rev 1478)
@@ -0,0 +1,41 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 100_ywms.dpatch by Andreas Putzo <[EMAIL PROTECTED]>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
[EMAIL PROTECTED]@
+diff -urNad josm-plugins-0.0.0.20080326~/ywms/build.xml 
josm-plugins-0.0.0.20080326/ywms/build.xml
+--- josm-plugins-0.0.0.20080326~/ywms/build.xml2007-12-19 
18:09:31.0 +
 josm-plugins-0.0.0.20080326/ywms/build.xml 2008-03-29 18:48:50.0 
+
+@@ -1,13 +1,10 @@
+ 
+ 
+   
+-  
+-  
+-  
+   
+-  
++  
+   
+-  
++  
+ 
+   
+   
+@@ -28,14 +25,6 @@
+ 
+   
+ 
+-
+-  
+-  
+-  
+-  
+-
+-
+-
+ 
+   
+   


Property changes on: packages/josm-plugins/trunk/debian/patches/100_ywms.dpatch
___
Name: svn:executable
   + *


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


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

2008-03-30 Thread nd-guest
Author: nd-guest
Date: 2008-03-30 13:42:44 + (Sun, 30 Mar 2008)
New Revision: 1479

Modified:
   packages/josm-plugins/trunk/debian/patches/00list
   packages/josm-plugins/trunk/debian/patches/10_build.dpatch
Log:
Enable plugin ywms.


Modified: packages/josm-plugins/trunk/debian/patches/00list
===
--- packages/josm-plugins/trunk/debian/patches/00list   2008-03-30 13:37:33 UTC 
(rev 1478)
+++ packages/josm-plugins/trunk/debian/patches/00list   2008-03-30 13:42:44 UTC 
(rev 1479)
@@ -8,3 +8,4 @@
 70_namefinder
 80_colorscheme
 90_slippymap
+100_ywms

Modified: packages/josm-plugins/trunk/debian/patches/10_build.dpatch
===
--- packages/josm-plugins/trunk/debian/patches/10_build.dpatch  2008-03-30 
13:37:33 UTC (rev 1478)
+++ packages/josm-plugins/trunk/debian/patches/10_build.dpatch  2008-03-30 
13:42:44 UTC (rev 1479)
@@ -6,7 +6,7 @@
 @DPATCH@
 diff -urNad josm-plugins-0.0.0.20080326~/build.xml 
josm-plugins-0.0.0.20080326/build.xml
 --- josm-plugins-0.0.0.20080326~/build.xml 2008-03-05 20:13:48.0 
+
-+++ josm-plugins-0.0.0.20080326/build.xml  2008-03-29 13:36:39.0 
+
 josm-plugins-0.0.0.20080326/build.xml  2008-03-30 13:41:54.0 
+
 @@ -1,43 +1,49 @@
  
  
@@ -51,8 +51,7 @@
  
  
  
--
-+
+ 
  
  
 -


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


[DebianGIS-dev] r1480 - packages/debian-gis/tasks

2008-03-30 Thread pere
Author: pere
Date: 2008-03-30 13:55:38 + (Sun, 30 Mar 2008)
New Revision: 1480

Modified:
   packages/debian-gis/tasks/workstation
Log:
Include josm-plugins.

Modified: packages/debian-gis/tasks/workstation
===
--- packages/debian-gis/tasks/workstation   2008-03-30 13:42:44 UTC (rev 
1479)
+++ packages/debian-gis/tasks/workstation   2008-03-30 13:55:38 UTC (rev 
1480)
@@ -45,6 +45,7 @@
 NeedConfig:  ?
 
 Depends: josm, \
+ josm-plugins, \
  merkaartor, \
  osmarendrer, \
  renderathome, \


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


[DebianGIS-dev] r1481 - packages/debian-gis/debian

2008-03-30 Thread pere
Author: pere
Date: 2008-03-30 14:08:29 + (Sun, 30 Mar 2008)
New Revision: 1481

Modified:
   packages/debian-gis/debian/control
Log:
Generated.

Modified: packages/debian-gis/debian/control
===
--- packages/debian-gis/debian/control  2008-03-30 13:55:38 UTC (rev 1480)
+++ packages/debian-gis/debian/control  2008-03-30 14:08:29 UTC (rev 1481)
@@ -1,3 +1,4 @@
+XS-Comment: This file is autogenerated via make -f debian/rules dist.  Do not 
edit!
 Source: debian-gis
 Section: misc
 Priority: extra
@@ -16,8 +17,9 @@
 
 Package: gis-workstation
 Architecture: all
-Recommends: avce00, drawmap, e00compr, earth3d, gdal-bin, geoip-bin, gmt, 
gosmore, gpsbabel, gpsd, gpsd-clients, gpsdrive, gpsman, gpsmanshp, gpstrans, 
gpx2shp, grace6, grass, grass-doc, iceweasel, kflog, mapnik-utils, 
mapserver-bin, mozilla-plugin-gnash, ogdi-bin, openscenegraph, pgadmin3, 
php5-mapscript, phppgadmin, postgis, postgresql-8.2-postgis, proj, 
python-mapnik, qgis, qgis-plugin-grass, r-base, r-cran-mapdata, r-cran-maps, 
swfdec-mozilla, thuban, viking
-Suggests: googleearth-package, josm, mapnik-viewer, openjump, osm-tools, 
osmarendrer, r-cran-mapproj, renderathome
+Depends: gis-tasks (= ${binary:Version}), gis-config (= ${binary:Version})
+Recommends: avce00, drawmap, e00compr, earth3d, gdal-bin, geoip-bin, gmt, 
gosmore, gpsbabel, gpsd, gpsd-clients, gpsdrive, gpsman, gpsmanshp, gpstrans, 
gpx2shp, grace6, grass, grass-doc, iceweasel, josm, mapnik-utils, 
mapserver-bin, merkaartor, mozilla-plugin-gnash, ogdi-bin, openscenegraph, 
pgadmin3, php5-mapscript, phppgadmin, postgis, postgresql-8.2-postgis, proj, 
python-mapnik, qgis, qgis-plugin-grass, r-base, r-cran-mapdata, r-cran-maps, 
swfdec-mozilla, thuban, viking
+Suggests: googleearth-package, josm-plugins, kflog, mapnik-viewer, openjump, 
osm-tools, osmarendrer, r-cran-mapproj, renderathome
 Description: Geographic Information Systems (GIS) workstation
  This task sets up your system to be a GIS workstation to process
  geographical information and make maps.


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


[DebianGIS-dev] r1482 - packages/josm/trunk/debian

2008-03-30 Thread pere
Author: pere
Date: 2008-03-30 15:42:03 + (Sun, 30 Mar 2008)
New Revision: 1482

Modified:
   packages/josm/trunk/debian/changelog
Log:
Version -3 is not released yet.

Modified: packages/josm/trunk/debian/changelog
===
--- packages/josm/trunk/debian/changelog2008-03-30 14:08:29 UTC (rev 
1481)
+++ packages/josm/trunk/debian/changelog2008-03-30 15:42:03 UTC (rev 
1482)
@@ -1,4 +1,4 @@
-josm (0.0.0.20080316-3) unstable; urgency=low
+josm (0.0.0.20080316-3) UNRELEASED; urgency=low
 
   * Added myself into uploaders
   * patches/40_elemstyles:


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


[DebianGIS-dev] r1483 - in packages/josm/trunk/debian: . patches

2008-03-30 Thread pere
Author: pere
Date: 2008-03-30 15:53:14 + (Sun, 30 Mar 2008)
New Revision: 1483

Removed:
   packages/josm/trunk/debian/patches/50_OsmServerWriter.dpatch
Modified:
   packages/josm/trunk/debian/changelog
   packages/josm/trunk/debian/control
   packages/josm/trunk/debian/patches/00list
Log:
Move to new upstream release.

Modified: packages/josm/trunk/debian/changelog
===
--- packages/josm/trunk/debian/changelog2008-03-30 15:42:03 UTC (rev 
1482)
+++ packages/josm/trunk/debian/changelog2008-03-30 15:53:14 UTC (rev 
1483)
@@ -1,13 +1,18 @@
-josm (0.0.0.20080316-3) UNRELEASED; urgency=low
+josm (0.0.0.20080330-1) unstable; urgency=low
 
+  [ Giovanni Mascellani ]
   * Added myself into uploaders
   * patches/40_elemstyles:
 + Icons are searched both in openstreetmap-map-icons-classic and
   openstreetmap-map-icons-square
 + elemstyles.xml doesn't contain absolute paths to icons
 
- -- Giovanni Mascellani <[EMAIL PROTECTED]>  Fri, 28 Mar 2008 22:18:46 +0100
+  [ Petter Reinholdtsen ]
+  * New upstream version fetched using debian/rules get-orig-source.
+- Drop patch 50_OsmServerWriter now applied upstream.
 
+ -- Petter Reinholdtsen <[EMAIL PROTECTED]>  Sun, 30 Mar 2008 17:52:44 +0200
+
 josm (0.0.0.20080316-2) unstable; urgency=low
 
   [ Andreas Putzo ]

Modified: packages/josm/trunk/debian/control
===
--- packages/josm/trunk/debian/control  2008-03-30 15:42:03 UTC (rev 1482)
+++ packages/josm/trunk/debian/control  2008-03-30 15:53:14 UTC (rev 1483)
@@ -2,7 +2,7 @@
 Section: utils
 Priority: extra
 Maintainer: Debian GIS Project 
-Uploaders: Andreas Putzo <[EMAIL PROTECTED]>, Petter Reinholdtsen <[EMAIL 
PROTECTED]>, Giovanni Mascellani <[EMAIL PROTECTED]>
+Uploaders: Andreas Putzo <[EMAIL PROTECTED]>, Giovanni Mascellani <[EMAIL 
PROTECTED]>, Petter Reinholdtsen <[EMAIL PROTECTED]>
 Build-Depends: ant, cdbs, dpatch, debhelper (>= 5), java-gcj-compat-dev, 
libgettext-commons-java, libmetadata-extractor-java
 Standards-Version: 3.7.3
 Homepage: http://josm.openstreetmap.de

Modified: packages/josm/trunk/debian/patches/00list
===
--- packages/josm/trunk/debian/patches/00list   2008-03-30 15:42:03 UTC (rev 
1482)
+++ packages/josm/trunk/debian/patches/00list   2008-03-30 15:53:14 UTC (rev 
1483)
@@ -2,4 +2,3 @@
 20_bts
 30_graphics
 40_elemstyles
-50_OsmServerWriter

Deleted: packages/josm/trunk/debian/patches/50_OsmServerWriter.dpatch
===
--- packages/josm/trunk/debian/patches/50_OsmServerWriter.dpatch
2008-03-30 15:42:03 UTC (rev 1482)
+++ packages/josm/trunk/debian/patches/50_OsmServerWriter.dpatch
2008-03-30 15:53:14 UTC (rev 1483)
@@ -1,32 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 50_OsmServerWriter.dpatch by Andreas Putzo <[EMAIL PROTECTED]>
-##
-## DP: Setup the OutputStream for uploading before connecting to the OSM 
server.
-## DP:   While the classpath library (URLConnection) documents that this 
should happen after connect() 
-## DP:   it actually throws an exception in HttpURLConnection when done in 
that order.
-
[EMAIL PROTECTED]@
-diff -urNad 
josm-0.0.0.20080316~/src/org/openstreetmap/josm/io/OsmServerWriter.java 
josm-0.0.0.20080316/src/org/openstreetmap/josm/io/OsmServerWriter.java
 josm-0.0.0.20080316~/src/org/openstreetmap/josm/io/OsmServerWriter.java
2008-01-30 17:02:38.0 +
-+++ josm-0.0.0.20080316/src/org/openstreetmap/josm/io/OsmServerWriter.java 
2008-03-25 19:56:21.0 +
-@@ -191,15 +191,15 @@
-   activeConnection = 
(HttpURLConnection)url.openConnection();
-   activeConnection.setConnectTimeout(15000);
-   activeConnection.setRequestMethod(requestMethod);
--  if (addBody)
-+addAuth(activeConnection);
-+  if (addBody) {
-   activeConnection.setDoOutput(true);
--  activeConnection.connect();
--  System.out.println("connected");
--  if (addBody) {
-   OutputStream out = 
activeConnection.getOutputStream();
-   OsmWriter.output(out, new OsmWriter.Single(osm, 
true));
-   out.close();
--  }
-+}
-+  activeConnection.connect();
-+  System.out.println("connected");
- 
-   int retCode = activeConnection.getResponseCode();
-   if (retCode == 200 && osm.id == 0)


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


[DebianGIS-dev] r1484 - packages/josm/tags

2008-03-30 Thread pere
Author: pere
Date: 2008-03-30 15:53:35 + (Sun, 30 Mar 2008)
New Revision: 1484

Added:
   packages/josm/tags/0.0.0.20080330-1/
Log:
tagging version 0.0.0.20080330-1

Copied: packages/josm/tags/0.0.0.20080330-1 (from rev 1483, packages/josm/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] Processing of josm_0.0.0.20080330-1_i386.changes

2008-03-30 Thread Archive Administrator
josm_0.0.0.20080330-1_i386.changes uploaded successfully to localhost
along with the files:
  josm_0.0.0.20080330-1.dsc
  josm_0.0.0.20080330.orig.tar.gz
  josm_0.0.0.20080330-1.diff.gz
  josm_0.0.0.20080330-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] josm_0.0.0.20080330-1_i386.changes ACCEPTED

2008-03-30 Thread Debian Installer

Accepted:
josm_0.0.0.20080330-1.diff.gz
  to pool/main/j/josm/josm_0.0.0.20080330-1.diff.gz
josm_0.0.0.20080330-1.dsc
  to pool/main/j/josm/josm_0.0.0.20080330-1.dsc
josm_0.0.0.20080330-1_all.deb
  to pool/main/j/josm/josm_0.0.0.20080330-1_all.deb
josm_0.0.0.20080330.orig.tar.gz
  to pool/main/j/josm/josm_0.0.0.20080330.orig.tar.gz


Override entries for your package:
josm_0.0.0.20080330-1.dsc - source utils
josm_0.0.0.20080330-1_all.deb - extra utils

Announcing to [EMAIL PROTECTED]


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] r1485 - packages/josm-plugins/trunk/debian/patches

2008-03-30 Thread gmascellani-guest
Author: gmascellani-guest
Date: 2008-03-30 18:22:40 + (Sun, 30 Mar 2008)
New Revision: 1485

Modified:
   packages/josm-plugins/trunk/debian/patches/100_ywms.dpatch
Log:
Setting ywms plugin version from SVN revision fixed


Modified: packages/josm-plugins/trunk/debian/patches/100_ywms.dpatch
===
--- packages/josm-plugins/trunk/debian/patches/100_ywms.dpatch  2008-03-30 
15:53:35 UTC (rev 1484)
+++ packages/josm-plugins/trunk/debian/patches/100_ywms.dpatch  2008-03-30 
18:22:40 UTC (rev 1485)
@@ -5,9 +5,9 @@
 ## DP: No description.
 
 @DPATCH@
-diff -urNad josm-plugins-0.0.0.20080326~/ywms/build.xml 
josm-plugins-0.0.0.20080326/ywms/build.xml
 josm-plugins-0.0.0.20080326~/ywms/build.xml2007-12-19 
18:09:31.0 +
-+++ josm-plugins-0.0.0.20080326/ywms/build.xml 2008-03-29 18:48:50.0 
+
+diff -urNad josm-plugins-0.0.0.20080320~/ywms/build.xml 
josm-plugins-0.0.0.20080320/ywms/build.xml
+--- josm-plugins-0.0.0.20080320~/ywms/build.xml2008-03-30 
20:17:32.0 +0200
 josm-plugins-0.0.0.20080320/ywms/build.xml 2008-03-30 20:18:40.0 
+0200
 @@ -1,13 +1,10 @@
  
  
@@ -24,7 +24,7 @@
  


-@@ -28,14 +25,6 @@
+@@ -28,14 +25,7 @@
  

  
@@ -36,6 +36,7 @@
 -
 -
 -
++
  




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


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

2008-03-30 Thread gmascellani-guest
Author: gmascellani-guest
Date: 2008-03-30 18:30:17 + (Sun, 30 Mar 2008)
New Revision: 1486

Modified:
   packages/josm-plugins/trunk/debian/patches/100_ywms.dpatch
   packages/josm-plugins/trunk/debian/patches/80_colorscheme.dpatch
   packages/josm-plugins/trunk/debian/patches/90_slippymap.dpatch
Log:
Added description to some patches


Modified: packages/josm-plugins/trunk/debian/patches/100_ywms.dpatch
===
--- packages/josm-plugins/trunk/debian/patches/100_ywms.dpatch  2008-03-30 
18:22:40 UTC (rev 1485)
+++ packages/josm-plugins/trunk/debian/patches/100_ywms.dpatch  2008-03-30 
18:30:17 UTC (rev 1486)
@@ -1,8 +1,7 @@
 #! /bin/sh /usr/share/dpatch/dpatch-run
 ## 100_ywms.dpatch by Andreas Putzo <[EMAIL PROTECTED]>
 ##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
+## DP: Patch for plugin ywms
 
 @DPATCH@
 diff -urNad josm-plugins-0.0.0.20080320~/ywms/build.xml 
josm-plugins-0.0.0.20080320/ywms/build.xml

Modified: packages/josm-plugins/trunk/debian/patches/80_colorscheme.dpatch
===
--- packages/josm-plugins/trunk/debian/patches/80_colorscheme.dpatch
2008-03-30 18:22:40 UTC (rev 1485)
+++ packages/josm-plugins/trunk/debian/patches/80_colorscheme.dpatch
2008-03-30 18:30:17 UTC (rev 1486)
@@ -1,8 +1,7 @@
 #! /bin/sh /usr/share/dpatch/dpatch-run
 ## 80_colorscheme.dpatch by Andreas Putzo <[EMAIL PROTECTED]>
 ##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
+## DP: Patch for plugin colorscheme
 
 @DPATCH@
 diff -urNad josm-plugins-0.0.0.20080326~/colorscheme/build.xml 
josm-plugins-0.0.0.20080326/colorscheme/build.xml

Modified: packages/josm-plugins/trunk/debian/patches/90_slippymap.dpatch
===
--- packages/josm-plugins/trunk/debian/patches/90_slippymap.dpatch  
2008-03-30 18:22:40 UTC (rev 1485)
+++ packages/josm-plugins/trunk/debian/patches/90_slippymap.dpatch  
2008-03-30 18:30:17 UTC (rev 1486)
@@ -1,8 +1,7 @@
 #! /bin/sh /usr/share/dpatch/dpatch-run
 ## 90_slippymap.dpatch by Andreas Putzo <[EMAIL PROTECTED]>
 ##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
+## DP: Patch for plugin slippymap
 
 @DPATCH@
 diff -urNad josm-plugins-0.0.0.20080326~/slippymap/build.xml 
josm-plugins-0.0.0.20080326/slippymap/build.xml


___
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#473328: hdf5: Drop openmpi support on some architectures

2008-03-30 Thread Riku Voipio
On Sun, Mar 30, 2008 at 11:20:19AM +0200, Rafael Laboissiere wrote:
> > Following a suggestion of Steve Langasek [1], I am raising the severity of
> > this bug report to "serious".

Full ACK, hdf5 breakage is also blocking last packages from gfortran
transition.


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] r1487 - packages/josm-plugins/trunk/debian

2008-03-30 Thread nd-guest
Author: nd-guest
Date: 2008-03-30 19:43:17 + (Sun, 30 Mar 2008)
New Revision: 1487

Modified:
   packages/josm-plugins/trunk/debian/copyright
Log:
Started with copyright file for currently enabled plugins.
Emailed author's where license is missing.


Modified: packages/josm-plugins/trunk/debian/copyright
===
--- packages/josm-plugins/trunk/debian/copyright2008-03-30 18:30:17 UTC 
(rev 1486)
+++ packages/josm-plugins/trunk/debian/copyright2008-03-30 19:43:17 UTC 
(rev 1487)
@@ -1,24 +1,56 @@
-This package was debianized by Giovanni Mascellani <[EMAIL PROTECTED]> on
-Tue, 11 Mar 2008 19:06:41 +0100.
+This package was downloaded using the command svn export 
http://svn.openstreetmap.org/applications/editors/josm/plugins/.
+All .jar files have been removed.
+All other downloaded files have been packaged as GNU zip'ed tarball without 
further modifications.
 
-It was downloaded from 
+Files: debian/*
+Copyright: � 2008 Giovanni Mascellani <[EMAIL PROTECTED]>
+   � 2008 Andreas Putzo <[EMAIL PROTECTED]>
+License: GPL
+ The Debian packaging information is under the GPL, version 3 or later
 
-Upstream Author(s): 
+Files: colorscheme/*
+Copyright: � 2007,2008 Christof Dallermassl <[EMAIL PROTECTED]>
+License: GPL-2
 
-
-
+Files: lang/*
+Copyright:
+License:
 
-Copyright: 
+Files: livegps/*
+Copyright: � 2007,2008 Frederik Ramm <[EMAIL PROTECTED]>
+   � 2007,2008 Christof Dallermassl <[EMAIL PROTECTED]>
+License: PD
 
-
-
+Files: namefinder/*
+Copyright: � 2007,2008 Frederik Ramm <[EMAIL PROTECTED]>
+License: PD
 
-License:
+Files: slippymap/*
+Copyright:  � 2007 Hakan Tandogan <[EMAIL PROTECTED]>
+� 2007 Frederik Ramm <[EMAIL PROTECTED]>
+License: PD
 
-
+Files: utilsplugin/*
+Copyright: � 2007 Martijn van Oosterhout <[EMAIL PROTECTED]>
+License: missing
 
-The Debian packaging is (C) 2008, Giovanni Mascellani <[EMAIL PROTECTED]> and
-is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+Files: validator/*
+Copyright: � 2007 Francisco R. Santos <[EMAIL PROTECTED]>
+License: missing
 
-# Please also look if there are files or directories which have a
-# different copyright/license attached and list them here.
+Files: wmsplugin/*
+Copyright: � 2007 Tim Waters <[EMAIL PROTECTED]>
+License: missing
+
+Files: wmsplugin/src/uk/*
+Copyright: � 2006 Jonathan Stott <[EMAIL PROTECTED]>
+License: GPL-2
+
+Files: wmsplugin/src/wmsplugin/WMSInfo.java
+Copyright: � 2007 Frederik Ramm <[EMAIL PROTECTED]>
+License: missing
+
+Files: ywms/*
+Copyright: � 2007 Francisco R. Santos <[EMAIL PROTECTED]>
+   � 2007 Frederik Ramm <[EMAIL PROTECTED]>
+License: missing


___
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#473328: hdf5: Drop openmpi support on some architectures

2008-03-30 Thread Aurelien Jarno
Rafael Laboissiere a écrit :
> package hdf5
> severity 473328 serious
> thanks
> 
> Following a suggestion of Steve Langasek [1], I am rising the severity of
> this bug report to "serious".
> 
> R.
> 
> [1] 
> 
> * Rafael Laboissiere <[EMAIL PROTECTED]> [2008-03-30 00:01]:
> 
>> Package: hdf5
>> Version: 1.6.6-1
>> Severity: important
>>
>> The OpenMPI support recently introduced in hdf5 has made the package FTBFS
>> on several arches (arm, armel, hppa, mips, mipsel, and s390), because
>> openmpi also FTBFS on them.
>>
>> Please, disable the build of libhdf5-openmpi for those architectures.

Please note that openmpi is available on kfreebsd-i386 and
kfreebsd-amd64. Please don't disable libhdf5-openmpi on those architectures.

-- 
  .''`.  Aurelien Jarno | GPG: 1024D/F1BCDB73
 : :' :  Debian developer   | Electrical Engineer
 `. `'   [EMAIL PROTECTED] | [EMAIL PROTECTED]
   `-people.debian.org/~aurel32 | www.aurel32.net



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


[DebianGIS-dev] Processed: Re: hdf5: Drop openmpi support on some architectures

2008-03-30 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> package hdf5
Ignoring bugs not assigned to: hdf5

> tags 473328 patch
Bug#473328: hdf5: Drop openmpi support on some architectures
There were no tags set.
Tags added: patch

> 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] Bug#473328: hdf5: Drop openmpi support on some architectures

2008-03-30 Thread Rafael Laboissiere
package hdf5
tags 473328 patch
thanks

Attached below is a patch for disabling the building of libhdf5-openmpi-*
packages on some problematic architectures.

Note that I did not take the approach of adding an Architecture field for
the libhdf5-openmpi-* package stanzas in debian/control.in.  Instead this
file is filtered through slice before generating the final debian/control.
In debian/rules, conditional compilation is managed using new variables.

Please, consider fixing this bug in a timely manner.  If you wish, I could
NMU the package.

Regards,

-- 
Rafael
Index: debian/control.in
===
--- debian/control.in	(revision 1487)
+++ debian/control.in	(working copy)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian GIS Project 
 Uploaders: Francesco Paolo Lovergine <[EMAIL PROTECTED]>
-Build-Depends: libmpich1.0-dev (>= 1.2.7-1), zlib1g-dev, lam4-dev (>= 7.1.1-3.2), libopenmpi-dev, libjpeg62-dev, debhelper (>> 5)
+Build-Depends: libmpich1.0-dev (>= 1.2.7-1), zlib1g-dev, lam4-dev (>= 7.1.1-3.2), libopenmpi-dev [!arm !armel !hppa !mips !mipsel !s390], libjpeg62-dev, debhelper (>> 5), slice
 Standards-Version: 3.7.3
 Homepage: http://hdf.ncsa.uiuc.edu/HDF5/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-grass/packages/hdf5/trunk/
@@ -69,6 +69,7 @@
  .
  This package contains development files for use with LAM.
 
+[OPENMPI:
 Package: [EMAIL PROTECTED]@-0
 Section: libs
 Priority: extra
@@ -99,6 +100,7 @@
  files larger than 2 GB, and supports parallel I/O.
  .
  This package contains development files for use with OpenMPI.
+:]
 
 Package: [EMAIL PROTECTED]@-0
 Section: libs
Index: debian/changelog
===
--- debian/changelog	(revision 1487)
+++ debian/changelog	(working copy)
@@ -1,9 +1,15 @@
 hdf5 (1.6.6-2) UNRELEASED; urgency=low
 
+  [ Francesco Paolo Lovergine ]
   * Fixed changelog due to patch dropped before release, but still logged.
 
- -- Francesco Paolo Lovergine <[EMAIL PROTECTED]>  Thu, 20 Mar 2008 12:55:54 +0100
+  [ Rafael Laboissiere ]
+  * NMU
+  * Do not create the libdhf5-openmpi-* packages on some selected
+architectures (closes: #473328)
 
+ -- Rafael Laboissiere <[EMAIL PROTECTED]>  Mon, 31 Mar 2008 02:48:15 +0200
+
 hdf5 (1.6.6-1) unstable; urgency=low
 
   [ Francesco Paolo Lovergine ]
Index: debian/rules
===
--- debian/rules	(revision 1487)
+++ debian/rules	(working copy)
@@ -18,7 +18,36 @@
 
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+DEB_BUILD_ARCH  ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
 
+ifeq ($(DEB_BUILD_ARCH),arm)
+build_openmpi = no
+else ifeq ($(DEB_BUILD_ARCH),armel)
+build_openmpi = no
+else ifeq ($(DEB_BUILD_ARCH),hppa)
+build_openmpi = no
+else ifeq ($(DEB_BUILD_ARCH),mips)
+build_openmpi = no
+else ifeq ($(DEB_BUILD_ARCH),mipsel)
+build_openmpi = no
+else ifeq ($(DEB_BUILD_ARCH),s390)
+build_openmpi = no
+else
+build_openmpi = yes
+endif
+
+ifeq ($(build_openmpi),yes)
+sliceterm = UNDEF+OPENMPI
+configure_stamp_openmpi = configure-stamp-openmpi
+build_stamp_openmpi = build-stamp-openmpi
+install_openmpi = install-openmpi
+else
+sliceterm = UNDEF
+configure_stamp_openmpi =
+build_stamp_openmpi = 
+install_openmpi =
+endif
+
 ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
USE_PROD = yes
 else
@@ -49,7 +78,7 @@
 		  --enable-shared --enable-production=$(USE_PROD)
 
 
-configure: configure-stamp-debian configure-stamp-serial configure-stamp-lam configure-stamp-openmpi configure-stamp-mpich
+configure: configure-stamp-debian configure-stamp-serial configure-stamp-lam $(configure_stamp_openmpi) configure-stamp-mpich
 
 configure-stamp-debian: debian/control.in
 	cd debian && for i in *_devlib; do j=`basename $$i _devlib`; \
@@ -107,7 +136,7 @@
 		--enable-parallel=yes
 	touch configure-stamp-mpich
 
-build: build-stamp-serial build-stamp-lam build-stamp-openmpi build-stamp-mpich
+build: build-stamp-serial build-stamp-lam $(build_stamp_openmpi) build-stamp-mpich
 
 build-stamp-serial: configure-stamp-serial
 	dh_testdir
@@ -137,7 +166,8 @@
 	-rm -rf debian/build-openmpi
 	-rm -rf debian/build-mpich
 	-find debian -type l | xargs rm -f
-	grep -v ^\% debian/control.in | sed "s/@VERSION@/$(version)/g" > debian/control
+	grep -v ^\% debian/control.in | sed "s/@VERSION@/$(version)/g"	\
+		| slice -o$(sliceterm):debian/control
 	dh_clean configure-stamp* build-stamp* install-stamp* debian/*.shlibs
 
 install: install-serial install-lam install-openmpi install-mpich install-doc
@@ -191,7 +221,7 @@
 	dh_md5sums -i
 	dh_builddeb -i
 
-binary-arch: build install-serial install-lam install-openmpi install-mpich
+binary-arch: build install-serial install-lam $(install_openmpi) install-mpich
 	dh_testdir
 	dh_testroot 
 	dh_installdocs -a
@@ -203,13 +233,17 @@
 	dh_fixperms -a
 #	dh