r43859 - in /packages/pcl/trunk/debian: changelog control libpcl-dev.install libpcl1-dev.install libpcl1.1.install libpcl1.install

malat-guest at users.alioth.debian.org malat-guest at users.alioth.debian.org
Sat Sep 3 22:28:24 UTC 2011


Author: malat-guest
Date: Sat Sep  3 22:28:23 2011
New Revision: 43859

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=43859
Log:
minor fixes

Added:
    packages/pcl/trunk/debian/libpcl-dev.install
      - copied unchanged from r43858, packages/pcl/trunk/debian/libpcl1-dev.install
    packages/pcl/trunk/debian/libpcl1.install
      - copied unchanged from r43858, packages/pcl/trunk/debian/libpcl1.1.install
Removed:
    packages/pcl/trunk/debian/libpcl1-dev.install
    packages/pcl/trunk/debian/libpcl1.1.install
Modified:
    packages/pcl/trunk/debian/changelog
    packages/pcl/trunk/debian/control

Modified: packages/pcl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/pcl/trunk/debian/changelog?rev=43859&op=diff
==============================================================================
--- packages/pcl/trunk/debian/changelog (original)
+++ packages/pcl/trunk/debian/changelog Sat Sep  3 22:28:23 2011
@@ -2,4 +2,4 @@
 
   * Initial release (Closes: #624178)
 
- -- Mathieu Malaterre <mathieu.malaterre at gmail.com>  Sat, 05 Mar 2011 16:34:12 +0100
+ -- Mathieu Malaterre <mathieu.malaterre at gmail.com>  Sun, 04 Sep 2011 00:26:41 +0200

Modified: packages/pcl/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/pcl/trunk/debian/control?rev=43859&op=diff
==============================================================================
--- packages/pcl/trunk/debian/control (original)
+++ packages/pcl/trunk/debian/control Sat Sep  3 22:28:23 2011
@@ -7,18 +7,20 @@
 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-system-dev,
- libboost-filesystem-dev, libboost-thread-dev,
- libboost-date-time-dev
+ libboost-filesystem-dev, libboost-thread-dev, quilt,
+ 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/
 
-Package: libpcl1-dev
+Package: libpcl-dev
+Provides: 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
+Description: Point Cloud Library 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.
@@ -28,7 +30,7 @@
 Package: libpcl1
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: The Point Cloud Library (or PCL) for point cloud processing - runtime
+Description: Point Cloud Library 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.




More information about the debian-science-commits mailing list