[postgis] 01/01: Correct dependencies a bit, as hinted by Bas Couwenberg.
Markus Wanner
markus_wanner-guest at moszumanska.debian.org
Mon May 30 07:51:54 UTC 2016
This is an automated email from the git hooks/post-receive script.
markus_wanner-guest pushed a commit to branch master
in repository postgis.
commit ef9f4590f116b431cbd25cb865be41ff3d59c18a
Author: Markus Wanner <markus at bluegap.ch>
Date: Mon May 30 09:51:27 2016 +0200
Correct dependencies a bit, as hinted by Bas Couwenberg.
---
debian/control | 6 +++---
debian/control.in | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/debian/control b/debian/control
index ce17c0f..e0e5ec8 100644
--- a/debian/control
+++ b/debian/control
@@ -121,9 +121,9 @@ Description: Geographic objects support for PostgreSQL 9.5
Package: postgresql-9.5-postgis-2.2-scripts
Architecture: all
Depends: ${misc:Depends}
-Recommends: postgresql-9.5-postgis
-Replaces: postgresql-9.5-postgis-scripts,
-Breaks: postgresql-9.5-postgis-scripts
+Recommends: postgresql-9.5-postgis-2.2
+Replaces: postgresql-9.5-postgis-scripts (<< 2.2.2+dfsg-3~)
+Breaks: postgresql-9.5-postgis-scripts (<< 2.2.2+dfsg-3~)
Description: Geographic objects support for PostgreSQL 9.5 -- scripts
PostGIS adds support for geographic objects to the PostgreSQL
object-relational database. In effect, PostGIS "spatially enables"
diff --git a/debian/control.in b/debian/control.in
index d3718e2..c90cc76 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -121,9 +121,9 @@ Description: Geographic objects support for PostgreSQL PGVERSION
Package: postgresql-PGVERSION-postgis-2.2-scripts
Architecture: all
Depends: ${misc:Depends}
-Recommends: postgresql-PGVERSION-postgis
-Replaces: postgresql-PGVERSION-postgis-scripts,
-Breaks: postgresql-PGVERSION-postgis-scripts
+Recommends: postgresql-PGVERSION-postgis-2.2
+Replaces: postgresql-PGVERSION-postgis-scripts (<< 2.2.2+dfsg-3~)
+Breaks: postgresql-PGVERSION-postgis-scripts (<< 2.2.2+dfsg-3~)
Description: Geographic objects support for PostgreSQL PGVERSION -- scripts
PostGIS adds support for geographic objects to the PostgreSQL
object-relational database. In effect, PostGIS "spatially enables"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/postgis.git
More information about the Pkg-grass-devel
mailing list