This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository postgis.
commit cb5e9ea3be323b169e9ef3c1b8dafddc478da586 Author: Bas Couwenberg <[email protected]> Date: Sun Oct 1 15:23:10 2017 +0200 Drop postgresql-contrib-10 from Recommends, no longer a separate package and provided by postgresql-10 now. --- debian/changelog | 7 +++++++ debian/control | 3 +-- debian/control.in | 3 +-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 64a5659..f81e410 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +postgis (2.4.0+dfsg-2) UNRELEASED; urgency=medium + + * Drop postgresql-contrib-10 from Recommends, no longer a separate package + and provided by postgresql-10 now. + + -- Bas Couwenberg <[email protected]> Sun, 01 Oct 2017 15:22:15 +0200 + postgis (2.4.0+dfsg-1) unstable; urgency=medium * New upstream release. diff --git a/debian/control b/debian/control index 436eaf8..d78d4b6 100644 --- a/debian/control +++ b/debian/control @@ -132,8 +132,7 @@ Architecture: any Depends: postgresql-10, ${shlibs:Depends}, ${misc:Depends} -Recommends: postgresql-10-postgis-2.4-scripts, - postgresql-contrib-10 +Recommends: postgresql-10-postgis-2.4-scripts Suggests: postgis Breaks: postgis (<< 1.2.1) Description: Geographic objects support for PostgreSQL 10 diff --git a/debian/control.in b/debian/control.in index c9a61e8..d57828a 100644 --- a/debian/control.in +++ b/debian/control.in @@ -132,8 +132,7 @@ Architecture: any Depends: postgresql-PGVERSION, ${shlibs:Depends}, ${misc:Depends} -Recommends: postgresql-PGVERSION-postgis-2.4-scripts, - postgresql-contrib-PGVERSION +Recommends: postgresql-PGVERSION-postgis-2.4-scripts Suggests: postgis Breaks: postgis (<< 1.2.1) Description: Geographic objects support for PostgreSQL PGVERSION -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/postgis.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

