[grass] 02/02: Enable PDAL support.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sat Apr 9 17:55:56 UTC 2016


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

sebastic pushed a commit to branch master-svn
in repository grass.

commit e28cccc25b5288883295b6582aaf4c0d4d112316
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Apr 9 19:39:03 2016 +0200

    Enable PDAL support.
---
 debian/changelog  | 1 +
 debian/control    | 1 +
 debian/control.in | 1 +
 debian/rules      | 1 +
 4 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index d4c2148..7b7923b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,7 @@ grass (7.1.svn20160409-1) UNRELEASED; urgency=medium
   * Add jquery.fixedheadertable.js to missing-sources.
   * Remove empty files (class_graphical).
   * Enable bzip2 support.
+  * Enable PDAL support.
 
  -- Bas Couwenberg <sebastic at debian.org>  Sat, 09 Apr 2016 12:50:12 +0200
 
diff --git a/debian/control b/debian/control
index b592c61..4188e29 100644
--- a/debian/control
+++ b/debian/control
@@ -14,6 +14,7 @@ Build-Depends: autoconf2.13,
                bison,
                graphviz,
                libbz2-dev,
+               libpdal-dev,
                libmotif-dev | lesstif2-dev,
                libcairo2-dev,
                libfftw3-dev,
diff --git a/debian/control.in b/debian/control.in
index b20e1ea..6f502ab 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -14,6 +14,7 @@ Build-Depends: autoconf2.13,
                bison,
                graphviz,
                libbz2-dev,
+               libpdal-dev,
                libmotif-dev | lesstif2-dev,
                libcairo2-dev,
                libfftw3-dev,
diff --git a/debian/rules b/debian/rules
index 8119958..c9bef36 100755
--- a/debian/rules
+++ b/debian/rules
@@ -73,6 +73,7 @@ override_dh_auto_configure: templates
                     --enable-socket \
                     --enable-shared \
                     --with-bzlib \
+                    --with-pdal \
                     --with-postgres \
                     --with-mysql \
                     --with-cxx \

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



More information about the Pkg-grass-devel mailing list