[grass] 03/03: Disable libLAS support.
Bas Couwenberg
sebastic at debian.org
Mon Sep 19 09:34:20 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch jessie-backports
in repository grass.
commit 6d620f14edca51d6574b337e59bf0bc4ec3cd43c
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Tue Jul 5 00:51:14 2016 +0200
Disable libLAS support.
---
debian/changelog | 1 +
debian/control | 1 -
debian/control.in | 1 -
debian/rules | 2 +-
4 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index d3616ee..3c1d5d9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ grass (7.0.4-3~bpo8+1) jessie-backports; urgency=medium
* Rebuild for jessie-backports.
* Update branch in gbp.conf & Vcs-Git URL.
* Drop version constraints for libgdal-dev & liblas-c-dev.
+ * Disable libLAS support.
-- Bas Couwenberg <sebastic at debian.org> Tue, 05 Jul 2016 00:20:51 +0200
diff --git a/debian/control b/debian/control
index 6d6d253..cd825c3 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,6 @@ Build-Depends: autoconf2.13,
libglu1-mesa-dev,
libjpeg-dev,
liblapack-dev,
- liblas-c-dev,
libmotif-dev | lesstif2-dev,
libmysqlclient-dev,
libncurses5-dev,
diff --git a/debian/control.in b/debian/control.in
index c806c0f..421d0df 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -22,7 +22,6 @@ Build-Depends: autoconf2.13,
libglu1-mesa-dev,
libjpeg-dev,
liblapack-dev,
- liblas-c-dev,
libmotif-dev | lesstif2-dev,
libmysqlclient-dev,
libncurses5-dev,
diff --git a/debian/rules b/debian/rules
index 710db80..facce1a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -81,7 +81,7 @@ override_dh_auto_configure: templates
--with-gdal \
--with-geos \
--with-lapack \
- --with-liblas=/usr/bin/liblas-config \
+ --with-liblas=no \
--with-motif \
--with-mysql \
--with-mysql-includes=$(shell mysql_config --include | sed -e 's/-I//') \
--
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