diff -Nru libgeotiff-1.5.1/debian/changelog libgeotiff-1.5.1/debian/changelog --- libgeotiff-1.5.1/debian/changelog 2019-08-25 13:31:39.000000000 +0000 +++ libgeotiff-1.5.1/debian/changelog 2019-09-04 14:05:10.000000000 +0000 @@ -1,3 +1,10 @@ +libgeotiff (1.5.1-2) unstable; urgency=medium + + * Add patch to fix FTFBS with PROJ 6.2.0. + (closes: #939399) + + -- Bas Couwenberg Wed, 04 Sep 2019 16:05:10 +0200 + libgeotiff (1.5.1-1) unstable; urgency=medium * Update gbp.conf to use --source-only-changes by default. diff -Nru libgeotiff-1.5.1/debian/patches/proj-6.2.patch libgeotiff-1.5.1/debian/patches/proj-6.2.patch --- libgeotiff-1.5.1/debian/patches/proj-6.2.patch 1970-01-01 00:00:00.000000000 +0000 +++ libgeotiff-1.5.1/debian/patches/proj-6.2.patch 2019-09-04 14:04:38.000000000 +0000 @@ -0,0 +1,21 @@ +Description: Fix FTBFS with PROJ 6.2.0. +Author: Bas Couwenberg +Bug: https://github.com/OSGeo/libgeotiff/issues/22 +Bug-Debian: https://bugs.debian.org/939399 + +--- a/test/testlistgeo_out.dist ++++ b/test/testlistgeo_out.dist +@@ -1697,11 +1697,11 @@ Geotiff_Information: + Keyed_Information: + GTModelTypeGeoKey (Short,1): ModelTypeProjected + GTRasterTypeGeoKey (Short,1): RasterPixelIsArea +- ProjectedCSTypeGeoKey (Short,1): Code-3035 (ETRS89 / LAEA Europe) ++ ProjectedCSTypeGeoKey (Short,1): Code-3035 (ETRS89-extended / LAEA Europe) + End_Of_Keys. + End_Of_Geotiff. + +-PCS = 3035 (ETRS89 / LAEA Europe) ++PCS = 3035 (ETRS89-extended / LAEA Europe) + Projection = 19986 (Europe Equal Area 2001) + Projection Method: CT_LambertAzimEqualArea + ProjCenterLatGeoKey: 52.000000 ( 52d 0' 0.00"N) diff -Nru libgeotiff-1.5.1/debian/patches/series libgeotiff-1.5.1/debian/patches/series --- libgeotiff-1.5.1/debian/patches/series 2019-04-02 04:54:58.000000000 +0000 +++ libgeotiff-1.5.1/debian/patches/series 2019-09-04 14:02:41.000000000 +0000 @@ -1,2 +1,3 @@ 0001-GTIFDecToDMS-fix-rounding-issue-refs-16.patch 0001-GTIFDecToDMS-avoid-invalid-double-int-cast-on-invali.patch +proj-6.2.patch