[pyresample] 08/10: Fix dependencies

Antonio Valentino a_valentino-guest at moszumanska.debian.org
Sat Jul 2 17:16:40 UTC 2016


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 d98d1517689548f3bf5aa88aa7f8e7389aabfc18
Author: Antonio Valentino <antonio.valentino at tiscali.it>
Date:   Sat Jul 2 17:05:42 2016 +0000

    Fix dependencies
---
 debian/changelog | 2 ++
 debian/control   | 7 ++++---
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 98ff45e..a8b99b8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,8 @@ pyresample (1.2.4-1) UNRELEASED; urgency=medium
     - fixed DEP-5 url
   * debian/control
     - standard version bumped to 3.9.8 (no change)
+    - depends on pykdtree >= 1.1.1
+    - add dependency from pykdtree to the Python 3 package
 
  -- Antonio Valentino <antonio.valentino at tiscali.it>  Sat, 27 Feb 2016 21:05:29 +0100
 
diff --git a/debian/control b/debian/control
index 10a7817..75a42e1 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,8 @@ Build-Depends: debhelper (>= 9.0.0),
                python3-setuptools,
                python-numpy,
                python3-numpy,
-               python-pykdtree,
+               python-pykdtree (>= 1.1.1),
+               python3-pykdtree (>= 1.1.1),
                python3-scipy,
                python-pyproj,
                python3-pyproj,
@@ -37,7 +38,7 @@ Depends: ${misc:Depends},
          python-configobj,
          python-numpy,
          python-pyproj,
-         python-pykdtree | python-scipy
+         python-pykdtree (>= 1.1.1) | python-scipy
 Recommends: python-numexpr,
             python-mpltoolkits.basemap
 Suggests: python-pyresample-doc
@@ -59,7 +60,7 @@ Depends: ${misc:Depends},
          python3-configobj,
          python3-numpy,
          python3-pyproj,
-         python3-scipy
+         python3-pykdtree (>= 1.1.1) | python3-scipy
 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



More information about the Pkg-grass-devel mailing list