This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository gdal-grass.
commit ad6ba11157163b1aa1473adcfba490e58142c1be Author: Bas Couwenberg <[email protected]> Date: Sun Jun 18 19:45:11 2017 +0200 Bump minimum GRASS version to 7.2.1. --- 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 82abc09..0ab8491 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libgdal-grass (2.1.2-6) UNRELEASED; urgency=medium + + * Bump minimum GRASS version to 7.2.1. + + -- Bas Couwenberg <[email protected]> Sun, 18 Jun 2017 19:44:35 +0200 + libgdal-grass (2.1.2-5) unstable; urgency=medium * Enable PIE hardening flags. diff --git a/debian/control b/debian/control index 1af774b..87ae957 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), - grass-dev (>= 7.2.0), + grass (>= 7.2.1), + grass-dev (>= 7.2.1), 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, +Depends: grass721, ${shlibs:Depends}, ${misc:Depends} Recommends: gdal-bin diff --git a/debian/control.in b/debian/control.in index 161b3c8..59597b8 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), - grass-dev (>= 7.2.0), + grass (>= 7.2.1), + grass-dev (>= 7.2.1), 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

