This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository gdal-grass.
commit d971e7c2a18aef390912979f93b13b20f585e57c Author: Bas Couwenberg <[email protected]> Date: Sun May 1 16:13:24 2016 +0200 Bump minimum GRASS version to 7.0.4. --- 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 a12bb35..63d43e1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libgdal-grass (2.0.2-2) UNRELEASED; urgency=medium + + * Bump minimum GRASS version to 7.0.4. + + -- Bas Couwenberg <[email protected]> Sun, 01 May 2016 16:13:06 +0200 + libgdal-grass (2.0.2-1) unstable; urgency=medium * Move from experimental to unstable. diff --git a/debian/control b/debian/control index 139658c..414d368 100644 --- a/debian/control +++ b/debian/control @@ -7,8 +7,8 @@ Priority: optional Build-Depends: debhelper (>= 9), dh-autoreconf, d-shlibs, - grass (>= 7.0.3), - grass-dev (>= 7.0.3), + grass (>= 7.0.4), + grass-dev (>= 7.0.4), libgdal-dev (>= 2.0.2), libproj-dev, libpq-dev, @@ -21,7 +21,7 @@ Homepage: http://www.gdal.org/ Package: libgdal20-2.0.2-grass Architecture: any Section: libs -Depends: grass703, +Depends: grass704, ${shlibs:Depends}, ${misc:Depends} Recommends: gdal-bin diff --git a/debian/control.in b/debian/control.in index 5698bd3..2162777 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.0.3), - grass-dev (>= 7.0.3), + grass (>= 7.0.4), + grass-dev (>= 7.0.4), libgdal-dev (>= 2.0.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

