[mlpack-svn] r11248 - 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 03:17:22 EST 2012


Author: speet3
Date: 2012-01-23 03:17:22 -0500 (Mon, 23 Jan 2012)
New Revision: 11248

Added:
   mlpack/conf/packages/mlpack/trunk/debian/mlpack-bin.install
Modified:
   mlpack/conf/packages/mlpack/trunk/debian/control
Log:
fix some typos and add the install file for mlpack-bin

Modified: mlpack/conf/packages/mlpack/trunk/debian/control
===================================================================
--- mlpack/conf/packages/mlpack/trunk/debian/control	2012-01-23 07:55:37 UTC (rev 11247)
+++ mlpack/conf/packages/mlpack/trunk/debian/control	2012-01-23 08:17:22 UTC (rev 11248)
@@ -32,8 +32,8 @@
 
 Package: mlpack-bin
 Section: libs
-Architechture: any
-Depends: libmlpack1
+Architecture: any
+Depends: 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
@@ -42,8 +42,8 @@
 
 Package: mlpack-doc
 Section: libs
-Architechture: any
-Depends: libmlpack1
+Architecture: any
+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

Added: mlpack/conf/packages/mlpack/trunk/debian/mlpack-bin.install
===================================================================
--- mlpack/conf/packages/mlpack/trunk/debian/mlpack-bin.install	                        (rev 0)
+++ mlpack/conf/packages/mlpack/trunk/debian/mlpack-bin.install	2012-01-23 08:17:22 UTC (rev 11248)
@@ -0,0 +1 @@
+/usr/bin/*




More information about the mlpack-svn mailing list