Bas Couwenberg pushed to branch master at Debian GIS Project / postgis
Commits: 193d5ab7 by Bas Couwenberg at 2023-06-12T21:34:05+02:00 Bump debhelper compat to 13. - - - - - 050b17bf by Bas Couwenberg at 2023-06-12T22:12:32+02:00 Add patch to fix FTBFS with PROJ 9.2. - - - - - 5 changed files: - debian/changelog - debian/control - debian/control.in - + debian/patches/proj-9.2.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +postgis (3.3.3+dfsg-2) UNRELEASED; urgency=medium + + * Bump debhelper compat to 13. + * Add patch to fix FTBFS with PROJ 9.2. + + -- Bas Couwenberg <[email protected]> Mon, 12 Jun 2023 21:33:54 +0200 + postgis (3.3.3+dfsg-1) unstable; urgency=medium * Ignore autopkgtest failure on armel/armhf, sfcgal not available there. ===================================== debian/control ===================================== @@ -10,7 +10,7 @@ Priority: optional Build-Depends: bison, dctrl-tools, dblatex, - debhelper-compat (= 12), + debhelper-compat (= 13), docbook, docbook-xsl, dpkg-dev (>= 1.16.1~), ===================================== debian/control.in ===================================== @@ -10,7 +10,7 @@ Priority: optional Build-Depends: bison, dctrl-tools, dblatex, - debhelper-compat (= 12), + debhelper-compat (= 13), docbook, docbook-xsl, dpkg-dev (>= 1.16.1~), ===================================== debian/patches/proj-9.2.patch ===================================== @@ -0,0 +1,14 @@ +Description: Fix test failure with PROJ 9.2. +Author: Bas Couwenberg <[email protected]> +Bug: https://trac.osgeo.org/postgis/ticket/5316 + +--- a/regress/core/regress_proj_4890_expected ++++ b/regress/core/regress_proj_4890_expected +@@ -1 +1 @@ +-4890|POINT(-122.4859 49.4531) ++ERROR: transform: File not found or invalid (1029) +--- a/regress/core/regress_proj_cache_overflow_expected ++++ b/regress/core/regress_proj_cache_overflow_expected +@@ -1 +1 @@ +-13|147 ++ERROR: transform: File not found or invalid (1029) ===================================== debian/patches/series ===================================== @@ -1,3 +1,4 @@ relax-test-timing-constraints.patch chaikin incorrect-path-for-interpreter.patch +proj-9.2.patch View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/-/compare/b1fdd4855ebd18595da88946ede986c713316ae5...050b17bf2fa3ba1d5d3134ae452bcbf216848cd3 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/-/compare/b1fdd4855ebd18595da88946ede986c713316ae5...050b17bf2fa3ba1d5d3134ae452bcbf216848cd3 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
