[SCM] saga branch, master, updated. upstream/2.0.8-138-g9611d39

Johan Van de Wauw johan.vandewauw at gmail.com
Fri Nov 22 21:01:46 UTC 2013


The following commit has been merged in the master branch:
commit 262eb7a6ee4324b4042232dad42ac382a5099365
Author: Johan Van de Wauw <johan.vandewauw at gmail.com>
Date:   Thu Nov 14 20:41:23 2013 -0500

    Update control file + remove control.in
    
    control.in was not used

diff --git a/debian/control b/debian/control
index bf66eba..31c4c68 100644
--- a/debian/control
+++ b/debian/control
@@ -3,10 +3,10 @@ Section: science
 Priority: optional
 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,
+Build-Depends: libwxgtk3.0-dev, wx-common, libgdal-dev, libexpat-dev,
  libogdi3.2-dev, libproj-dev, libgrib2c-dev, debhelper (>=8), swig,
  libqhull-dev, libhpdf-dev, python-dev, liblas-dev
-Standards-Version: 3.9.3
+Standards-Version: 3.9.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
@@ -43,7 +43,7 @@ Package: libsaga
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Provides: libsaga-2.0.8
+Provides: libsaga-2.1.0
 Description: SAGA GIS development files
  SAGA GIS (System for Automated Geoscientific Analyses) is a geographic
  information system used for editing and analysing spatial data.
diff --git a/debian/control.in b/debian/control.in
deleted file mode 100644
index f14e600..0000000
--- a/debian/control.in
+++ /dev/null
@@ -1,62 +0,0 @@
-Source: saga
-Section: science
-Priority: optional
-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, libgrib2c-dev, debhelper (>=8), swig,
- libqhull-dev, libhpdf-dev, python-dev, liblas-dev
-Standards-Version: 3.9.3
-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}, libsaga (= ${binary:Version})
-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
-Architecture: any
-Suggests: saga (= ${binary:Version})
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Replaces: libsaga (<< 2.0.4+dfsg-3~)
-Breaks: libsaga (<< 2.0.4+dfsg-3~)
-Description: SAGA GIS development files
- 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.
-
-Package: libsaga
-Section: libs
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Provides: libsaga- at VERSION@
-Description: SAGA GIS development files
- 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.
-
-Package: python-saga
-Section: python
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, libsaga (= ${binary:Version})
-Suggests: saga (= ${binary:Version})
-Description: SAGA GIS python bindings
- SAGA GIS (System for Automated Geoscientific Analyses) is a geographic
- information system used for editing and analysing spatial data.
- . 
- This package contains the python bindings to SAGA. 

-- 
Saga GIS



More information about the Pkg-grass-devel mailing list