This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository pdal.
commit b7cfa93cf2813b90f9d3337897ce70c6dffcc343 Author: Bas Couwenberg <[email protected]> Date: Fri Feb 24 10:46:09 2017 +0100 Add upstream patch to fix FTBFS with GCC 7. (closes: #853607) --- debian/changelog | 7 +++++++ debian/patches/0001-Add-include.-Should-fix-1484.patch | 16 ++++++++++++++++ debian/patches/series | 1 + 3 files changed, 24 insertions(+) diff --git a/debian/changelog b/debian/changelog index 2bb7ba6..078aa25 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +pdal (1.4.0-2) UNRELEASED; urgency=medium + + * Add upstream patch to fix FTBFS with GCC 7. + (closes: #853607) + + -- Bas Couwenberg <[email protected]> Fri, 24 Feb 2017 10:45:52 +0100 + pdal (1.4.0-1) unstable; urgency=medium * Update symbols for other architectures. diff --git a/debian/patches/0001-Add-include.-Should-fix-1484.patch b/debian/patches/0001-Add-include.-Should-fix-1484.patch new file mode 100644 index 0000000..748a114 --- /dev/null +++ b/debian/patches/0001-Add-include.-Should-fix-1484.patch @@ -0,0 +1,16 @@ +Description: Add include. Should fix #1484. +Author: Connor Manning <[email protected]> +Origin: https://github.com/PDAL/PDAL/commit/5e04355d8516888e52eca20db7899dde7a29b573 +Bug: https://github.com/PDAL/PDAL/issues/1484 +Bug-Debian: https://bugs.debian.org/853607 + +--- a/vendor/arbiter/arbiter.hpp ++++ b/vendor/arbiter/arbiter.hpp +@@ -55,6 +55,7 @@ SOFTWARE. + #pragma once + + #include <condition_variable> ++#include <functional> + #include <map> + #include <memory> + #include <mutex> diff --git a/debian/patches/series b/debian/patches/series index 9a0779f..915b4f8 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -2,3 +2,4 @@ privacy-breach.patch disable-sphinxcontrib-bibtex.patch use-mathjax-package.patch kfreebsd.patch +0001-Add-include.-Should-fix-1484.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pdal.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

