Bas Couwenberg pushed to branch master at Debian GIS Project / libgeotiff
Commits: fcc8abdb by Bas Couwenberg at 2022-11-26T09:59:37+01:00 Add patch to fix FTBFS with PROJ 9.1.1. - - - - - 3 changed files: - debian/changelog - + debian/patches/proj-9.1.1.patch - + debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -2,6 +2,7 @@ libgeotiff (1.7.1-2) UNRELEASED; urgency=medium * Bump Standards-Version to 4.6.1, no changes. * Drop obsolete dh_strip override, dbgsym migration complete. + * Add patch to fix FTBFS with PROJ 9.1.1. -- Bas Couwenberg <[email protected]> Tue, 21 Jun 2022 07:10:13 +0200 ===================================== debian/patches/proj-9.1.1.patch ===================================== @@ -0,0 +1,30 @@ +Description: Fix test failure with PROJ 9.1.1. +Author: Bas Couwenberg <[email protected]> +Bug: https://github.com/OSGeo/libgeotiff/issues/81 + +--- a/test/testlistgeo_out.dist ++++ b/test/testlistgeo_out.dist +@@ -300,9 +300,9 @@ Prime Meridian: 8901/Greenwich (0.000000 + Projection Linear Units: 9001/metre (1.000000m) + + Corner Coordinates: +-Upper Left ( 440720.000, 3751320.000) ( 40d47'28.08"E, 64d13'29.57"N) ++Upper Left ( 440720.000, 3751320.000) ( 40d47'28.08"E, 64d13'29.56"N) + Lower Left ( 440720.000, 3751260.000) ( 40d47'27.69"E, 64d13'27.64"N) +-Upper Right ( 440780.000, 3751320.000) ( 40d47'32.51"E, 64d13'29.40"N) ++Upper Right ( 440780.000, 3751320.000) ( 40d47'32.51"E, 64d13'29.39"N) + Lower Right ( 440780.000, 3751260.000) ( 40d47'32.12"E, 64d13'27.47"N) + Center ( 440750.000, 3751290.000) ( 40d47'30.10"E, 64d13'28.52"N) + +@@ -349,9 +349,9 @@ Projection Method: CT_CassiniSoldner + Projection Linear Units: 9001/metre (1.000000m) + + Corner Coordinates: +-Upper Left ( 440720.000, 3751320.000) ( 40d47'28.08"E, 64d13'29.57"N) ++Upper Left ( 440720.000, 3751320.000) ( 40d47'28.08"E, 64d13'29.56"N) + Lower Left ( 440720.000, 3751260.000) ( 40d47'27.69"E, 64d13'27.64"N) +-Upper Right ( 440780.000, 3751320.000) ( 40d47'32.51"E, 64d13'29.40"N) ++Upper Right ( 440780.000, 3751320.000) ( 40d47'32.51"E, 64d13'29.39"N) + Lower Right ( 440780.000, 3751260.000) ( 40d47'32.12"E, 64d13'27.47"N) + Center ( 440750.000, 3751290.000) ( 40d47'30.10"E, 64d13'28.52"N) + ===================================== debian/patches/series ===================================== @@ -0,0 +1 @@ +proj-9.1.1.patch View it on GitLab: https://salsa.debian.org/debian-gis-team/libgeotiff/-/commit/fcc8abdb2e09f4c5b7e04f21c5b14b021c62f5ae -- View it on GitLab: https://salsa.debian.org/debian-gis-team/libgeotiff/-/commit/fcc8abdb2e09f4c5b7e04f21c5b14b021c62f5ae 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
