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

Francesco Paolo Lovergine frankie at debian.org
Thu Feb 25 14:23:39 UTC 2010


The following commit has been merged in the master branch:
commit fc444eb20e980e21e91a9dc8297961fd7a3fea79
Author: Francesco Paolo Lovergine <frankie at debian.org>
Date:   Thu Feb 25 14:10:35 2010 +0100

    First changes to package scripts.

diff --git a/debian/changelog b/debian/changelog
index 46653f1..91ace69 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
-saga (2.0.4-2) unstable; urgency=low
+saga (2.0.4-1) unstable; urgency=low
+
+  * Inital release (closes: )
 
+  [ Johan Van de Wauw ]
   * Initial import debian files
   * Fix tip of the day
   * Add saga_gdi to lib instead of pkglib (fixes errors when running
@@ -8,10 +11,14 @@ saga (2.0.4-2) unstable; urgency=low
   * Update manfile (multiple files example)
   * Remove unneccesary CVS files
 
- -- Johan Van de Wauw <johan.vandewauw at gmail.com>  Thu, 25 Feb 2010 11:12:53 +0100
-
-saga (2.0.4-1) unstable; urgency=low
-
-  * New release 2.0.4
+  [ Francesco Paolo Lovergine ]
+  * Maintainer set to DebianGis team, with git maintainance.
+  * Added Johan and me as uploaders.
+  * Set Vcs-* fields.
+  * Long description revised.
+  * Set libproj-dev build-dep.
+  * Moved to Debhelper level 7.
+  * Minor layout changes to debian/control to respect 80 cols width.
+  * Debian revision reset to 2.0.4-1.
 
- -- Johan Van de Wauw <johan.vandewauw at gmail.com>  Wed, 24 Feb 2010 21:20:12 +0100
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Thu, 25 Feb 2010 13:45:14 +0100
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..7f8f011 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+7
diff --git a/debian/control b/debian/control
index 93bc0b1..15d9935 100644
--- a/debian/control
+++ b/debian/control
@@ -1,28 +1,40 @@
 Source: saga
 Section: science
 Priority: optional
-Maintainer: Johan Van de Wauw <johan.vandewauw at gmail.com>
-Build-Depends: libwxgtk2.8-dev,wx-common, libgdal-dev, libexpat1-dev,libogdi3.2-dev,proj,cdbs,debhelper(>=5)
+Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
+Uploaders: Johan Van de Wauw <johan.vandewauw at gmail.com>, Francesco Paolo Lovergine <frankie at debian.org>
+Build-Depends: libwxgtk2.8-dev, wx-common, libgdal-dev, libexpat-dev, libogdi3.2-dev, libproj-dev , cdbs, debhelper(>=7)
 Standards-Version: 3.8.4
+Homepage: http://www.saga-gis.org/
+Vcs-Git: git://git.debian.org/pkg-grass/saga.git
+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 free and open source 
- geographic information system used for editing and analysing spatial data. Among 
- others the package 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
-Homepage: http://www.saga-gis.org
+ 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.

-- 
Saga GIS



More information about the Pkg-grass-devel mailing list