This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch experimental in repository mapserver.
commit 796e4b2c6bb0f1b48936b2868182c27fdd064f5e Author: Bas Couwenberg <[email protected]> Date: Thu Jun 25 20:59:02 2015 +0200 Add libcurl-ssl-dev as alternative for libcurl-gnutls-dev build dependency. --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index a9797b2..6493943 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ mapserver (7.0.0~beta1-1) UNRELEASED; urgency=medium - drop libgd-dev - add libharfbuzz-dev & libpixman-1-dev * Drop SOVERSION from -dbg & -dev package name. + * Add libcurl-ssl-dev as alternative for libcurl-gnutls-dev build dependency. -- Bas Couwenberg <[email protected]> Fri, 19 Jun 2015 23:47:49 +0200 diff --git a/debian/control b/debian/control index ccd36c1..3d7e8f5 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Section: devel Priority: optional Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1.1), - libcurl4-gnutls-dev, + libcurl4-gnutls-dev | libcurl-ssl-dev, libpng-dev, libjpeg-dev, zlib1g-dev (>= 1.1.4), -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/mapserver.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

