This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch stretch in repository osgearth.
commit 4cf49f6324f88e652778cd927ac0edaa72d1c4fe Author: Bas Couwenberg <[email protected]> Date: Thu Jun 25 21:02:29 2015 +0200 Add libcurl-ssl-dev as alternative for libcurl-gnutls-dev build dependency. -- Bas Couwenberg <[email protected]> Thu, 25 Jun 2015 21:02:14 +0200 --- debian/changelog | 6 ++++++ debian/control | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 9f99985..9199a45 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +osgearth (2.5.0+dfsg-4) UNRELEASED; urgency=medium + + * Add libcurl-ssl-dev as alternative for libcurl-gnutls-dev build dependency. + + -- Bas Couwenberg <[email protected]> Thu, 25 Jun 2015 21:02:14 +0200 + osgearth (2.5.0+dfsg-3) unstable; urgency=medium * Update my email to use @debian.org address. diff --git a/debian/control b/debian/control index b58c1bb..671c603 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 9), libgdal-dev (>= 1.10.1~), libgeos-dev, libexpat1-dev, - libcurl4-gnutls-dev, + libcurl4-gnutls-dev | libcurl-ssl-dev, zlib1g-dev, libkml-dev (>= 1.3.0~r864), libsqlite3-dev, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osgearth.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

