r38452 - in /packages/flann/trunk/debian: control copyright docs

malat-guest at users.alioth.debian.org malat-guest at users.alioth.debian.org
Thu Apr 28 07:15:16 UTC 2011


Author: malat-guest
Date: Thu Apr 28 07:15:15 2011
New Revision: 38452

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=38452
Log:
fix control file + copyright

Modified:
    packages/flann/trunk/debian/control
    packages/flann/trunk/debian/copyright
    packages/flann/trunk/debian/docs

Modified: packages/flann/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/flann/trunk/debian/control?rev=38452&op=diff
==============================================================================
--- packages/flann/trunk/debian/control (original)
+++ packages/flann/trunk/debian/control Thu Apr 28 07:15:15 2011
@@ -14,37 +14,44 @@
 Section: libdevel
 Architecture: any
 Depends: libflann1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
-Description: Fast Library for Approximate Nearest Neighbors
+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 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.
+ .
+ This package contains development files needed to build FLANN applications.
 
 Package: libflann1
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: Fast Library for Approximate Nearest Neighbors
+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 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.
+ .
+ This package contains the libraries needed to run cminpack applications.
 
 Package: flann-examples
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: Fast Library for Approximate Nearest Neighbors
+Description: Fast Library for Approximate Nearest Neighbors - examples
  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.
+ .
+ This package contains the examples for cminpack.
 
 Package: flann-doc
 Architecture: all
 Section: doc
 Depends: ${misc:Depends}
-Description: Fast Library for Approximate Nearest Neighbors
+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 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.
-
+ .
+ This package contains the documentation for cminpack.

Modified: packages/flann/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/debian-science/packages/flann/trunk/debian/copyright?rev=38452&op=diff
==============================================================================
--- packages/flann/trunk/debian/copyright (original)
+++ packages/flann/trunk/debian/copyright Thu Apr 28 07:15:15 2011
@@ -27,3 +27,7 @@
  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.
+
+Files: debian/*
+Copyright: 2011; Mathieu Malaterre <mathieu.malaterre at gmail.com>
+License: BSD

Modified: packages/flann/trunk/debian/docs
URL: http://svn.debian.org/wsvn/debian-science/packages/flann/trunk/debian/docs?rev=38452&op=diff
==============================================================================
--- packages/flann/trunk/debian/docs (original)
+++ packages/flann/trunk/debian/docs Thu Apr 28 07:15:15 2011
@@ -1,2 +1,1 @@
-CMakeLists.txt
 README




More information about the debian-science-commits mailing list