This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository sfcgal.
commit 0fa67d40acffc9aeb417478392a2a965f801736a Author: Bas Couwenberg <[email protected]> Date: Fri Sep 15 21:08:47 2017 +0200 Require at least libcgal-dev 4.10.1. --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c27492e..b8e47c4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ sfcgal (1.3.2-1) UNRELEASED; urgency=medium * New upstream release. * Drop spelling-errors.patch, applied upstream. + * Require at least libcgal-dev 4.10.1. -- Bas Couwenberg <[email protected]> Fri, 15 Sep 2017 20:49:16 +0200 diff --git a/debian/control b/debian/control index 0803bbc..0445e17 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Section: science Priority: optional Build-Depends: debhelper (>= 9), cmake, - libcgal-dev, + libcgal-dev (>= 4.10.1), libboost-all-dev, libmpfr-dev, libgmp-dev, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/sfcgal.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

