[Git][debian-gis-team/postgis][experimental] 2 commits: Update create_upgrade.pl patch to revert 5aba8471.
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Tue Sep 17 19:43:46 BST 2024
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 <sebastic at debian.org> 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 <sebastic at debian.org>
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 at top_builddir@/postgis/ $< > $@.tmp
-+ $(SQLPP) -I at top_builddir@/postgis/ $< > $@.tmp && \
- grep -v '^#' $@.tmp | \
-- $(PERL) -lpe "s'MODULE_PATHNAME'\$(MODULEPATH)'g;s'@extschema@\.''g" > $@
-+ $(PERL) -lpe "s'MODULE_PATHNAME'\$(MODULEPATH)'g;s'@extschema@\.''g" > $@ && \
- rm -f $@.tmp
+ #-----------------------------------------------------
- ../../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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20240917/680ae656/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list