[pdal] 04/16: Explicitly enable bash completion, no longer enabled by default.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Fri Apr 1 23:02:32 UTC 2016


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

sebastic pushed a commit to branch master
in repository pdal.

commit 174ef7c3a133eef28560571af426e163f8d268ce
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Apr 1 12:04:54 2016 +0200

    Explicitly enable bash completion, no longer enabled by default.
---
 debian/changelog | 1 +
 debian/rules     | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 9205b7e..bbaacf9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ pdal (1.2.0-1) UNRELEASED; urgency=medium
   * New upstream release.
   * Fix libpdal-dev suggests.
   * Override dh_python2 to call dh_numpy too.
+  * Explicitly enable bash completion, no longer enabled by default.
 
  -- Bas Couwenberg <sebastic at debian.org>  Fri, 01 Apr 2016 12:01:50 +0200
 
diff --git a/debian/rules b/debian/rules
index b67aaf1..34d8546 100755
--- a/debian/rules
+++ b/debian/rules
@@ -42,7 +42,8 @@ override_dh_auto_configure:
 	                     -DBUILD_PLUGIN_ICEBRIDGE=ON \
 	                     -DBUILD_PLUGIN_PCL=ON \
 	                     -DBUILD_PLUGIN_PYTHON=ON \
-	                     -DBUILD_PLUGIN_SQLITE=ON
+	                     -DBUILD_PLUGIN_SQLITE=ON \
+	                     -DWITH_COMPLETION=ON
 
 override_dh_auto_build:
 	# Create man pages from DocBook XML

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



More information about the Pkg-grass-devel mailing list