This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch experimental-2.2 in repository gdal.
commit 4f5a52434b8246dc285e7eda3b5f27c471525e9a Author: Bas Couwenberg <[email protected]> Date: Fri Apr 14 13:24:25 2017 +0200 Enable SOSI support. --- debian/changelog | 1 + debian/control | 2 ++ debian/rules | 1 + 3 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 7ffb4d3..752ddaf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ gdal (2.2.0~beta1+dfsg-1) UNRELEASED; urgency=medium - Update copyright years for copyright holders - Add new copyright holders - Add license & copyright for minidriver_mrf.cpp + * Enable SOSI support. -- Bas Couwenberg <[email protected]> Fri, 14 Apr 2017 11:25:30 +0200 diff --git a/debian/control b/debian/control index d57ece0..4b6a2bd 100644 --- a/debian/control +++ b/debian/control @@ -20,6 +20,7 @@ Build-Depends: debhelper (>= 9), libepsilon-dev (>= 0.9.1-1~), libexpat1-dev, libfreexl-dev (>= 1.0.0), + libfyba-dev, libgeos-dev, libgeotiff-dev, libgif-dev, @@ -102,6 +103,7 @@ Depends: libgdal20 (= ${binary:Version}), libepsilon-dev, libexpat1-dev, libfreexl-dev, + libfyba-dev, libgeos-dev, libgeotiff-dev, libgif-dev, diff --git a/debian/rules b/debian/rules index 0c6230e..5c4c081 100755 --- a/debian/rules +++ b/debian/rules @@ -115,6 +115,7 @@ override_dh_auto_configure: --with-pg \ --with-poppler=yes \ --with-qhull=yes \ + --with-sosi=yes \ --with-spatialite=/usr \ --with-sqlite3 \ --with-webp \ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/gdal.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

