[postgis] 01/01: Tests: Install fuzzystrmatch dependency explicitly, not all PostgreSQL versions feature CREATE EXTENSION CASCADE yet.
Christoph Berg
myon at debian.org
Fri Dec 22 09:28:27 UTC 2017
This is an automated email from the git hooks/post-receive script.
myon pushed a commit to branch master
in repository postgis.
commit 1eaf5536254f2464852c33949e0155c4461a96ec
Author: Christoph Berg <christoph.berg at credativ.de>
Date: Fri Dec 22 10:28:21 2017 +0100
Tests: Install fuzzystrmatch dependency explicitly, not all PostgreSQL versions feature CREATE EXTENSION CASCADE yet.
---
debian/changelog | 7 +++++++
debian/tests/test-extension-creation | 4 ++--
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index f9f522d..735d60c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+postgis (2.4.2+dfsg-4) UNRELEASED; urgency=medium
+
+ * Tests: Install fuzzystrmatch dependency explicitly, not all PostgreSQL
+ versions feature CREATE EXTENSION CASCADE yet.
+
+ -- Christoph Berg <christoph.berg at credativ.de> Fri, 22 Dec 2017 10:16:40 +0100
+
postgis (2.4.2+dfsg-3) unstable; urgency=medium
[ Bas Couwenberg ]
diff --git a/debian/tests/test-extension-creation b/debian/tests/test-extension-creation
index ec750b0..d17d40a 100755
--- a/debian/tests/test-extension-creation
+++ b/debian/tests/test-extension-creation
@@ -5,8 +5,8 @@ set -eu
for v in $(pg_buildext supported-versions); do
pg_virtualenv -v $v sh -e <<-'EOF'
# test extension
- for ext in postgis postgis_tiger_geocoder postgis_topology address_standardizer address_standardizer_data_us; do
- psql -eXc "CREATE EXTENSION $ext CASCADE"
+ for ext in postgis fuzzystrmatch postgis_tiger_geocoder postgis_topology address_standardizer address_standardizer_data_us; do
+ psql -eXc "CREATE EXTENSION $ext"
done
EOF
done
--
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