This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch ubuntu/trusty in repository gdal-grass.
commit 975517fc526f49f91ed61f3bd29c7d53040a361f Author: Bas Couwenberg <[email protected]> Date: Sun Oct 2 22:30:06 2016 +0200 Bump minimum GRASS version to 7.0.5. --- debian/changelog | 1 + debian/control | 6 +++--- debian/control.in | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index b16ec3c..798f2ee 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ libgdal-grass (2.1.0-1~trusty2) UNRELEASED; urgency=medium * Update branch in gbp.conf & Vcs-Git URL. + * Bump minimum GRASS version to 7.0.5. -- Bas Couwenberg <[email protected]> Sun, 02 Oct 2016 22:28:47 +0200 diff --git a/debian/control b/debian/control index 9c14c95..248f120 100644 --- a/debian/control +++ b/debian/control @@ -7,8 +7,8 @@ Priority: optional Build-Depends: debhelper (>= 9), dh-autoreconf, d-shlibs, - grass (>= 7.0.4), - grass-dev (>= 7.0.4), + grass (>= 7.0.5), + grass-dev (>= 7.0.5), libgdal-dev (>= 2.1.0), libproj-dev, libpq-dev, @@ -21,7 +21,7 @@ Homepage: http://www.gdal.org/ Package: libgdal20-2.1.0-grass Architecture: any Section: libs -Depends: grass704, +Depends: grass705, ${shlibs:Depends}, ${misc:Depends} Recommends: gdal-bin diff --git a/debian/control.in b/debian/control.in index d9838c8..c1b381b 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.4), - grass-dev (>= 7.0.4), + grass (>= 7.0.5), + grass-dev (>= 7.0.5), libgdal-dev (>= 2.1.0), 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

