[flann] 07/54: Fix lintian errors

Leopold Palomo-Avellaneda leo at alaxarxa.net
Fri Jul 15 10:42:39 UTC 2016


This is an automated email from the git hooks/post-receive script.

lepalom-guest pushed a commit to branch master
in repository flann.

commit 8e76a1f95c7f1254b62cdbec5364429a391e4d4c
Author: Mathieu Malaterre <malat at debian.org>
Date:   Wed Apr 27 09:46:17 2011 +0000

    Fix lintian errors
---
 debian/control | 34 +++++++++++++++++++++++++---------
 1 file changed, 25 insertions(+), 9 deletions(-)

diff --git a/debian/control b/debian/control
index ea43cb3..7064cd3 100644
--- a/debian/control
+++ b/debian/control
@@ -4,31 +4,47 @@ 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, 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.
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/flann.git



More information about the debian-science-commits mailing list