This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository qmapshack.
commit fa7ba9c02ae7d89a79cc7da4697a9b83bbf92e10 Author: Bas Couwenberg <[email protected]> Date: Sun Mar 26 15:37:02 2017 +0200 Add patch to fix quazip.h search paths. --- debian/changelog | 1 + debian/patches/quazip.patch | 16 ++++++++++++++++ debian/patches/series | 1 + 3 files changed, 18 insertions(+) diff --git a/debian/changelog b/debian/changelog index 13df328..cc3b2ec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ qmapshack (1.8.0-1) UNRELEASED; urgency=medium - Add Michel Durand & Norbert Truchsess to copyright holders * Drop patches, applied upstream. * Add libquazip5-dev to build dependencies. + * Add patch to fix quazip.h search paths. -- Bas Couwenberg <[email protected]> Sun, 26 Mar 2017 13:47:56 +0200 diff --git a/debian/patches/quazip.patch b/debian/patches/quazip.patch new file mode 100644 index 0000000..08a917f --- /dev/null +++ b/debian/patches/quazip.patch @@ -0,0 +1,16 @@ +Description: Add search paths for quazip headers. +Author: Bas Couwenberg <[email protected]> + +--- a/cmake/Modules/FindQuaZip.cmake ++++ b/cmake/Modules/FindQuaZip.cmake +@@ -29,6 +29,10 @@ else (QUAZIP_LIBRARIES AND QUAZIP_INCLUD + /usr/local/include/quazip5 + /opt/local/include/quazip5 + /sw/include/quazip5 ++ /usr/include/quazip ++ /usr/local/include/quazip ++ /opt/local/include/quazip ++ /sw/include/quazip + ${CMAKE_INSTALL_PREFIX}/include + ${QUAZIP_DEV_PATH}/include/ + ) diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..eb175f0 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +quazip.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/qmapshack.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

