[liblas] 01/08: Add build dependency on liblaszip-dev for compression support.
Bas Couwenberg
sebastic at xs4all.nl
Sat Jun 7 16:44:08 UTC 2014
This is an automated email from the git hooks/post-receive script.
sebastic-guest pushed a commit to branch master
in repository liblas.
commit dd0473026610874a2c12f430cd5772061a3368ef
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Fri Jun 6 13:58:17 2014 +0200
Add build dependency on liblaszip-dev for compression support.
---
debian/changelog | 6 ++++++
debian/control | 1 +
debian/rules | 1 +
3 files changed, 8 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index cc44c25..aa6ae65 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+liblas (1.7.0+dfsg-6) UNRELEASED; urgency=medium
+
+ * Add build dependency on liblaszip-dev for compression support.
+
+ -- Bas Couwenberg <sebastic at xs4all.nl> Fri, 06 Jun 2014 13:56:59 +0200
+
liblas (1.7.0+dfsg-5) unstable; urgency=low
* Add myself to Uploaders.
diff --git a/debian/control b/debian/control
index 6d5d355..a582f6f 100644
--- a/debian/control
+++ b/debian/control
@@ -13,6 +13,7 @@ Build-Depends: debhelper (>= 9),
libboost-dev,
libboost-program-options-dev,
libboost-thread-dev,
+ liblaszip-dev,
python-all-dev,
python-setuptools,
dh-python,
diff --git a/debian/rules b/debian/rules
index 026b09b..58d61f5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,6 +20,7 @@ override_dh_auto_configure:
-DCMAKE_VERBOSE_MAKEFILE=1 \
-DWITH_GDAL=TRUE \
-DWITH_GEOTIFF=TRUE \
+ -DWITH_LASZIP=TRUE \
-DGEOTIFF_INCLUDE_DIR=/usr/include/geotiff
override_dh_auto_configure-indep:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/liblas.git
More information about the Pkg-grass-devel
mailing list