r43800 - in /packages/pcl: ./ trunk/ trunk/debian/ trunk/debian/patches/ trunk/debian/source/

malat-guest at users.alioth.debian.org malat-guest at users.alioth.debian.org
Tue Aug 23 14:18:51 UTC 2011


Author: malat-guest
Date: Tue Aug 23 14:18:51 2011
New Revision: 43800

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=43800
Log:
start package of PCL

Added:
    packages/pcl/
    packages/pcl/trunk/
    packages/pcl/trunk/debian/
    packages/pcl/trunk/debian/changelog
    packages/pcl/trunk/debian/compat
    packages/pcl/trunk/debian/control
    packages/pcl/trunk/debian/copyright
    packages/pcl/trunk/debian/docs
    packages/pcl/trunk/debian/libpcl1-dev.install
    packages/pcl/trunk/debian/libpcl1.1.install
    packages/pcl/trunk/debian/patches/
    packages/pcl/trunk/debian/patches/series
    packages/pcl/trunk/debian/rules   (with props)
    packages/pcl/trunk/debian/source/
    packages/pcl/trunk/debian/source/format
    packages/pcl/trunk/debian/watch

Added: packages/pcl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/pcl/trunk/debian/changelog?rev=43800&op=file
==============================================================================
--- packages/pcl/trunk/debian/changelog (added)
+++ packages/pcl/trunk/debian/changelog Tue Aug 23 14:18:51 2011
@@ -1,0 +1,5 @@
+pcl (1.1.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #624178)
+
+ -- Mathieu Malaterre <mathieu.malaterre at gmail.com>  Sat, 05 Mar 2011 16:34:12 +0100

Added: packages/pcl/trunk/debian/compat
URL: http://svn.debian.org/wsvn/debian-science/packages/pcl/trunk/debian/compat?rev=43800&op=file
==============================================================================
--- packages/pcl/trunk/debian/compat (added)
+++ packages/pcl/trunk/debian/compat Tue Aug 23 14:18:51 2011
@@ -1,0 +1,1 @@
+7

Added: packages/pcl/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/pcl/trunk/debian/control?rev=43800&op=file
==============================================================================
--- packages/pcl/trunk/debian/control (added)
+++ packages/pcl/trunk/debian/control Tue Aug 23 14:18:51 2011
@@ -1,0 +1,32 @@
+Source: pcl
+Section: libs
+Priority: optional
+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, libeigen3-dev, libflann-dev, libcminpack-dev, libvtk5-dev, libqhull-dev, libusb-1.0-0-dev, libboost1.46-dev, libwxgtk2.8-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/
+
+Package: libpcl1-dev
+Section: libdevel
+Architecture: any
+Depends: libpcl1 (= ${binary:Version}),${shlibs:Depends}, ${misc:Depends}
+Description: The Point Cloud Library (or PCL) for point cloud processing - development
+ The PCL framework contains numerous state-of-the art algorithms including
+ filtering, feature estimation, surface reconstruction, registration, model
+ fitting and segmentation.
+ .
+ This package contains development files needed to build PCL applications.
+
+Package: libpcl1
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: The Point Cloud Library (or PCL) for point cloud processing - runtime
+ The PCL framework contains numerous state-of-the art algorithms including
+ filtering, feature estimation, surface reconstruction, registration, model
+ fitting and segmentation.
+ .
+ This package contains the libraries needed to run PCL applications.

Added: packages/pcl/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/debian-science/packages/pcl/trunk/debian/copyright?rev=43800&op=file
==============================================================================
--- packages/pcl/trunk/debian/copyright (added)
+++ packages/pcl/trunk/debian/copyright Tue Aug 23 14:18:51 2011
@@ -1,0 +1,45 @@
+Format-Specification: http://dep.debian.net/deps/dep5/
+Name: pcl
+Maintainer: Mathieu Malaterre
+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
+    copyright notice, this list of conditions and the following
+    disclaimer in the documentation and/or other materials provided
+    with the distribution.
+  * 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
+ FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
+ COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
+ INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+ BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ 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.

Added: packages/pcl/trunk/debian/docs
URL: http://svn.debian.org/wsvn/debian-science/packages/pcl/trunk/debian/docs?rev=43800&op=file
==============================================================================
--- packages/pcl/trunk/debian/docs (added)
+++ packages/pcl/trunk/debian/docs Tue Aug 23 14:18:51 2011
@@ -1,0 +1,1 @@
+README

Added: packages/pcl/trunk/debian/libpcl1-dev.install
URL: http://svn.debian.org/wsvn/debian-science/packages/pcl/trunk/debian/libpcl1-dev.install?rev=43800&op=file
==============================================================================
--- packages/pcl/trunk/debian/libpcl1-dev.install (added)
+++ packages/pcl/trunk/debian/libpcl1-dev.install Tue Aug 23 14:18:51 2011
@@ -1,0 +1,2 @@
+usr/lib/libPythonQt.so
+usr/include/PythonQt/*.h

Added: packages/pcl/trunk/debian/libpcl1.1.install
URL: http://svn.debian.org/wsvn/debian-science/packages/pcl/trunk/debian/libpcl1.1.install?rev=43800&op=file
==============================================================================
--- packages/pcl/trunk/debian/libpcl1.1.install (added)
+++ packages/pcl/trunk/debian/libpcl1.1.install Tue Aug 23 14:18:51 2011
@@ -1,0 +1,1 @@
+usr/lib/libPythonQt.so.*

Added: packages/pcl/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-science/packages/pcl/trunk/debian/patches/series?rev=43800&op=file
==============================================================================
    (empty)

Added: packages/pcl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/pcl/trunk/debian/rules?rev=43800&op=file
==============================================================================
--- packages/pcl/trunk/debian/rules (added)
+++ packages/pcl/trunk/debian/rules Tue Aug 23 14:18:51 2011
@@ -1,0 +1,33 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+	dh --parallel --with quilt --buildsystem=cmake $@ 
+
+VER_MAJOR = 1
+VER_MINOR = 1
+VER_PATCH = 0
+VER_FULL = $(VER_MAJOR).$(VER_MINOR).$(VER_PATCH)
+
+UPSTREAM_SRC = PCL-$(VER_FULL)-Source
+DEBIAN_SRC_DIR = pcl-$(VER_FULL)
+DEBIAN_SRC_TAR = pcl_$(VER_FULL).orig.tar.gz
+
+$(UPSTREAM_SRC).tar.bz2:
+	#uscan --verbose --force-download --repack --rename
+	wget -c http://dev.pointclouds.org/attachments/download/322/$@
+
+get-orig-source: $(UPSTREAM_SRC).tar.bz2
+	tar xfj $(UPSTREAM_SRC).tar.bz2
+	mv $(UPSTREAM_SRC) $(DEBIAN_SRC_DIR)
+	GZIP="--best --no-name" tar czf $(DEBIAN_SRC_TAR) $(DEBIAN_SRC_DIR)
+	rm -rf $(DEBIAN_SRC_DIR)
+	#rm $(UPSTREAM_SRC).tar.bz2

Propchange: packages/pcl/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/pcl/trunk/debian/source/format
URL: http://svn.debian.org/wsvn/debian-science/packages/pcl/trunk/debian/source/format?rev=43800&op=file
==============================================================================
--- packages/pcl/trunk/debian/source/format (added)
+++ packages/pcl/trunk/debian/source/format Tue Aug 23 14:18:51 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: packages/pcl/trunk/debian/watch
URL: http://svn.debian.org/wsvn/debian-science/packages/pcl/trunk/debian/watch?rev=43800&op=file
==============================================================================
--- packages/pcl/trunk/debian/watch (added)
+++ packages/pcl/trunk/debian/watch Tue Aug 23 14:18:51 2011
@@ -1,0 +1,2 @@
+version=3
+http://pointclouds.org/downloads/ PCL-(.*)-Source.tar.bz2




More information about the debian-science-commits mailing list