This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch experimental in repository spatialite.
commit 0496cef59b57c1634199381acf389d39f1ffdb04 Author: Bas Couwenberg <[email protected]> Date: Fri Feb 19 16:19:03 2016 +0100 Require at least libgeos-dev 3.5.0 for geosreentrant support. --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 7e63405..a1c60ac 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ spatialite (4.4.0~rc0-1~exp4) UNRELEASED; urgency=medium * Bump Standards-Version to 3.9.7, no changes. + * Require at least libgeos-dev 3.5.0 for geosreentrant support. -- Bas Couwenberg <[email protected]> Tue, 16 Feb 2016 23:41:36 +0100 diff --git a/debian/control b/debian/control index 4d00c4e..bfc2e00 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 9), autotools-dev, dh-autoreconf, libsqlite3-dev, - libgeos-dev (>= 3.3.0), + libgeos-dev (>= 3.5.0), libproj-dev, libreadline-dev, libexpat1-dev, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/spatialite.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

