Codebase list libgeotiff / 5e70872
Add patch to fix FTFBS with PROJ 6.2.0. (closes: #939399) Bas Couwenberg 4 years ago
3 changed file(s) with 29 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 libgeotiff (1.5.1-2) UNRELEASED; urgency=medium
1
2 * Add patch to fix FTFBS with PROJ 6.2.0.
3 (closes: #939399)
4
5 -- Bas Couwenberg <sebastic@debian.org> Wed, 04 Sep 2019 15:54:13 +0200
6
07 libgeotiff (1.5.1-1) unstable; urgency=medium
18
29 * Update gbp.conf to use --source-only-changes by default.
0 Description: Fix FTBFS with PROJ 6.2.0.
1 Author: Bas Couwenberg <sebastic@debian.org>
2 Bug: https://github.com/OSGeo/libgeotiff/issues/22
3 Bug-Debian: https://bugs.debian.org/939399
4
5 --- a/test/testlistgeo_out.dist
6 +++ b/test/testlistgeo_out.dist
7 @@ -1697,11 +1697,11 @@ Geotiff_Information:
8 Keyed_Information:
9 GTModelTypeGeoKey (Short,1): ModelTypeProjected
10 GTRasterTypeGeoKey (Short,1): RasterPixelIsArea
11 - ProjectedCSTypeGeoKey (Short,1): Code-3035 (ETRS89 / LAEA Europe)
12 + ProjectedCSTypeGeoKey (Short,1): Code-3035 (ETRS89-extended / LAEA Europe)
13 End_Of_Keys.
14 End_Of_Geotiff.
15
16 -PCS = 3035 (ETRS89 / LAEA Europe)
17 +PCS = 3035 (ETRS89-extended / LAEA Europe)
18 Projection = 19986 (Europe Equal Area 2001)
19 Projection Method: CT_LambertAzimEqualArea
20 ProjCenterLatGeoKey: 52.000000 ( 52d 0' 0.00"N)
00 0001-GTIFDecToDMS-fix-rounding-issue-refs-16.patch
11 0001-GTIFDecToDMS-avoid-invalid-double-int-cast-on-invali.patch
2 proj-6.2.patch