r44113 - in /packages/pcl/trunk/debian: control copyright rules
malat-guest at users.alioth.debian.org
malat-guest at users.alioth.debian.org
Fri Dec 9 22:13:31 UTC 2011
Author: malat-guest
Date: Fri Dec 9 22:13:31 2011
New Revision: 44113
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=44113
Log:
some tweaking
Modified:
packages/pcl/trunk/debian/control
packages/pcl/trunk/debian/copyright
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=44113&op=diff
==============================================================================
--- packages/pcl/trunk/debian/control (original)
+++ packages/pcl/trunk/debian/control Fri Dec 9 22:13:31 2011
@@ -4,16 +4,16 @@
Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
DM-Upload-Allowed: yes
Uploaders: Mathieu Malaterre <mathieu.malaterre at gmail.com>
-Build-Depends: debhelper (>= 7.0.50~), cmake (>= 2.8.2), libeigen3-dev,
+Build-Depends: debhelper (>= 8), 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-system-dev,
- libboost-filesystem-dev, libboost-thread-dev, quilt,
+ libboost-filesystem-dev, libboost-thread-dev,
libboost-date-time-dev,
libpq-dev
Standards-Version: 3.9.2
Homepage: http://pointclouds.org/
-Vcs-Browser: http://svn.debian.org/wsvn/debian-science/packages/pcl/trunk/?rev=0&sc=0
-Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/pcl/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/debian-science/packages/pcl/trunk/
+Vcs-Svn: svn://svn.debian.org/debian-science/packages/pcl/trunk/
Package: libpcl-dev
Provides: libpcl1-dev
Modified: packages/pcl/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/debian-science/packages/pcl/trunk/debian/copyright?rev=44113&op=diff
==============================================================================
--- packages/pcl/trunk/debian/copyright (original)
+++ packages/pcl/trunk/debian/copyright Fri Dec 9 22:13:31 2011
@@ -1,26 +1,14 @@
-Format-Specification: http://dep.debian.net/deps/dep5/
-Name: pcl
-Maintainer: Mathieu Malaterre
+Format: http://dep.debian.net/deps/dep5/
+Upstream-Name: pcl
Source: http://pointclouds.org
-
Files: *
Copyright: © 2009-2011, Willow Garage, Inc.
License: BSD
-
-
-Files: debian/*
-Copyright: 2011; Mathieu Malaterre <mathieu.malaterre at gmail.com>
-License: BSD
-
-
-License: BSD
- All rights reserved.
-
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
-
+ .
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
@@ -30,7 +18,7 @@
* Neither the name of Willow Garage, Inc. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
-
+ .
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
@@ -43,3 +31,8 @@
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
+
+Files: debian/*
+Copyright: 2011; Mathieu Malaterre <mathieu.malaterre at gmail.com>
+License: BSD
+ Same as above
Modified: packages/pcl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/pcl/trunk/debian/rules?rev=44113&op=diff
==============================================================================
--- packages/pcl/trunk/debian/rules (original)
+++ packages/pcl/trunk/debian/rules Fri Dec 9 22:13:31 2011
@@ -1,13 +1,21 @@
#!/usr/bin/make -f
-
-# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
+DPKG_EXPORT_BUILDFLAGS = 1
+-include /usr/share/dpkg/buildflags.mk
+
+CMAKE_FLAGS = \
+ -DCMAKE_BUILD_TYPE:STRING=Release \
+ -DCMAKE_SKIP_RPATH:BOOL=ON \
+ -DBUILD_apps:BOOL=OFF \
+ -DBUILD_TESTS:BOOL=OFF \
+ -DBUILD_documentation:BOOL=OFF
+
%:
- dh --parallel --with quilt --buildsystem=cmake $@
+ dh $@ --buildsystem=cmake --parallel
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
+ dh_auto_configure -- $(CMAKE_FLAGS)
override_dh_auto_test:
# remove test for now
More information about the debian-science-commits
mailing list