This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository gdal.
commit 134460054641af96cedb24648ae4664f0e5edf2e Author: Bas Couwenberg <[email protected]> Date: Wed Nov 9 19:01:46 2016 +0100 Disable cryptopp support, causes FTBFS with new revision. --- debian/changelog | 1 + debian/control | 2 -- debian/rules | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2a31e57..3f7d6c3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ gdal (2.1.2+dfsg-2) UNRELEASED; urgency=medium * Add upstream patch to fix crash on URLs that are not DODS servers. (LP: #1640360) + * Disable cryptopp support, causes FTBFS with new revision. -- Bas Couwenberg <[email protected]> Wed, 09 Nov 2016 18:35:14 +0100 diff --git a/debian/control b/debian/control index dc83ded..9379bff 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,6 @@ Build-Depends: debhelper (>= 9), autotools-dev, chrpath, libarmadillo-dev, - libcrypto++-dev, libcurl4-gnutls-dev | libcurl-ssl-dev, libdap-dev, libepsilon-dev (>= 0.9.1-1~), @@ -96,7 +95,6 @@ Section: libdevel Depends: libgdal20 (= ${binary:Version}), libc6-dev, libarmadillo-dev, - libcrypto++-dev, libcurl4-gnutls-dev | libcurl-ssl-dev, libdap-dev, libepsilon-dev, diff --git a/debian/rules b/debian/rules index 4965661..d7dabe5 100755 --- a/debian/rules +++ b/debian/rules @@ -90,7 +90,6 @@ override_dh_auto_configure: --with-threads \ --with-armadillo=yes \ --with-cfitsio=no \ - --with-cryptopp=yes \ --with-curl \ --with-ecw=no \ --with-epsilon=/usr \ -- 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

