r38448 - /packages/flann/trunk/debian/control

malat-guest at users.alioth.debian.org malat-guest at users.alioth.debian.org
Wed Apr 27 09:46:18 UTC 2011


Author: malat-guest
Date: Wed Apr 27 09:46:17 2011
New Revision: 38448

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=38448
Log:
Fix lintian errors

Modified:
    packages/flann/trunk/debian/control

Modified: packages/flann/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/flann/trunk/debian/control?rev=38448&op=diff
==============================================================================
--- packages/flann/trunk/debian/control (original)
+++ packages/flann/trunk/debian/control Wed Apr 27 09:46:17 2011
@@ -4,31 +4,47 @@
 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, quilt, libhdf5-serial-dev, libgtest-dev, python, python-numpy
+Build-Depends: debhelper (>= 7.0.50~), cmake, quilt (>= 0.46-7~), libhdf5-serial-dev, libgtest-dev, python, python-numpy
 Standards-Version: 3.9.1
 Homepage: http://www.cs.ubc.ca/~mariusm/index.php/FLANN/FLANN
 Vcs-Browser: http://svn.debian.org/wsvn/debian-science/packages/flann/trunk/?rev=0&sc=0
 Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/flann/trunk/
 
 Package: libflann-dev
+Section: libdevel
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: <insert up to 60 chars description>
- <insert long description, indented with spaces>
+Description: Fast Library for Approximate Nearest Neighbors
+ FLANN is a library for performing fast approximate nearest neighbor searches
+ in high dimensional spaces. It contains a collection of algorithms we found
+ to work best for nearest neighbor search and a system for automatically
+ choosing the best algorithm and optimum parameters depending on the dataset.
 
 Package: libflann1
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: <insert up to 60 chars description>
- <insert long description, indented with spaces>
+Description: Fast Library for Approximate Nearest Neighbors
+ FLANN is a library for performing fast approximate nearest neighbor searches
+ in high dimensional spaces. It contains a collection of algorithms we found
+ to work best for nearest neighbor search and a system for automatically
+ choosing the best algorithm and optimum parameters depending on the dataset.
 
 Package: flann-examples
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: <insert up to 60 chars description>
- <insert long description, indented with spaces>
+Description: Fast Library for Approximate Nearest Neighbors
+ FLANN is a library for performing fast approximate nearest neighbor searches
+ in high dimensional spaces. It contains a collection of algorithms we found
+ to work best for nearest neighbor search and a system for automatically
+ choosing the best algorithm and optimum parameters depending on the dataset.
 
 Package: flann-doc
 Architecture: all
-Description: documentation for flann
- <insert long description, indented with spaces>
+Section: doc
+Depends: ${misc:Depends}
+Description: Fast Library for Approximate Nearest Neighbors
+ FLANN is a library for performing fast approximate nearest neighbor searches
+ in high dimensional spaces. It contains a collection of algorithms we found
+ to work best for nearest neighbor search and a system for automatically
+ choosing the best algorithm and optimum parameters depending on the dataset.
+




More information about the debian-science-commits mailing list