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

2010-02-25 Thread Francesco Paolo Lovergine
The following commit has been merged in the master branch:
commit dccdf0ab2de70ae35c0e7fd67a3f07e5e9c65cf6
Author: Francesco Paolo Lovergine 
Date:   Thu Feb 25 15:15:33 2010 +0100

Now removing libtool related .la files

diff --git a/debian/changelog b/debian/changelog
index 91ace69..586ed39 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,5 +20,7 @@ saga (2.0.4-1) unstable; urgency=low
   * Moved to Debhelper level 7.
   * Minor layout changes to debian/control to respect 80 cols width.
   * Debian revision reset to 2.0.4-1.
+  * Apps -> Applications in debian/menu.
+  * Now libtool helper files .la are not installed.
 
- -- Francesco Paolo Lovergine   Thu, 25 Feb 2010 13:45:14 
+0100
+ -- Francesco Paolo Lovergine   Thu, 25 Feb 2010 15:13:47 
+0100
diff --git a/debian/menu b/debian/menu
index 25ae430..beeef30 100644
--- a/debian/menu
+++ b/debian/menu
@@ -1,4 +1,4 @@
-?package(saga):needs="X11" section="Apps/Science/Geoscience"\
+?package(saga):needs="X11" section="Applications/Science/Geoscience"\
   title="saga" command="/usr/bin/saga_gui" \
   icon32x32="/usr/share/pixmaps/saga_icon_32.xpm"\
   icon16x16="/usr/share/pixmaps/saga_icon_16.xpm"
diff --git a/debian/rules b/debian/rules
index a754182..accdbd8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,10 @@ DEB_CONFIGURE_EXTRA_FLAGS = --enable-unicode
 
 DEB_INSTALL_MANPAGES_saga = saga_cmd.1
 
+# remove libtool helpers
+binary/saga::
+   find debian/saga/usr/lib ! -type d -a -name "*.la" -delete
+
 build/saga::
pod2man --section=1 --release=$(VERSION) --center " " 
debian/saga_cmd.pod >saga_cmd.1
 

-- 
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] [SCM] saga branch, master, updated. dccdf0ab2de70ae35c0e7fd67a3f07e5e9c65cf6

2010-02-25 Thread Francesco Paolo Lovergine
The following commit has been merged in the master branch:
commit fc444eb20e980e21e91a9dc8297961fd7a3fea79
Author: Francesco Paolo Lovergine 
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   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   Wed, 24 Feb 2010 21:20:12 
+0100
+ -- Francesco Paolo Lovergine   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 
-Build-Depends: libwxgtk2.8-dev,wx-common, libgdal-dev, 
libexpat1-dev,libogdi3.2-dev,proj,cdbs,debhelper(>=5)
+Maintainer: Debian GIS Project 
+Uploaders: Johan Van de Wauw , Francesco Paolo 
Lovergine 
+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 class