Codebase list libgeotiff / 1f71f48
Refresh patches. Bas Couwenberg 5 years ago
4 changed file(s) with 2 addition(s) and 41 deletion(s). Raw diff Collapse all Expand all
22 * New upstream release candidate.
33 * Bump Standards-Version to 4.2.1, no changes.
44 * Add Build-Depends-Package field to symbols file.
5 * Refresh patches.
56
67 -- Bas Couwenberg <sebastic@debian.org> Fri, 07 Dec 2018 20:39:34 +0100
78
6060 - csv/unit_of_measure.c
6161 -endif
6262 -
63 libgeotiff_la_LDFLAGS = -version-info 3:2:1
63 libgeotiff_la_LDFLAGS = -version-info 4:0:2
6464
6565 libgeotiff_la_LIBADD = libxtiff/libxtiff.la
00 drop-epsg-data-installation.patch
1 svn-r2739_Partial-revert-of-r2736.patch
+0
-39
debian/patches/svn-r2739_Partial-revert-of-r2736.patch less more
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 /**********************************************************************