[Git][debian-gis-team/postgis][experimental] debian/tests: Test postgis_raster extension as well

Christoph Berg gitlab at salsa.debian.org
Mon Aug 12 09:56:20 BST 2019



Christoph Berg pushed to branch experimental at Debian GIS Project / postgis


Commits:
a52587b0 by Christoph Berg at 2019-08-12T08:55:56Z
debian/tests: Test postgis_raster extension as well

- - - - -


2 changed files:

- debian/changelog
- debian/tests/test-extension-creation


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+postgis (3.0.0~alpha4+dfsg-2) UNRELEASED; urgency=medium
+
+  * debian/tests: Test postgis_raster extension as well.
+
+ -- Christoph Berg <myon at debian.org>  Mon, 12 Aug 2019 10:55:44 +0200
+
 postgis (3.0.0~alpha4+dfsg-1) experimental; urgency=medium
 
   * New upstream alpha release.


=====================================
debian/tests/test-extension-creation
=====================================
@@ -4,8 +4,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_sfcgal fuzzystrmatch postgis_tiger_geocoder postgis_topology address_standardizer address_standardizer_data_us; do
+	# test extension (fuzzystrmatch is part of postgresql-contrib and is needed by postgis_tiger_geocoder)
+	for ext in postgis postgis_raster postgis_sfcgal fuzzystrmatch postgis_tiger_geocoder postgis_topology address_standardizer address_standardizer_data_us; do
 		psql -eXc "CREATE EXTENSION $ext"
 	done
 	EOF



View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/commit/a52587b01a0746db7b10fde2f2f00eff3a5a981c

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/commit/a52587b01a0746db7b10fde2f2f00eff3a5a981c
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20190812/7b6008b1/attachment-0001.html>


More information about the Pkg-grass-devel mailing list