Bas Couwenberg pushed to branch master at Debian GIS Project / libapache2-mod-tile
Commits: 1585a75a by Bas Couwenberg at 2019-07-18T17:59:41Z Add patch by Boris Shtrasman to use libinitparser package. - - - - - 4 changed files: - debian/changelog - debian/control - + debian/patches/iniparser.patch - + debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -6,6 +6,7 @@ libapache2-mod-tile (0.4+git20170108-e25bfdb-1) UNRELEASED; urgency=medium * Bump Standards-Version to 4.4.0, no changes. * Update watch file to limit matches to archive path. * Update gbp.conf to use --source-only-changes by default. + * Add patch by Boris Shtrasman to use libinitparser package. -- Bas Couwenberg <[email protected]> Sun, 14 Jul 2019 13:26:28 +0200 ===================================== debian/control ===================================== @@ -9,6 +9,7 @@ Build-Depends: debhelper (>= 9), apache2-dev, libcairo2-dev, libcurl4-gnutls-dev | libcurl-ssl-dev, + libiniparser-dev, libmapnik-dev | libmapnik2-dev Standards-Version: 4.4.0 Vcs-Browser: https://salsa.debian.org/debian-gis-team/libapache2-mod-tile ===================================== debian/patches/iniparser.patch ===================================== @@ -0,0 +1,25 @@ +Description: Support libiniparser package. +Author: Boris Shtrasman <[email protected]> + +--- a/configure.ac ++++ b/configure.ac +@@ -75,7 +75,7 @@ if test "$APXS" = "reject"; then + fi + + AC_SEARCH_LIBS([iniparser_load], [iniparser], [ +- AC_CHECK_HEADERS([iniparser.h], [have_system_iniparser=yes]) ++ AC_CHECK_HEADERS([iniparser/iniparser.h], [have_system_iniparser=yes]) + ]) + AM_CONDITIONAL([SYSTEM_LIBINIPARSER], [test "x$have_system_iniparser" = "xyes"]) + if test "x$have_system_iniparser" = "xyes"; then +--- a/src/daemon.c ++++ b/src/daemon.c +@@ -29,7 +29,7 @@ + #define PIDFILE "/var/run/renderd/renderd.pid" + + #if SYSTEM_LIBINIPARSER +-#include <iniparser.h> ++#include <iniparser/iniparser.h> + #else + // extern "C" { + #include "iniparser3.0b/src/iniparser.h" ===================================== debian/patches/series ===================================== @@ -0,0 +1 @@ +iniparser.patch View it on GitLab: https://salsa.debian.org/debian-gis-team/libapache2-mod-tile/commit/1585a75a94b92727727b57dda148cb02df976d05 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/libapache2-mod-tile/commit/1585a75a94b92727727b57dda148cb02df976d05 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
