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

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Mon Jan 23 16:35:12 EST 2012


Author: speet3
Date: 2012-01-23 16:35:11 -0500 (Mon, 23 Jan 2012)
New Revision: 11263

Modified:
   mlpack/conf/packages/mlpack/trunk/debian/control
Log:
fix sytax errors in the control file and correct the -doc section

Modified: mlpack/conf/packages/mlpack/trunk/debian/control
===================================================================
--- mlpack/conf/packages/mlpack/trunk/debian/control	2012-01-23 21:21:38 UTC (rev 11262)
+++ mlpack/conf/packages/mlpack/trunk/debian/control	2012-01-23 21:35:11 UTC (rev 11263)
@@ -33,7 +33,7 @@
 Package: mlpack-bin
 Section: libs
 Architecture: any
-Depends: libmlpack1 ${misc:Depends}
+Depends: boost, libmlpack1, ${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
@@ -41,9 +41,9 @@
  methods and function as a "swiss army knife" for machine learning researchers.
 
 Package: mlpack-doc
-Section: libs
+Section: doc
 Architecture: any
-Depends: libmlpack1 ${misc:Depends}
+Depends: libmlpack1, ${misc:Depends}
 Description: Documentation for using MLPACK binaries and library
  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