r43807 - in /packages/pcl/trunk/debian: control rules

malat-guest at users.alioth.debian.org malat-guest at users.alioth.debian.org
Tue Aug 23 15:27:09 UTC 2011


Author: malat-guest
Date: Tue Aug 23 15:27:08 2011
New Revision: 43807

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=43807
Log:
Fix configuration

Modified:
    packages/pcl/trunk/debian/control
    packages/pcl/trunk/debian/rules

Modified: packages/pcl/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/pcl/trunk/debian/control?rev=43807&op=diff
==============================================================================
--- packages/pcl/trunk/debian/control (original)
+++ packages/pcl/trunk/debian/control Tue Aug 23 15:27:08 2011
@@ -6,7 +6,7 @@
 Uploaders: Mathieu Malaterre <mathieu.malaterre at gmail.com>
 Build-Depends: debhelper (>= 7.0.50~), cmake (>= 2.8.2), libeigen3-dev,
  libflann-dev, libcminpack-dev, libvtk5-dev (>= 5.6.1), libqhull-dev,
- libusb-1.0-0-dev, libwxgtk2.8-dev libboost-system1.46-dev,
+ libusb-1.0-0-dev, libwxgtk2.8-dev, libboost-system1.46-dev,
  libboost-filesystem1.46-dev, libboost-thread1.46-dev,
  libboost-date-time1.46-dev
 Standards-Version: 3.9.2

Modified: packages/pcl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/pcl/trunk/debian/rules?rev=43807&op=diff
==============================================================================
--- packages/pcl/trunk/debian/rules (original)
+++ packages/pcl/trunk/debian/rules Tue Aug 23 15:27:08 2011
@@ -11,6 +11,12 @@
 
 %:
 	dh --parallel --with quilt --buildsystem=cmake $@ 
+
+override_dh_auto_configure:
+	dh_auto_configure -- -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_SKIP_RPATH:BOOL=ON -DBUILD_apps:BOOL=OFF -DBUILD_TESTS:BOOL=OFF -DBUILD_documentation:BOOL=OFF
+
+override_dh_auto_test:
+	# remove test for now
 
 VER_MAJOR = 1
 VER_MINOR = 1




More information about the debian-science-commits mailing list