This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository liblas.
commit 6a4d7d3da858f686c4dabb28a2fbeaac2a5616db Author: Bas Couwenberg <[email protected]> Date: Mon May 2 20:16:14 2016 +0200 Require at least libgdal-dev 2.1 for experimental builds. --- debian/changelog | 6 ++++++ debian/control | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 86ba754..edf853c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +liblas (1.8.0-10) UNRELEASED; urgency=medium + + * Require at least libgdal-dev 2.1 for experimental builds. + + -- Bas Couwenberg <[email protected]> Mon, 02 May 2016 20:16:06 +0200 + liblas (1.8.0-9) unstable; urgency=medium * Bump Standards-Version to 3.9.8, no changes. diff --git a/debian/control b/debian/control index 99d986b..c8a634b 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 9), cmake, chrpath, libgeotiff-dev, - libgdal-dev (>= 2.0), + libgdal-dev (>= 2.1), libtiff-dev, libboost-dev, libboost-filesystem-dev, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/liblas.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

