Bas Couwenberg pushed to branch experimental at Debian GIS Project / postgis
Commits: fce136cc by Bas Couwenberg at 2024-09-20T17:07:23+02:00 Update create_upgrade.pl patch with upstream changes. - - - - - 6131c2e7 by Bas Couwenberg at 2024-09-20T17:07:36+02:00 Set distribution to experimental. - - - - - 2 changed files: - debian/changelog - debian/patches/create_upgrade.patch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +postgis (3.5.0~beta1+dfsg-1~exp4) experimental; urgency=medium + + * Update create_upgrade.pl patch with upstream changes. + + -- Bas Couwenberg <[email protected]> Fri, 20 Sep 2024 17:07:24 +0200 + postgis (3.5.0~beta1+dfsg-1~exp3) experimental; urgency=medium * Update create_upgrade.pl patch to revert 5aba8471. ===================================== debian/patches/create_upgrade.patch ===================================== @@ -1,19 +1,28 @@ -Description: Revert 5aba84713102a23d8755d1df3f56c277e1dff6b1. -Author: Bas Couwenberg <[email protected]> +Description: Fix create_upgrade.pl failure. +Author: Sandro Santilli <[email protected]> +Origin: https://trac.osgeo.org/postgis/changeset/4b786d9992479041f4bc0cf559cc10e3feca4e2c/git + https://trac.osgeo.org/postgis/changeset/be1c2273cdfe0490a43b0148bb8f18ce57a63916/git Bug: https://trac.osgeo.org/postgis/ticket/5779 --- a/GNUmakefile.in +++ b/GNUmakefile.in -@@ -4,11 +4,10 @@ - # +@@ -5,10 +5,18 @@ #----------------------------------------------------- --SUBDIRS = liblwgeom -+SUBDIRS = liblwgeom @RASTER@ loader + SUBDIRS = liblwgeom ++ ifeq (@SUPPORT_POSTGRESQL@,yes) - SUBDIRS += @DEPS_SUBDIR@ libpgcommon postgis regress @TOPOLOGY@ @SFCGAL@ utils doc @EXTENSIONS@ +-SUBDIRS += @DEPS_SUBDIR@ libpgcommon postgis regress @TOPOLOGY@ @SFCGAL@ utils doc @EXTENSIONS@ ++SUBDIRS += @DEPS_SUBDIR@ libpgcommon postgis regress @TOPOLOGY@ @SFCGAL@ doc endif --SUBDIRS += @RASTER@ loader + SUBDIRS += @RASTER@ loader ++ifeq (@SUPPORT_POSTGRESQL@,yes) ++# NOTE: utils need be built after raster ++# See https://trac.osgeo.org/postgis/ticket/5779 ++# NOTE: extension need be built after raster ++# See https://trac.osgeo.org/postgis/ticket/5780 ++SUBDIRS += utils @EXTENSIONS@ ++endif HAVE_SFCGAL=@HAVE_SFCGAL@ CAN_BUILD_COMMENTS=@CAN_BUILD_COMMENTS@ View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/-/compare/25276865c00bb5caf1ab2fb50859ba21127a46d9...6131c2e7d31815338f808137a770fa4aa98ad81b -- View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/-/compare/25276865c00bb5caf1ab2fb50859ba21127a46d9...6131c2e7d31815338f808137a770fa4aa98ad81b 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
