[SCM] saga branch, master, updated. e95754403a2f6c2fefea16760fcfffd121b7ea8e

Francesco Paolo Lovergine frankie at debian.org
Tue Sep 27 14:01:27 UTC 2011


The following commit has been merged in the master branch:
commit e95754403a2f6c2fefea16760fcfffd121b7ea8e
Author: Francesco Paolo Lovergine <frankie at debian.org>
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 <frankie at debian.org>  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/.*<upstream-version>\(.*\)<\
 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



More information about the Pkg-grass-devel mailing list