[python-rtree] 01/02: Add libspatialindex-dev as dependency of the binary packages too.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Tue Sep 1 11:42:09 UTC 2015


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository python-rtree.

commit 8b8919fded01f8554c3c6a1d24f061b63f8fbd57
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Tue Sep 1 13:25:47 2015 +0200

    Add libspatialindex-dev as dependency of the binary packages too.
---
 debian/changelog | 7 +++++++
 debian/control   | 4 +++-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index ceb907d..2b3288d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+python-rtree (0.8.2+ds-2) UNRELEASED; urgency=medium
+
+  * Add libspatialindex-dev as dependency of the binary packages too.
+    Required for find_library('spatialindex_c') in core.py.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Tue, 01 Sep 2015 13:25:26 +0200
+
 python-rtree (0.8.2+ds-1) unstable; urgency=medium
 
   * Initial release (Closes: #797541)
diff --git a/debian/control b/debian/control
index 6021113..b32cb8c 100644
--- a/debian/control
+++ b/debian/control
@@ -20,6 +20,7 @@ Package: python-rtree
 Architecture: all
 Depends: libjs-jquery,
          libjs-underscore,
+         libspatialindex-dev (>= 1.7.0),
          ${python:Depends},
          ${misc:Depends}
 Provides: ${python:Provides}
@@ -42,7 +43,8 @@ Description: R-Tree spatial index for Python GIS - Python 2 module
 
 Package: python3-rtree
 Architecture: all
-Depends: ${python3:Depends},
+Depends: libspatialindex-dev (>= 1.7.0),
+         ${python3:Depends},
          ${misc:Depends}
 Provides: ${python3:Provides}
 Description: R-Tree spatial index for Python GIS - Python 3 module

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/python-rtree.git



More information about the Pkg-grass-devel mailing list