This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository libkml.
commit ee826ce9a065813959517f47b27b9000220447f8 Author: Bas Couwenberg <[email protected]> Date: Sat Jul 25 21:14:21 2015 +0200 Add explicit build dependencies on GCC 5.2. --- debian/changelog | 1 + debian/control | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index b15e980..e4c6757 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,7 @@ libkml (1.3.0~r864+git20150723-0fa2f22-1) UNRELEASED; urgency=medium * Drop libkml-java & python-kml packages, swig bindings no longer build. * Split libkml into separate packages per library, add symbols files with pkgkde-symbolshelper. + * Add explicit build dependencies on GCC 5.2. -- Bas Couwenberg <[email protected]> Sat, 25 Jul 2015 15:16:12 +0200 diff --git a/debian/control b/debian/control index 157228e..9a7a5cc 100644 --- a/debian/control +++ b/debian/control @@ -6,6 +6,8 @@ Section: science Priority: optional Build-Depends: debhelper (>= 9), cmake, + g++ (>= 4:5-0), + g++-5 (>= 5.2.1-10), libboost-dev, libcurl4-gnutls-dev | libcurl-ssl-dev, libexpat1-dev, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/libkml.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

