Source: flann
Section: libs
Priority: optional
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Mathieu Malaterre <malat@debian.org>,
           Michael Kleiber <mike@kleibi.de>,
	   Leopold Palomo-Avellaneda <leo@alaxarxa.net>
Build-Depends: cmake (>= 2.6.0),
               debhelper (>= 9),
               libboost-all-dev,
               libgtest-dev,
               libhdf5-mpi-dev,
               mpi-default-dev,
               python,
               python-numpy
Build-Depends-Indep: latex2html, texlive-binaries, texlive-latex-base
Standards-Version: 3.9.8
Homepage: http://www.cs.ubc.ca/~mariusm/index.php/FLANN/FLANN
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/flann.git
Vcs-Git: https://anonscm.debian.org/cgit/debian-science/packages/flann.git

Package: libflann-dev
Section: libdevel
Architecture: any
Depends: libflann1.9 (= ${binary:Version}), ${misc:Depends}
Description: Fast Library for Approximate Nearest Neighbors - development
 FLANN is a library for performing fast approximate nearest neighbor searches
 in high dimensional spaces. It contains a collection of algorithms found
 to work best for nearest neighbor search and a system for automatically
 choosing the best algorithm and optimum parameters depending on the dataset.
 .
 This package contains development files needed to build FLANN applications.

Package: libflann1.9
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: Fast Library for Approximate Nearest Neighbors - runtime
 FLANN is a library for performing fast approximate nearest neighbor searches
 in high dimensional spaces. It contains a collection of algorithms found
 to work best for nearest neighbor search and a system for automatically
 choosing the best algorithm and optimum parameters depending on the dataset.
 .
 This package contains the libraries needed to run FLANN applications.

Package: flann-doc
Architecture: all
Section: doc
Depends: doc-base, ${misc:Depends}
Description: Fast Library for Approximate Nearest Neighbors - documentation
 FLANN is a library for performing fast approximate nearest neighbor searches
 in high dimensional spaces. It contains a collection of algorithms found
 to work best for nearest neighbor search and a system for automatically
 choosing the best algorithm and optimum parameters depending on the dataset.
 .
 This package contains the documentation for FLANN.
