This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch experimental in repository liblas.
commit c99f302e698e85199591b8f568978b75bb1686e1 Author: Bas Couwenberg <[email protected]> Date: Thu Dec 14 22:33:10 2017 +0100 Require at least libgdal-dev 2.2.3 for experimental builds. --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 67c3b01..c801358 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ liblas (1.8.1-6) UNRELEASED; urgency=medium * Strip trailing whitespace from changelog. + * Require at least libgdal-dev 2.2.3 for experimental builds. -- Bas Couwenberg <[email protected]> Wed, 15 Nov 2017 22:00:03 +0100 diff --git a/debian/control b/debian/control index d5923a0..7b968d2 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 9), cmake, chrpath, libgeotiff-dev, - libgdal-dev (>= 2.2.2), + libgdal-dev (>= 2.2.3), 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

