Christoph Berg pushed to branch experimental at Debian GIS Project / postgis
Commits: 21353de3 by Christoph Berg at 2026-07-07T17:19:23+02:00 debian/tests/test-extension-creation: Drop postgis_tiger_geocoder and address_standardizer, they are no longer part of the postgis source. - - - - - 2 changed files: - debian/changelog - debian/tests/test-extension-creation Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +postgis (3.7.0~alpha1+dfsg-1~exp3) UNRELEASED; urgency=medium + + * debian/tests/test-extension-creation: Drop postgis_tiger_geocoder and + address_standardizer, they are no longer part of the postgis source. + + -- Christoph Berg <[email protected]> Tue, 07 Jul 2026 17:17:51 +0200 + postgis (3.7.0~alpha1+dfsg-1~exp2) experimental; urgency=medium [ Bas Couwenberg ] ===================================== debian/tests/test-extension-creation ===================================== @@ -18,8 +18,7 @@ esac for v in $(pg_buildext installed-versions); do echo "### PostgreSQL $v autopkgtest ###" pg_virtualenv -v $v sh -ex <<-'EOF' || exit $TEST_FAIL_EXITCODE - # 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 + for ext in postgis postgis_raster postgis_sfcgal postgis_topology; do psql -Xc "CREATE EXTENSION $ext" done View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/-/commit/21353de3b229929d0677c34b0f03b46a4304efa2 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/-/commit/21353de3b229929d0677c34b0f03b46a4304efa2 You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
