This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository libcitygml.
commit 6c2383cd3abf893a9524d2e086f35088e05a7234 Author: Bas Couwenberg <[email protected]> Date: Sat Aug 1 16:20:25 2015 +0200 Drop explicit build dependencies on g++ (>= 4:5-0), g++-5 (>= 5.2.1-10). --- debian/changelog | 6 ++++++ debian/control | 2 -- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index b6f4e4e..8bc3877 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libcitygml (1.4.3-1) UNRELEASED; urgency=medium + + * Drop explicit build dependencies on g++ (>= 4:5-0), g++-5 (>= 5.2.1-10). + + -- Bas Couwenberg <[email protected]> Sat, 01 Aug 2015 16:10:03 +0200 + libcitygml (1.4.3-1~exp3) experimental; urgency=medium * Team upload. diff --git a/debian/control b/debian/control index 72b9006..c1239f1 100644 --- a/debian/control +++ b/debian/control @@ -5,8 +5,6 @@ Section: libs Priority: optional Build-Depends: debhelper (>= 9), cmake, - g++ (>= 4:5-0), - g++-5 (>= 5.2.1-10), libxml2-dev, libgdal-dev, libgl1-mesa-dev | libgl-dev, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/libcitygml.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

