[Git][debian-gis-team/postgis][experimental] Re-instate SFCGAL support, patched to support CGAL 6.
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Wed Sep 11 16:25:49 BST 2024
Bas Couwenberg pushed to branch experimental at Debian GIS Project / postgis
Commits:
0ebe5f16 by Bas Couwenberg at 2024-09-11T17:25:34+02:00
Re-instate SFCGAL support, patched to support CGAL 6.
- - - - -
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,6 +1,7 @@
postgis (3.5.0~alpha2+dfsg-1~exp3) UNRELEASED; urgency=medium
* Drop support for 32-bit architectures.
+ * Re-instate SFCGAL support, patched to support CGAL 6.
-- Bas Couwenberg <sebastic at debian.org> Wed, 11 Sep 2024 13:04:51 +0200
=====================================
debian/control
=====================================
@@ -24,6 +24,7 @@ Build-Depends: architecture-is-64-bit <!pkg.postgresql.32-bit>,
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
=====================================
@@ -24,6 +24,7 @@ Build-Depends: architecture-is-64-bit <!pkg.postgresql.32-bit>,
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,6 +12,7 @@ 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 fuzzystrmatch postgis_tiger_geocoder postgis_topology address_standardizer address_standardizer_data_us; do
+ for ext in postgis postgis_raster postgis_sfcgal 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/0ebe5f1648336defdf17cee100eaeb8eafcba9ff
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/-/commit/0ebe5f1648336defdf17cee100eaeb8eafcba9ff
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/20240911/3cb8a208/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list