This is an automated email from the git hooks/post-receive script. a_valentino-guest pushed a commit to branch master in repository pyresample.
commit 2e6af51058d73cf619abfaa49f2e0243aa5b54dc Author: Antonio Valentino <[email protected]> Date: Sat Jul 30 09:47:33 2016 +0000 pykdtree is now a mandatory dependency --- debian/changelog | 1 + debian/control | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index b3b45b5..b528f64 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ pyresample (1.2.5-1) UNRELEASED; urgency=medium * new upstream release * debian/control - remove non necessary (build) dependency from scipy + - pykdtree is naw a mandatory dependency * debian/parches - drop 0003-skip-nearest-resize-test.patch (no longer necessary) - drop 0004-Use-cmath.patch (no longer necessary) diff --git a/debian/control b/debian/control index 7b00945..1f0405c 100644 --- a/debian/control +++ b/debian/control @@ -40,7 +40,7 @@ Depends: ${misc:Depends}, python-configobj, python-numpy, python-pyproj, - python-pykdtree (>= 1.1.1) | python-scipy + python-pykdtree (>= 1.1.1) Recommends: python-numexpr, python-mpltoolkits.basemap Suggests: python-pyresample-doc @@ -63,7 +63,7 @@ Depends: ${misc:Depends}, python3-configobj, python3-numpy, python3-pyproj, - python3-pykdtree (>= 1.1.1) | python3-scipy + python3-pykdtree (>= 1.1.1) Recommends: python3-numexpr, python3-mpltoolkits.basemap Suggests: python-pyresample-doc -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pyresample.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

