[DebianGIS-dev] [SCM] saga branch, master, updated. cb03aa11972c4002f64c2ab702047f943436bb63

2010-05-04 Thread Johan Van de Wauw
The following commit has been merged in the master branch:
commit cb03aa11972c4002f64c2ab702047f943436bb63
Author: Johan Van de Wauw johan.vandew...@gmail.com
Date:   Tue May 4 10:45:35 2010 +0200

Fix program description (#578419)

diff --git a/debian/control b/debian/control
index eeed14f..584f31e 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,8 @@ Section: science
 Priority: optional
 Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
 Uploaders: Johan Van de Wauw johan.vandew...@gmail.com, Francesco Paolo 
Lovergine fran...@debian.org
-Build-Depends: libwxgtk2.8-dev, wx-common, libgdal-dev, libexpat-dev, 
libogdi3.2-dev, 
- libproj-dev, libgrib2c-dev, debhelper (=7), cdbs
+Build-Depends: libwxgtk2.8-dev, wx-common, libgdal-dev, libexpat-dev,
+ libogdi3.2-dev, libproj-dev, libgrib2c-dev, debhelper (=7), cdbs
 Standards-Version: 3.8.4
 Homepage: http://www.saga-gis.org/
 Vcs-Git: git://git.debian.org/pkg-grass/saga.git
@@ -13,32 +13,16 @@ Vcs-Browser: http://git.debian.org/?p=pkg-grass/saga.git
 Package: saga
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: System for Automatic Geoscientific Analysis
- SAGA GIS (System for Automated Geoscientific Analysis) is a geographic
- information system usable for editing and analysing spatial data. Among
- others it includes modules for:
- . 
- * File access: interfaces to various table, vector, image and grid file
-   formats.
- * Filter for grids: gaussian, laplacian, multi direction lee filter.
- * Gridding: interpolation from vector data using triangulation, nearest
-   neighbour, inverse distance
- * Geostatistics: residual analysis, ordinary and universal kriging,
-   single and multiple regression analysis, variance analysis.
- * Grid calculator: combine grids through user defined functions.
- * Grid discretisation: skeletonisation, segmentation.
- * Grid tools: merging, resampling, gaps filling.
- * Image classification:cluster analysis, box classification, maximum
-   likelihood, pattern recognition, region growing.
- * Projections:various coordinate transformations for vector and grid
-   data (using Proj4 and GeoTrans libraries), georeferencing of grids
- * Simulation of dynamic processes: TOPMODEL, nitrogen distributions,
-   erosion, landscape development.
- * Terrain analysis:slope, aspect, curvatures, curvature classification,
-   analytical hillshading, sink eliminition, flow path analysis,
-   catchment delineation, solar radiation, channel lines, relative
-   altitudes.
- * Vector tools: polygon intersection, contour lines from grid.
+Description: System for Automated Geoscientific Analyses
+ SAGA GIS (System for Automated Geoscientific Analyses) is a free and
+ open source geographic information system used for editing and 
+ analysing spatial data. It includes a large number of modules for the
+ analysis of vector (point, line and polygon), table, grid and image 
+ data. Among others the package includes modules for geostatistics, 
+ image classification, projections, simulation of dynamic processes 
+ (hydrology, landscape development) and terrain analysis.
+ The functionality can be accessed through a GUI, the command line or 
+ by using the C++ API.
 
 Package: libsaga-dev
 Section: libdevel
@@ -46,8 +30,8 @@ Architecture: any
 Suggests: saga (= ${binary:Version})
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: SAGA GIS development files
- SAGA GIS (System for Automated Geoscientific Analysis) is a geographic
- information system usable for editing and analysing spatial data.
+ SAGA GIS (System for Automated Geoscientific Analyses) is a geographic
+ information system used for editing and analysing spatial data.
  . 
  This package contains the header files for developing with SAGA.
  Install this package if you wish to develop software that uses the SAGA API.
@@ -58,7 +42,7 @@ Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Provides: libsaga-2.0.4
 Description: SAGA GIS development files
- SAGA GIS (System for Automated Geoscientific Analysis) is a geographic
- information system usable for editing and analysing spatial data.
+ SAGA GIS (System for Automated Geoscientific Analyses) is a geographic
+ information system used for editing and analysing spatial data.
  . 
  This package contains the library files for developing with SAGA.

-- 
Saga GIS

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


[DebianGIS-dev] Boost default is now 1.42

2010-05-04 Thread Steve M. Robbins
Hello,

The packages in the to line are currently build-depend on boost 1.40
-dev packages.

We recently changed the boost-defaults to 1.42.  I'd like to remove
boost 1.40 from the archive fairly soon.

Can you let me know whether:

 1. your package builds with Boost 1.42
and you will upload with updated build-deps

 2. your package fails to build with Boost 1.42

 3. you prefer that I try building with Boost 1.42
and upload an NMU

 4. something else?

Thanks,
-Steve




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] r2850 - packages/gdal/branches/1.7/debian

2010-05-04 Thread frankie
Author: frankie
Date: 2010-05-04 09:46:43 + (Tue, 04 May 2010)
New Revision: 2850

Modified:
   packages/gdal/branches/1.7/debian/changelog
   packages/gdal/branches/1.7/debian/control
Log:
Added missing build-dep for opendap.


Modified: packages/gdal/branches/1.7/debian/changelog
===
--- packages/gdal/branches/1.7/debian/changelog 2010-05-04 09:19:09 UTC (rev 
2849)
+++ packages/gdal/branches/1.7/debian/changelog 2010-05-04 09:46:43 UTC (rev 
2850)
@@ -4,8 +4,9 @@
 (closes: #579989)
   * Fixed a couple of configure options not enabled.
   * Fixed hdf4 patch.
+  * Added build-dep on libxml2-dev.
 
- -- Francesco Paolo Lovergine fran...@debian.org  Tue, 04 May 2010 10:03:29 
+0200
+ -- Francesco Paolo Lovergine fran...@debian.org  Tue, 04 May 2010 11:45:46 
+0200
 
 gdal (1.7.2-1) experimental; urgency=low
 

Modified: packages/gdal/branches/1.7/debian/control
===
--- packages/gdal/branches/1.7/debian/control   2010-05-04 09:19:09 UTC (rev 
2849)
+++ packages/gdal/branches/1.7/debian/control   2010-05-04 09:46:43 UTC (rev 
2850)
@@ -9,7 +9,7 @@
  python-dev, python-numpy, doxygen, d-shlibs, libgeos-dev, dpatch, 
libmysqlclient-dev, python-all-dev (= 2.3.5-11~), 
  python-central (= 0.5), libcurl4-gnutls-dev, libsqlite3-dev, libogdi3.2-dev,
  ruby, ruby1.8-dev, chrpath, swig, libtool (= 1.5.24-2), patch, 
libexpat1-dev, libproj-dev,
- libdap-dev
+ libdap-dev, libxml2-dev
 Standards-Version: 3.8.4
 XS-Python-Version: all
 Homepage: http://www.gdal.org/


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


[DebianGIS-dev] r2851 - packages/dans-gdal-scripts/trunk/debian

2010-05-04 Thread frankie
Author: frankie
Date: 2010-05-04 11:14:19 + (Tue, 04 May 2010)
New Revision: 2851

Added:
   packages/dans-gdal-scripts/trunk/debian/README.source
Modified:
   packages/dans-gdal-scripts/trunk/debian/changelog
   packages/dans-gdal-scripts/trunk/debian/control
Log:
New release with boost update.


Added: packages/dans-gdal-scripts/trunk/debian/README.source
===
--- packages/dans-gdal-scripts/trunk/debian/README.source   
(rev 0)
+++ packages/dans-gdal-scripts/trunk/debian/README.source   2010-05-04 
11:14:19 UTC (rev 2851)
@@ -0,0 +1,15 @@
+GDAL source for Debian
+--
+
+This package uses dpatch to manage all modifications to the upstream
+source. Changes are stored in the source package as diffs in
+debian/patches and applied during the build.
+
+To get detailed instructions on how to apply the series of patches
+and modify them, please read /usr/share/doc/dpatch/README.source.
+
+Note that the package depends on boost, but its use is very lightweight,
+so no breakages are expected at every new release.
+
+ -- Francesco Paolo Lovergine fran...@debian.org  Tue, 01 Sep 2009 22:45:56 
+0200
+

Modified: packages/dans-gdal-scripts/trunk/debian/changelog
===
--- packages/dans-gdal-scripts/trunk/debian/changelog   2010-05-04 09:46:43 UTC 
(rev 2850)
+++ packages/dans-gdal-scripts/trunk/debian/changelog   2010-05-04 11:14:19 UTC 
(rev 2851)
@@ -1,6 +1,13 @@
+dans-gdal-scripts (0.16-3) unstable; urgency=low
+
+  * Now build-deps on libboost1.42-dev.
+  * Added debian/README.source file.
+
+ -- Francesco Paolo Lovergine fran...@debian.org  Tue, 04 May 2010 13:13:05 
+0200
+
 dans-gdal-scripts (0.16-2) unstable; urgency=medium
 
-  * Added supoort for dpatch.
+  * Added support for dpatch.
   * Added a patch werror.dpatch to relax -Werror at compile time. 
 That prevented building on some archs.
 

Modified: packages/dans-gdal-scripts/trunk/debian/control
===
--- packages/dans-gdal-scripts/trunk/debian/control 2010-05-04 09:46:43 UTC 
(rev 2850)
+++ packages/dans-gdal-scripts/trunk/debian/control 2010-05-04 11:14:19 UTC 
(rev 2851)
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
 Uploaders: Francesco Paolo Lovergine fran...@debian.org
-Build-Depends: debhelper (= 7), autotools-dev, libgdal1-dev, libproj-dev, 
libboost1.40-dev, dpatch
+Build-Depends: debhelper (= 7), autotools-dev, libgdal1-dev, libproj-dev, 
libboost1.42-dev, dpatch
 Standards-Version: 3.8.4
 Homepage: http://www.gina.alaska.edu/projects/gina-tools
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-grass/packages/dans-gdal-scripts/


___
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 dans-gdal-scripts_0.16-3_i386.changes

2010-05-04 Thread Archive Administrator
dans-gdal-scripts_0.16-3_i386.changes uploaded successfully to localhost
along with the files:
  dans-gdal-scripts_0.16-3.dsc
  dans-gdal-scripts_0.16-3.diff.gz
  dans-gdal-scripts_0.16-3_i386.deb

Greetings,

Your Debian queue daemon (running on host ries.debian.org)

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


[DebianGIS-dev] dans-gdal-scripts_0.16-3_i386.changes ACCEPTED

2010-05-04 Thread Archive Administrator



Accepted:
dans-gdal-scripts_0.16-3.diff.gz
  to main/d/dans-gdal-scripts/dans-gdal-scripts_0.16-3.diff.gz
dans-gdal-scripts_0.16-3.dsc
  to main/d/dans-gdal-scripts/dans-gdal-scripts_0.16-3.dsc
dans-gdal-scripts_0.16-3_i386.deb
  to main/d/dans-gdal-scripts/dans-gdal-scripts_0.16-3_i386.deb


Override entries for your package:
dans-gdal-scripts_0.16-3.dsc - source science
dans-gdal-scripts_0.16-3_i386.deb - extra science

Announcing to debian-devel-chan...@lists.debian.org


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] hdf5 1.8.4-patch1-2 MIGRATED to testing

2010-05-04 Thread Debian testing watch
FYI: The status of the hdf5 source package
in Debian's testing distribution has changed.

  Previous version: 1.8.4-patch1-1
  Current version:  1.8.4-patch1-2

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
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