This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch experimental-2.1 in repository gdal-grass.
commit f9fb5f0bf018f351ce1130ce03d672ca88fe4618 Author: Bas Couwenberg <[email protected]> Date: Thu Jan 26 21:10:58 2017 +0100 Add Breaks/Replaces for old version specific binary packages. --- debian/changelog | 6 ++++++ debian/control | 6 ++++++ debian/control.in | 6 ++++++ 3 files changed, 18 insertions(+) diff --git a/debian/changelog b/debian/changelog index 0e4e3cd..2ae2168 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libgdal-grass (2.1.3~rc1-1~exp3) UNRELEASED; urgency=medium + + * Add Breaks/Replaces for old version specific binary packages. + + -- Bas Couwenberg <[email protected]> Thu, 26 Jan 2017 21:10:18 +0100 + libgdal-grass (2.1.3~rc1-1~exp2) experimental; urgency=medium * Rename library package to libgdal-grass, drop now obsolete metapackage. diff --git a/debian/control b/debian/control index e473d5f..72c603e 100644 --- a/debian/control +++ b/debian/control @@ -25,6 +25,12 @@ Depends: grass720, ${shlibs:Depends}, ${misc:Depends} Recommends: gdal-bin +Breaks: libgdal20-2.1.2-grass (<< 2.1.3~), + libgdal20-2.1.1-grass (<< 2.1.3~), + libgdal20-2.1.0-grass (<< 2.1.3~) +Replaces: libgdal20-2.1.2-grass (<< 2.1.3~), + libgdal20-2.1.1-grass (<< 2.1.3~), + libgdal20-2.1.0-grass (<< 2.1.3~) Description: GRASS extension for the GDAL library GDAL is a translator library for raster geospatial data formats. As a library, it presents a single abstract data model to the diff --git a/debian/control.in b/debian/control.in index 85e99ba..03b58d1 100644 --- a/debian/control.in +++ b/debian/control.in @@ -25,6 +25,12 @@ Depends: @GRASS_ABI@, ${shlibs:Depends}, ${misc:Depends} Recommends: gdal-bin +Breaks: libgdal20-2.1.2-grass (<< 2.1.3~), + libgdal20-2.1.1-grass (<< 2.1.3~), + libgdal20-2.1.0-grass (<< 2.1.3~) +Replaces: libgdal20-2.1.2-grass (<< 2.1.3~), + libgdal20-2.1.1-grass (<< 2.1.3~), + libgdal20-2.1.0-grass (<< 2.1.3~) Description: GRASS extension for the GDAL library GDAL is a translator library for raster geospatial data formats. As a library, it presents a single abstract data model to the -- 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

