Re: [SCM] saga branch, master, updated. e95754403a2f6c2fefea16760fcfffd121b7ea8e

2011-10-02 Thread Paolo Cavallini
Il giorno mar, 27/09/2011 alle 14.01 +, Francesco Paolo Lovergine ha
scritto: 
> The following commit has been merged in the master branch:
> commit e95754403a2f6c2fefea16760fcfffd121b7ea8e
> Author: Francesco Paolo Lovergine 
> Date:   Tue Sep 27 15:30:15 2011 +0200
> 
> Fixed #642566 for python binding.

saga_api is still unavailable in python2.7
thanks.
-- 
Paolo Cavallini: http://www.faunalia.it/pc


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


[SCM] saga branch, master, updated. e95754403a2f6c2fefea16760fcfffd121b7ea8e

2011-09-27 Thread Francesco Paolo Lovergine
The following commit has been merged in the master branch:
commit e95754403a2f6c2fefea16760fcfffd121b7ea8e
Author: Francesco Paolo Lovergine 
Date:   Tue Sep 27 15:30:15 2011 +0200

Fixed #642566 for python binding.

diff --git a/debian/changelog b/debian/changelog
index ce8b297..46dc020 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+saga (2.0.7+dfsg-2) unstable; urgency=low
+
+  [ Francesco Paolo Lovergine ]
+  * Added missing ${python:Depends} in python-saga and remove autodetection
+of python versions. Thanks Jakub Wilk.
+(closes: #642566)
+
+  [ Johan Van de Wauw ]
+  * Install man-files correctly.
+  * Add python-saga to the right section.
+
+ -- Francesco Paolo Lovergine   Tue, 27 Sep 2011 15:27:31 
+0200
+
 saga (2.0.7+dfsg-1) unstable; urgency=low
 
   [ Johan Van de Wauw ]
diff --git a/debian/control b/debian/control
index ebab888..027b392 100644
--- a/debian/control
+++ b/debian/control
@@ -53,7 +53,7 @@ Description: SAGA GIS development files
 Package: python-saga
 Section: python
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libsaga (= ${binary:Version})
+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
diff --git a/debian/control.in b/debian/control.in
index 6827bda..2ce7a25 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -53,7 +53,7 @@ Description: SAGA GIS development files
 Package: python-saga
 Section: python
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libsaga (= ${binary:Version})
+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
diff --git a/debian/rules b/debian/rules
index 93df673..7bbb750 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,6 +13,9 @@ UPSTREAM_VERSION ?=$(shell uscan --dehs | sed -n 
's/.*\(.*\)<\
 debian/% :: debian/%.in
sed -e 's/@VERSION@/$(VERSION)/' $< >$@
 
+override_dh_python2:
+   dh_python2 --no-guessing-versions
+
 get-orig-source:
wget $(UPSTREAM_URL)
gunzip *.tar.gz

-- 
Saga GIS

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