This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository mapcache.
commit f2d9260792857315b84f841119ed33f57a3f4b37 Author: Bas Couwenberg <[email protected]> Date: Thu Jun 25 21:00:17 2015 +0200 Add libcurl-ssl-dev as alternative for libcurl-gnutls-dev build dependency. --- debian/changelog | 6 ++++++ debian/control | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 00c7369..4ab662a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mapcache (1.2.1-4) UNRELEASED; urgency=medium + + * Add libcurl-ssl-dev as alternative for libcurl-gnutls-dev build dependency. + + -- Bas Couwenberg <[email protected]> Thu, 25 Jun 2015 20:59:52 +0200 + mapcache (1.2.1-3) unstable; urgency=medium * Add upstream metadata. diff --git a/debian/control b/debian/control index a4fb39b..170310c 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, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/mapcache.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

