[mlpack-svn] r11270 - mlpack/conf/packages/mlpack/trunk/debian

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Tue Jan 24 02:25:32 EST 2012


Author: speet3
Date: 2012-01-24 02:25:32 -0500 (Tue, 24 Jan 2012)
New Revision: 11270

Modified:
   mlpack/conf/packages/mlpack/trunk/debian/control
Log:
fix shlibs warnings for -bin package

Modified: mlpack/conf/packages/mlpack/trunk/debian/control
===================================================================
--- mlpack/conf/packages/mlpack/trunk/debian/control	2012-01-24 04:48:45 UTC (rev 11269)
+++ mlpack/conf/packages/mlpack/trunk/debian/control	2012-01-24 07:25:32 UTC (rev 11270)
@@ -33,7 +33,7 @@
 Package: mlpack-bin
 Section: libs
 Architecture: any
-Depends: libc6, boost, libmlpack1, ${misc:Depends}
+Depends: libmlpack1, ${shlibs:Depends}, ${misc:Depends}
 Description: Executable cli binaries for Machine Learning methods
  MLPACK (Machine Learning PACK) is an open-source, intuitive, fast, and
  scalable C++ machine learning library, meant to be a machine learning




More information about the mlpack-svn mailing list