Bas Couwenberg pushed to branch experimental at Debian GIS Project / postgis
Commits: db125ed5 by Bas Couwenberg at 2024-09-17T07:41:07+02:00 Add patch to fix FTBFS caused by create_upgrade.pl failing. - - - - - 77b314d6 by Bas Couwenberg at 2024-09-17T07:41:16+02:00 Set distribution to experimental. - - - - - 3 changed files: - debian/changelog - + debian/patches/create_upgrade.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +postgis (3.5.0~beta1+dfsg-1~exp2) experimental; urgency=medium + + * Add patch to fix FTBFS caused by create_upgrade.pl failing. + + -- Bas Couwenberg <[email protected]> Tue, 17 Sep 2024 07:41:08 +0200 + postgis (3.5.0~beta1+dfsg-1~exp1) experimental; urgency=medium * New upstream beta release. ===================================== debian/patches/create_upgrade.patch ===================================== @@ -0,0 +1,18 @@ +Description: Fix create_upgrade.pl failure. +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 + # + %.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: ===================================== debian/patches/series ===================================== @@ -1,3 +1,4 @@ relax-test-timing-constraints.patch chaikin incorrect-path-for-interpreter.patch +create_upgrade.patch View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/-/compare/bd48adf04972c65656e9eda637ff854372a8ac80...77b314d68fe6509eef3d14d9ff61ea78af51a02a -- View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/-/compare/bd48adf04972c65656e9eda637ff854372a8ac80...77b314d68fe6509eef3d14d9ff61ea78af51a02a 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
