Bas Couwenberg pushed to branch experimental at Debian GIS Project / postgis
Commits: 61faaabd by Bas Couwenberg at 2023-07-20T09:40:03+02:00 Add upstream patch to create installdirs before install-upgrade-paths. https://trac.osgeo.org/postgis/ticket/5444 - - - - - 83a578ef by Bas Couwenberg at 2023-07-20T09:40:19+02:00 Set distribution to experimental. - - - - - 3 changed files: - debian/changelog - + debian/patches/install-upgrade-paths.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +postgis (3.4.0~beta1+dfsg-1~exp6) experimental; urgency=medium + + * Add upstream patch to create installdirs before install-upgrade-paths. + https://trac.osgeo.org/postgis/ticket/5444 + + -- Bas Couwenberg <[email protected]> Thu, 20 Jul 2023 09:40:04 +0200 + postgis (3.4.0~beta1+dfsg-1~exp5) experimental; urgency=medium * Ignore test failure on i386. ===================================== debian/patches/install-upgrade-paths.patch ===================================== @@ -0,0 +1,15 @@ +Description: Fix postgis.pl failure. +Author: Sandro Santilli <[email protected]> +Bug: https://trac.osgeo.org/postgis/ticket/5444 + +--- a/extensions/upgrade-paths-rules.mk ++++ b/extensions/upgrade-paths-rules.mk +@@ -18,7 +18,7 @@ install: install-upgrade-paths + # ALTER EXTENSION postgis UPDATE TO 'ANY'; + # ALTER EXTENSION postgis UPDATE; + # +-install-upgrade-paths: tag-as-any ++install-upgrade-paths: installdirs tag-as-any + tpl='$(EXTENSION)--ANY--$(EXTVERSION).sql'; \ + $(INSTALL_DATA) sql/$${tpl} "$(EXTDIR)/$${tpl}"; \ + $(INSTALL_DATA) "sql/$(TAG_UPGRADE)" "$(EXTDIR)/$(TAG_UPGRADE)"; \ ===================================== debian/patches/series ===================================== @@ -5,3 +5,4 @@ destdir.patch install.patch pr132.patch powerpc.patch +install-upgrade-paths.patch View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/-/compare/e722c4de06de73b4e5a9026dc5344311c7063ef4...83a578ef0f680e5cf1fd64d0144f2e8efda76b88 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/-/compare/e722c4de06de73b4e5a9026dc5344311c7063ef4...83a578ef0f680e5cf1fd64d0144f2e8efda76b88 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
