This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository protozero.
commit 974b085c14f29543bc40da9f901431d97cb42d16 Author: Bas Couwenberg <[email protected]> Date: Tue Oct 24 19:38:06 2017 +0200 Add cmake to build dependencies. --- debian/changelog | 1 + debian/control | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index bef2f62..8ba4797 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ protozero (1.6.0-1) UNRELEASED; urgency=medium * New upstream release. + * Add cmake to build dependencies. -- Bas Couwenberg <[email protected]> Tue, 24 Oct 2017 19:33:48 +0200 diff --git a/debian/control b/debian/control index b893e98..ecbd009 100644 --- a/debian/control +++ b/debian/control @@ -4,6 +4,7 @@ Uploaders: Bas Couwenberg <[email protected]> Section: science Priority: optional Build-Depends: debhelper (>= 9), + cmake (>= 2.8), doxygen, graphviz, libprotobuf-dev, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/protozero.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

