[pktools] 21/28: Add patch to build & install pklas2img.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Wed May 18 10:03:07 UTC 2016


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

sebastic pushed a commit to branch master
in repository pktools.

commit c82783dd4c96ba277b8fd3409cc9691b61051e04
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Wed May 18 09:04:41 2016 +0200

    Add patch to build & install pklas2img.
---
 debian/changelog                     |  1 +
 debian/patches/build-pklas2img.patch | 16 ++++++++++++++++
 debian/patches/series                |  1 +
 3 files changed, 18 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index d55a3bc..454fc78 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,7 @@ pktools (2.6.7-1) UNRELEASED; urgency=medium
   * Add patch to fix pkg-config install path.
   * Install pktools-config in dev package.
   * Add patch to fix spelling errors.
+  * Add patch to build & install pklas2img.
 
  -- Bas Couwenberg <sebastic at debian.org>  Tue, 17 May 2016 20:46:48 +0200
 
diff --git a/debian/patches/build-pklas2img.patch b/debian/patches/build-pklas2img.patch
new file mode 100644
index 0000000..068fd87
--- /dev/null
+++ b/debian/patches/build-pklas2img.patch
@@ -0,0 +1,16 @@
+Description: Build pklas2img when liblas support is enabled.
+Author: Bas Couwenberg <sebastic at debian.org>
+
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -298,6 +298,10 @@ set(PKUTILITIES
+   pkkalman
+   )
+ 
++set(PKLASUTILITIES
++	pklas2img
++)
++
+ set(PKFANNUTILITIES
+ 	pkann
+ 	pkfsann
diff --git a/debian/patches/series b/debian/patches/series
index 086904f..f2bb4a6 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 soversion.patch
 pkg-config-install-path.patch
 spelling-errors.patch
+build-pklas2img.patch

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



More information about the Pkg-grass-devel mailing list