This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository gdal.
commit 321b50d66104e50c6e1ae931961485bfa4162587 Author: Bas Couwenberg <[email protected]> Date: Tue Aug 9 16:01:50 2016 +0200 Add libgdal-grass to gdal-bin Suggests. --- debian/changelog | 1 + debian/control | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 513425b..eeadc97 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ gdal (2.1.1+dfsg-2) UNRELEASED; urgency=medium * Strip pre-releases from symbols version. * Update symbols for alpha, hppa & sparc64. + * Add libgdal-grass to gdal-bin Suggests. -- Bas Couwenberg <[email protected]> Wed, 13 Jul 2016 21:27:58 +0200 diff --git a/debian/control b/debian/control index 29e8abe..8b70652 100644 --- a/debian/control +++ b/debian/control @@ -181,7 +181,8 @@ Package: gdal-bin Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Suggests: python-gdal +Suggests: libgdal-grass, + python-gdal Breaks: gdal-bin (<< 1.10.0-0~) Description: Geospatial Data Abstraction Library - Utility programs GDAL is a translator library for raster geospatial data formats. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/gdal.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

