[grass] 08/16: Enable PDAL support.
Bas Couwenberg
sebastic at debian.org
Fri Oct 28 14:16:35 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch experimental
in repository grass.
commit 6d5335a8fe11970ad36f2b0b6f06a99a525dff09
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 f6d1dc2..e2e1444 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ grass (7.2.0~rc1-1) UNRELEASED; urgency=medium
* Drop Conflicts/Provides/Replaces for old upstream GRASS 7.0 packages.
* Refresh patches.
* Enable bzip2 support.
+ * Enable PDAL support.
-- Bas Couwenberg <sebastic at debian.org> Fri, 28 Oct 2016 12:44:55 +0200
diff --git a/debian/control b/debian/control
index 9ecf361..3b25933 100644
--- a/debian/control
+++ b/debian/control
@@ -28,6 +28,7 @@ Build-Depends: autoconf2.13,
default-libmysqlclient-dev,
libncurses5-dev,
libnetcdf-dev,
+ libpdal-dev,
libpng-dev,
libpq-dev,
libproj-dev,
diff --git a/debian/control.in b/debian/control.in
index e96b773..8bc6c6e 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -28,6 +28,7 @@ Build-Depends: autoconf2.13,
default-libmysqlclient-dev,
libncurses5-dev,
libnetcdf-dev,
+ libpdal-dev,
libpng-dev,
libpq-dev,
libproj-dev,
diff --git a/debian/rules b/debian/rules
index f757956..891154e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -94,6 +94,7 @@ override_dh_auto_configure: templates
--with-netcdf \
--with-nls \
--with-odbc \
+ --with-pdal \
--with-postgres \
--with-postgres-includes=$(shell pg_config --includedir) \
--with-proj-share=/usr/share/proj \
--
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