[SCM] saga branch, master, updated. 224c2ffa470dc3ec0b13b31e90b98d6e362bc231

Johan Van de Wauw johan.vandewauw at gmail.com
Thu Jun 16 20:36:30 UTC 2011


The following commit has been merged in the master branch:
commit 0ab65e7b6da5c37ba829be8575ba7d82b062a19f
Author: Johan Van de Wauw <johan.vandewauw at gmail.com>
Date:   Thu Jun 16 13:39:36 2011 -0400

    Add python support

diff --git a/debian/control b/debian/control
index 2d52ede..2073e07 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-grass/saga.git
 
 Package: saga
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+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 
@@ -43,9 +43,15 @@ Package: libsaga
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Provides: libsaga-2.0.6
+Provides: libsaga-2.0.7
 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: science
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, libsaga (= ${binary:Version})
+Description: SAGA GIS python bindings
diff --git a/debian/control.in b/debian/control.in
index 83d3518..9214d2f 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -5,7 +5,7 @@ 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), 
- libqhull-dev, libhpdf-dev, libvigraimpex
+ libqhull-dev, libhpdf-dev, libvigraimpex-dev
 Standards-Version: 3.9.1
 Homepage: http://www.saga-gis.org/
 Vcs-Git: git://git.debian.org/pkg-grass/saga.git
@@ -13,7 +13,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-grass/saga.git
 
 Package: saga
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+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 
@@ -49,3 +49,9 @@ Description: SAGA GIS development files
  information system used for editing and analysing spatial data.
  . 
  This package contains the library files for developing with SAGA.
+
+Package: python-saga
+Section: science
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, libsaga (= ${binary:Version})
+Description: SAGA GIS python bindings

-- 
Saga GIS



More information about the Pkg-grass-devel mailing list