[flann] 50/54: Fix lintian errors
Leopold Palomo-Avellaneda
leo at alaxarxa.net
Fri Jul 15 10:42:44 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 17ba31f59e0722d143d6553aa31d5625d6548156
Author: Mathieu Malaterre <malat at debian.org>
Date: Thu Jan 3 13:05:18 2013 +0000
Fix lintian errors
---
debian/control | 8 +++++---
debian/flann-doc.doc-base | 8 ++++++++
debian/libflann-dev.install | 10 +++++-----
debian/libflann1.8.install | 4 ++--
4 files changed, 20 insertions(+), 10 deletions(-)
diff --git a/debian/control b/debian/control
index f1d723f..5bb30cc 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,7 @@ Architecture: any
Depends: libflann1.8 (= ${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 we found
+ 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.
.
@@ -28,9 +28,11 @@ Description: Fast Library for Approximate Nearest Neighbors - development
Package: libflann1.8
Architecture: any
Depends: ${shlibs:Depends}, ${misc: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 we found
+ 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.
.
@@ -42,7 +44,7 @@ Section: doc
Depends: ${misc:Depends}, doc-base
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
+ 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.
.
diff --git a/debian/flann-doc.doc-base b/debian/flann-doc.doc-base
new file mode 100644
index 0000000..20649ef
--- /dev/null
+++ b/debian/flann-doc.doc-base
@@ -0,0 +1,8 @@
+Document: flann-doc
+Title: FLANN - Fast Library for Approximate Nearest Neighbors
+Author: Marius Muja, mariusm at cs.ubc.ca, David Lowe, lowe at cs.ubc.ca
+Abstract: User Manual
+Section: Programming/C++
+
+Format: PDF
+Files: /usr/share/doc/flann-doc/manual.pdf
diff --git a/debian/libflann-dev.install b/debian/libflann-dev.install
index 99c2fa8..eabeadc 100644
--- a/debian/libflann-dev.install
+++ b/debian/libflann-dev.install
@@ -1,6 +1,6 @@
usr/include/flann/*
-usr/lib/pkgconfig/flann.pc
-usr/lib/libflann.so
-usr/lib/libflann_s.a
-usr/lib/libflann_cpp.so
-usr/lib/libflann_cpp_s.a
+usr/lib/*/pkgconfig/flann.pc
+usr/lib/*/libflann.so
+usr/lib/*/libflann_s.a
+usr/lib/*/libflann_cpp.so
+usr/lib/*/libflann_cpp_s.a
diff --git a/debian/libflann1.8.install b/debian/libflann1.8.install
index 2ce5d40..ccf10d1 100644
--- a/debian/libflann1.8.install
+++ b/debian/libflann1.8.install
@@ -1,2 +1,2 @@
-usr/lib/libflann_cpp.so.1.*
-usr/lib/libflann.so.1.*
+usr/lib/*/libflann_cpp.so.1.*
+usr/lib/*/libflann.so.1.*
--
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