Bas Couwenberg pushed to branch experimental at Debian GIS Project / postgis
Commits: 81fd4696 by Bas Couwenberg at 2024-09-17T20:30:49+02:00 Update create_upgrade.pl patch to revert 5aba8471. - - - - - 25276865 by Bas Couwenberg at 2024-09-17T20:31:09+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~exp3) experimental; urgency=medium + + * Update create_upgrade.pl patch to revert 5aba8471. + + -- Bas Couwenberg <[email protected]> Tue, 17 Sep 2024 20:30:59 +0200 + postgis (3.5.0~beta1+dfsg-1~exp2) experimental; urgency=medium * Add patch to fix FTBFS caused by create_upgrade.pl failing. ===================================== debian/patches/create_upgrade.patch ===================================== @@ -1,18 +1,19 @@ -Description: Fix create_upgrade.pl failure. +Description: Revert 5aba84713102a23d8755d1df3f56c277e1dff6b1. Author: Bas Couwenberg <[email protected]> Bug: https://trac.osgeo.org/postgis/ticket/5779 ---- a/raster/rt_pg/Makefile.in -+++ b/raster/rt_pg/Makefile.in -@@ -129,9 +129,9 @@ endif - # in the extension/ folder +--- a/GNUmakefile.in ++++ b/GNUmakefile.in +@@ -4,11 +4,10 @@ # - %.sql: %.sql.in -- $(SQLPP) -I@top_builddir@/postgis/ $< > [email protected] -+ $(SQLPP) -I@top_builddir@/postgis/ $< > [email protected] && \ - grep -v '^#' [email protected] | \ -- $(PERL) -lpe "s'MODULE_PATHNAME'\$(MODULEPATH)'g;s'@extschema@\.''g" > $@ -+ $(PERL) -lpe "s'MODULE_PATHNAME'\$(MODULEPATH)'g;s'@extschema@\.''g" > $@ && \ - rm -f [email protected] + #----------------------------------------------------- - ../../liblwgeom/.libs/liblwgeom.a: +-SUBDIRS = liblwgeom ++SUBDIRS = liblwgeom @RASTER@ loader + ifeq (@SUPPORT_POSTGRESQL@,yes) + SUBDIRS += @DEPS_SUBDIR@ libpgcommon postgis regress @TOPOLOGY@ @SFCGAL@ utils doc @EXTENSIONS@ + endif +-SUBDIRS += @RASTER@ loader + + HAVE_SFCGAL=@HAVE_SFCGAL@ + CAN_BUILD_COMMENTS=@CAN_BUILD_COMMENTS@ View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/-/compare/77b314d68fe6509eef3d14d9ff61ea78af51a02a...25276865c00bb5caf1ab2fb50859ba21127a46d9 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/-/compare/77b314d68fe6509eef3d14d9ff61ea78af51a02a...25276865c00bb5caf1ab2fb50859ba21127a46d9 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
