This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch experimental in repository grass.
commit aaebfe8b3ca8ea87daa15b00ff942063670dd251 Author: Bas Couwenberg <[email protected]> Date: Fri Feb 19 15:29:05 2016 +0100 Require at least libgdal-dev 2.0 for experimental builds. --- debian/changelog | 1 + debian/control | 2 +- debian/control.in | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1fc84f7..3b37086 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ grass (7.0.3-2) UNRELEASED; urgency=medium * Bump Standards-Version to 3.9.7, no changes. + * Require at least libgdal-dev 2.0 for experimental builds. -- Bas Couwenberg <[email protected]> Sun, 07 Feb 2016 12:45:44 +0100 diff --git a/debian/control b/debian/control index 9a3357c..dbb7617 100644 --- a/debian/control +++ b/debian/control @@ -17,7 +17,7 @@ Build-Depends: autoconf2.13, libcairo2-dev, libfftw3-dev, libfreetype6-dev, - libgdal-dev, + libgdal-dev (>= 2.0), libgeos-dev, libglu1-mesa-dev, libjpeg-dev, diff --git a/debian/control.in b/debian/control.in index 428ce4a..8e42aa6 100644 --- a/debian/control.in +++ b/debian/control.in @@ -17,7 +17,7 @@ Build-Depends: autoconf2.13, libcairo2-dev, libfftw3-dev, libfreetype6-dev, - libgdal-dev, + libgdal-dev (>= 2.0), libgeos-dev, libglu1-mesa-dev, libjpeg-dev, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/grass.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

