[mapserver] 01/07: Add patch by Thomas Bonfort for missing mapows.h includes.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Fri Jul 10 14:28:58 UTC 2015


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch experimental
in repository mapserver.

commit 95dde8603769838c6ba2a756a07550a0065aa498
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Thu Jul 9 15:45:55 2015 +0200

    Add patch by Thomas Bonfort for missing mapows.h includes.
---
 debian/patches/missing-mapows.h-includes.patch | 42 ++++++++++++++++++++++++++
 debian/patches/series                          |  1 +
 2 files changed, 43 insertions(+)

diff --git a/debian/patches/missing-mapows.h-includes.patch b/debian/patches/missing-mapows.h-includes.patch
new file mode 100644
index 0000000..62e5efb
--- /dev/null
+++ b/debian/patches/missing-mapows.h-includes.patch
@@ -0,0 +1,42 @@
+From 6aa5873862fb86b2b418de990e0b1319ff05b9e7 Mon Sep 17 00:00:00 2001
+From: Thomas Bonfort <thomas.bonfort at gmail.com>
+Date: Thu, 9 Jul 2015 15:24:32 +0200
+Subject: [PATCH] missing mapows.h includes
+
+---
+ mapcontext.c       | 2 +-
+ mapdraw.c          | 1 +
+ mapkmlrenderer.cpp | 1 +
+ 3 files changed, 3 insertions(+), 1 deletion(-)
+
+--- a/mapcontext.c
++++ b/mapcontext.c
+@@ -27,7 +27,7 @@
+  ****************************************************************************/
+ 
+ #include "mapserver.h"
+-
++#include "mapows.h"
+ 
+ 
+ #if defined(USE_WMS_LYR) && defined(USE_OGR)
+--- a/mapdraw.c
++++ b/mapdraw.c
+@@ -33,6 +33,7 @@
+ #include "maptime.h"
+ #include "mapcopy.h"
+ #include "mapfile.h"
++#include "mapows.h"
+ 
+ 
+ /* msPrepareImage()
+--- a/mapkmlrenderer.cpp
++++ b/mapkmlrenderer.cpp
+@@ -34,6 +34,7 @@
+ #include "maperror.h"
+ #include "mapkmlrenderer.h"
+ #include "mapio.h"
++#include "mapows.h"
+ 
+ #if defined(USE_OGR)
+ #  include "cpl_conv.h"
diff --git a/debian/patches/series b/debian/patches/series
index 0162ab6..0d0d954 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -6,3 +6,4 @@ cmake-mapserver-export.patch
 java-hardening.patch
 consistent-typo.patch
 unknown-typo.patch
+missing-mapows.h-includes.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/mapserver.git



More information about the Pkg-grass-devel mailing list