This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository gdal-grass.
commit 1260020c2e0d7dbb0665926c9c15460e27608104 Author: Bas Couwenberg <[email protected]> Date: Wed Dec 28 19:45:48 2016 +0100 Bump minimum GRASS version to 7.2.0. --- debian/changelog | 6 ++++++ debian/control | 6 +++--- debian/control.in | 4 ++-- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index a9e7c1e..ef45e42 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libgdal-grass (2.1.2-2~exp2) UNRELEASED; urgency=medium + + * Bump minimum GRASS version to 7.2.0. + + -- Bas Couwenberg <[email protected]> Wed, 28 Dec 2016 19:45:29 +0100 + libgdal-grass (2.1.2-2~exp1) experimental; urgency=medium * Bump minimum GRASS version to 7.2.0~rc1. diff --git a/debian/control b/debian/control index 9113b43..1af774b 100644 --- a/debian/control +++ b/debian/control @@ -7,8 +7,8 @@ Priority: optional Build-Depends: debhelper (>= 9), dh-autoreconf, d-shlibs, - grass (>= 7.2.0~rc1), - grass-dev (>= 7.2.0~rc1), + grass (>= 7.2.0), + grass-dev (>= 7.2.0), libgdal-dev (>= 2.1.2), libproj-dev, libpq-dev, @@ -21,7 +21,7 @@ Homepage: http://www.gdal.org/ Package: libgdal20-2.1.2-grass Architecture: any Section: libs -Depends: grass720-1, +Depends: grass720, ${shlibs:Depends}, ${misc:Depends} Recommends: gdal-bin diff --git a/debian/control.in b/debian/control.in index 99ee23f..161b3c8 100644 --- a/debian/control.in +++ b/debian/control.in @@ -7,8 +7,8 @@ Priority: optional Build-Depends: debhelper (>= 9), dh-autoreconf, d-shlibs, - grass (>= 7.2.0~rc1), - grass-dev (>= 7.2.0~rc1), + grass (>= 7.2.0), + grass-dev (>= 7.2.0), libgdal-dev (>= 2.1.2), libproj-dev, libpq-dev, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/gdal-grass.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

