[pcl] 02/19: Changing cmake options

Leopold Palomo-Avellaneda lepalom-guest at moszumanska.debian.org
Tue Apr 8 12:48:42 UTC 2014


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

lepalom-guest pushed a commit to branch master
in repository pcl.

commit 4ccc6e0922c0f1f67c7c947ab68251a2ca739ae3
Author: Leopold Palomo <leopold.palomo at upc.edu>
Date:   Fri Apr 4 12:50:32 2014 +0200

    Changing cmake options
---
 debian/rules | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 411cbba..613a60b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,14 +27,16 @@ override_dh_auto_configure:
 	-DBUILD_kdtree=ON -DBUILD_keypoints=ON -DBUILD_octree=ON	\
 	-DBUILD_registration=ON -DBUILD_sample_consensus=ON		\
 	-DBUILD_search=ON -DBUILD_segmentation=ON -DBUILD_surface=ON	\
-	-DBUILD_tools=ON -DBUILD_tracking=ON -DBUILD_visualization=ON
+	-DBUILD_tools=ON -DBUILD_tracking=ON -DBUILD_visualization=ON   \
+	-DBUILD_app_cloud_composer=ON -DBUILD_app_modeler=ON            \
+	-DBUILD_app_point_cloud_editor=ON 
 
 override_dh_auto_build:
 	dh_auto_build -- # Compile the software.
 	dh_auto_build -- doc # Generate Doxygen HTML documentation.
 
 override_dh_strip:
-	dh_strip -a --dbg-package=libpcl1.6-dbg
+	dh_strip -a --dbg-package=libpcl1.7-dbg
 
 %:
 	dh  $@ --parallel --with pkgkde-symbolshelper

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pcl.git



More information about the debian-science-commits mailing list