Codebase list libgeotiff / b5d6e86
Add upstream patch to revert back including "geo_config.h". Caused librasterlite2 configure to fail (#836308). Bas Couwenberg 7 years ago
3 changed file(s) with 47 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 libgeotiff-dfsg (1.4.2-2) UNRELEASED; urgency=medium
1
2 * Add upstream patch to revert back including "geo_config.h".
3 Caused librasterlite2 configure to fail (#836308).
4
5 -- Bas Couwenberg <sebastic@debian.org> Thu, 01 Sep 2016 18:41:21 +0200
6
07 libgeotiff-dfsg (1.4.2-1) unstable; urgency=medium
18
29 * New upstream release.
00 drop-epsg-data-installation.patch
1 svn-r2739_Partial-revert-of-r2736.patch
0 Description: geotiff.h cpl_serv.h: Partial revert of r2736 to revert back including "geo_config.h" (fixes #81)
1 See also: https://bugs.debian.org/836308
2 Author: Even Rouault <even.rouault@spatialys.com>
3 Origin: https://trac.osgeo.org/geotiff/changeset/2739
4 Bug: https://trac.osgeo.org/geotiff/ticket/81
5
6 --- a/ChangeLog
7 +++ b/ChangeLog
8 @@ -1,3 +1,8 @@
9 +2016-09-01 Even Rouault <even dot rouault at spatialys dot com>
10 +
11 + * geotiff.h cpl_serv.h: Partial revert of r2736 to revert back including
12 + "geo_config.h" (#81)
13 +
14 2016-08-18 Even Rouault <even dot rouault at spatialys dot com>
15
16 * Makefile.am: Fix build issue on Windows with cmake by not
17 --- a/cpl_serv.h
18 +++ b/cpl_serv.h
19 @@ -33,7 +33,7 @@
20 /* Standard include files. */
21 /* ==================================================================== */
22
23 -#include <geo_config.h>
24 +#include "geo_config.h"
25 #include <stdio.h>
26
27 #include <math.h>
28 --- a/geotiff.h
29 +++ b/geotiff.h
30 @@ -32,7 +32,7 @@
31
32 #define LIBGEOTIFF_VERSION 1420
33
34 -#include <geo_config.h>
35 +#include "geo_config.h"
36 #include "geokeys.h"
37
38 /**********************************************************************