[Pkg-scicomp-commits] ann/trunk/debian

Rafael Laboissiere rafael at debian.org
Sat Mar 14 20:19:40 UTC 2009


SVN commit 4253 by rafael:

Fix Lintian warning debhelper-but-no-misc-depends

 M  +3 -3      ann/trunk/debian/control  


--- ann/trunk/debian/control #4252:4253
@@ -12,7 +12,7 @@
 Package: libann-dev
 Section: libdevel
 Architecture: any
-Depends: libann0 (= ${binary:Version})
+Depends: libann0 (= ${binary:Version}), ${misc:Depends}
 Description: Approximate Nearest Neighbor Searching library (development files)
  ANN is a library written in C++, which supports data structures and
  algorithms for both exact and approximate nearest neighbor searching
@@ -29,7 +29,7 @@
 Package: libann0
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Approximate Nearest Neighbor Searching library
  ANN is a library written in C++, which supports data structures and
  algorithms for both exact and approximate nearest neighbor searching
@@ -43,7 +43,7 @@
 Package: ann-tools
 Section: math
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Approximate Nearest Neighbor Searching library (tools)
  ANN is a library written in C++, which supports data structures and
  algorithms for both exact and approximate nearest neighbor searching



More information about the Pkg-scicomp-commits mailing list