[pdal] 08/12: Add patch to fix websocketpp detection for greyhound plugin.

Bas Couwenberg sebastic at debian.org
Sat Aug 27 13:10:11 UTC 2016


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

sebastic pushed a commit to branch master-git
in repository pdal.

commit 205979a535bc6e47f50047bcde6343f7fa285ba7
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Apr 30 18:14:27 2016 +0200

    Add patch to fix websocketpp detection for greyhound plugin.
---
 debian/changelog                      |  1 +
 debian/patches/find-websocketpp.patch | 17 +++++++++++++++++
 debian/patches/series                 |  1 +
 3 files changed, 19 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index e4da859..598d774 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ pdal (1.2.0+git20160429-cbe9b08-1) UNRELEASED; urgency=medium
   * Add patch to not require Nitro dependency
     (disable nitfwrap tool by default).
   * Add patch to not require sphinxcontrib.bibtex extension (not packaged).
+  * Add patch to fix websocketpp detection for greyhound plugin.
 
  -- Bas Couwenberg <sebastic at debian.org>  Sat, 30 Apr 2016 15:30:38 +0200
 
diff --git a/debian/patches/find-websocketpp.patch b/debian/patches/find-websocketpp.patch
new file mode 100644
index 0000000..c35624d
--- /dev/null
+++ b/debian/patches/find-websocketpp.patch
@@ -0,0 +1,17 @@
+Description: Fix websocketpp detection.
+ Was removed along with jsoncpp in bd9832cfbd92c1170f31f147cefa619ce1517403.
+Author: Bas Couwenberg <sebastic at debian.org>
+Forwarded: https://github.com/PDAL/PDAL/pull/1236
+Applied-Upstream: https://github.com/PDAL/PDAL/commit/e1b4f0dee27341823a781578c9535c369fc93075
+
+--- a/plugins/greyhound/CMakeLists.txt
++++ b/plugins/greyhound/CMakeLists.txt
+@@ -2,6 +2,8 @@
+ # Greyhound plugin CMake configuration
+ #
+ 
++find_package(WEBSOCKETPP)
++
+ if(JSONCPP_FOUND AND WEBSOCKETPP_FOUND)
+     # add JSONCPP stuff
+     include_directories(${JSONCPP_INCLUDE_DIR})
diff --git a/debian/patches/series b/debian/patches/series
index 6e51bc2..fcc14a4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 privacy-breach.patch
 dont-require-nitro.patch
 dont-require-sphinxcontrib-bibtex.patch
+find-websocketpp.patch

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



More information about the Pkg-grass-devel mailing list