Package: libgeotiff-dfsg / 1.4.2-2

svn-r2739_Partial-revert-of-r2736.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Description: geotiff.h cpl_serv.h: Partial revert of r2736 to revert back including "geo_config.h" (fixes #81)
 See also: https://bugs.debian.org/836308
Author: Even Rouault <even.rouault@spatialys.com>
Origin: https://trac.osgeo.org/geotiff/changeset/2739
Bug: https://trac.osgeo.org/geotiff/ticket/81

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-09-01 Even Rouault <even dot rouault at spatialys dot com>
+
+	* geotiff.h cpl_serv.h: Partial revert of r2736 to revert back including
+	 "geo_config.h" (#81)
+
 2016-08-18 Even Rouault <even dot rouault at spatialys dot com>
 
 	* Makefile.am: Fix build issue on Windows with cmake by not
--- a/cpl_serv.h
+++ b/cpl_serv.h
@@ -33,7 +33,7 @@
 /*	Standard include files.						*/
 /* ==================================================================== */
 
-#include <geo_config.h>
+#include "geo_config.h"
 #include <stdio.h>
 
 #include <math.h>
--- a/geotiff.h
+++ b/geotiff.h
@@ -32,7 +32,7 @@
 
 #define LIBGEOTIFF_VERSION 1420
 
-#include <geo_config.h>
+#include "geo_config.h"
 #include "geokeys.h"
 
 /**********************************************************************