Bas Couwenberg pushed to branch master at Debian GIS Project / postgis
Commits: 0a6179c4 by Bas Couwenberg at 2024-06-28T15:37:26+02:00 Drop SFCGAL support, it won't support CGAL 6 any time soon. https://gitlab.com/sfcgal/SFCGAL/-/issues/267 - - - - - 5 changed files: - debian/changelog - debian/control - debian/control.in - debian/postgresql-generic-postgis-scripts.postinst.in - debian/tests/test-extension-creation Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +postgis (3.4.2+dfsg-2) UNRELEASED; urgency=medium + + * Drop SFCGAL support, it won't support CGAL 6 any time soon. + https://gitlab.com/sfcgal/SFCGAL/-/issues/267 + + -- Bas Couwenberg <[email protected]> Fri, 28 Jun 2024 15:36:52 +0200 + postgis (3.4.2+dfsg-1) unstable; urgency=medium * New upstream release. ===================================== debian/control ===================================== @@ -23,7 +23,6 @@ Build-Depends: bison, libpcre2-dev, libproj-dev (>= 5.2.0), libprotobuf-c-dev, - libsfcgal-dev (>= 1.3.1) [!armel !armhf], libxml2-dev (>= 2.5.0~), libxml2-utils, lsb-release, ===================================== debian/control.in ===================================== @@ -23,7 +23,6 @@ Build-Depends: bison, libpcre2-dev, libproj-dev (>= 5.2.0), libprotobuf-c-dev, - libsfcgal-dev (>= 1.3.1) [!armel !armhf], libxml2-dev (>= 2.5.0~), libxml2-utils, lsb-release, ===================================== debian/postgresql-generic-postgis-scripts.postinst.in ===================================== @@ -12,7 +12,6 @@ case $1 in update-alternatives \ --install $DIR/postgis.control postgresql-$PGVERSION-postgis.control $DIR/postgis-$MAJOR_VERSION.control ${MAJOR_VERSION}0 \ --slave $DIR/postgis_raster.control postgresql-$PGVERSION-postgis_raster.control $DIR/postgis_raster-$MAJOR_VERSION.control \ - --slave $DIR/postgis_sfcgal.control postgresql-$PGVERSION-postgis_sfcgal.control $DIR/postgis_sfcgal-$MAJOR_VERSION.control \ --slave $DIR/postgis_tiger_geocoder.control postgresql-$PGVERSION-postgis_tiger_geocoder.control $DIR/postgis_tiger_geocoder-$MAJOR_VERSION.control \ --slave $DIR/postgis_topology.control postgresql-$PGVERSION-postgis_topology.control $DIR/postgis_topology-$MAJOR_VERSION.control \ --slave $DIR/address_standardizer.control postgresql-$PGVERSION-address_standardizer.control $DIR/address_standardizer-$MAJOR_VERSION.control \ ===================================== debian/tests/test-extension-creation ===================================== @@ -19,7 +19,7 @@ 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 fuzzystrmatch postgis_tiger_geocoder postgis_topology address_standardizer address_standardizer_data_us; do psql -Xc "CREATE EXTENSION $ext" done View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/-/commit/0a6179c44f4bb152a93f91d50af4d824a3b71151 -- This project does not include diff previews in email notifications. View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/-/commit/0a6179c44f4bb152a93f91d50af4d824a3b71151 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
