[pgrouting] 01/01: Add dependency alternative on postgresql-PGVERSION-postgis-2.4.
Christoph Berg
myon at debian.org
Wed Sep 13 20:54:39 UTC 2017
This is an automated email from the git hooks/post-receive script.
myon pushed a commit to branch master
in repository pgrouting.
commit bb27058929f68c5dd18fc1dbf101d1a4e7e01d13
Author: Christoph Berg <myon at debian.org>
Date: Wed Sep 13 22:54:03 2017 +0200
Add dependency alternative on postgresql-PGVERSION-postgis-2.4.
---
debian/changelog | 1 +
debian/control | 2 +-
debian/control.in | 2 +-
3 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index bb8cc6f..fa0cc07 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
pgrouting (2.4.2-2) UNRELEASED; urgency=medium
+ * Add dependency alternative on postgresql-PGVERSION-postgis-2.4.
* Clarify -scripts package description; the SQL files are also necessary
for the initial installation.
* Hardlink identical extension upgrade scripts to cut down installation
diff --git a/debian/control b/debian/control
index c0e019f..289c1da 100644
--- a/debian/control
+++ b/debian/control
@@ -21,7 +21,7 @@ Package: postgresql-9.6-pgrouting
Architecture: any
Depends: postgresql-9.6-pgrouting-scripts (>= ${source:Version}),
postgresql-9.6,
- postgresql-9.6-postgis-2.3,
+ postgresql-9.6-postgis-2.4 | postgresql-9.6-postgis-2.3,
${misc:Depends},
${shlibs:Depends}
Suggests: postgresql-9.6-pgrouting-doc
diff --git a/debian/control.in b/debian/control.in
index 097743f..8029787 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -21,7 +21,7 @@ Package: postgresql-PGVERSION-pgrouting
Architecture: any
Depends: postgresql-PGVERSION-pgrouting-scripts (>= ${source:Version}),
postgresql-PGVERSION,
- postgresql-PGVERSION-postgis-2.3,
+ postgresql-PGVERSION-postgis-2.4 | postgresql-PGVERSION-postgis-2.3,
${misc:Depends},
${shlibs:Depends}
Suggests: postgresql-PGVERSION-pgrouting-doc
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pgrouting.git
More information about the Pkg-grass-devel
mailing list