[mlpack-svn] r12769 - mlpack/conf/packages/mlpack/branches/1.0.X/debian

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Thu May 24 11:00:47 EDT 2012


Author: speet3
Date: 2012-05-24 11:00:47 -0400 (Thu, 24 May 2012)
New Revision: 12769

Modified:
   mlpack/conf/packages/mlpack/branches/1.0.X/debian/control
Log:
update some dependencies

Modified: mlpack/conf/packages/mlpack/branches/1.0.X/debian/control
===================================================================
--- mlpack/conf/packages/mlpack/branches/1.0.X/debian/control	2012-05-24 14:31:21 UTC (rev 12768)
+++ mlpack/conf/packages/mlpack/branches/1.0.X/debian/control	2012-05-24 15:00:47 UTC (rev 12769)
@@ -2,7 +2,7 @@
 Priority: extra
 Maintainer: Sterling Peet <sterling.peet at gatech.edu>
 Build-Depends: debhelper (>= 7.0.50~), cmake, doxygen
-# Build-Depends: liblapack-dev, libarmadillo-dev (>= 2.4.0), libxml2-dev, libboost-dev, libboost-math-dev, libboost-program-options-dev, libboost-random-dev, libboost-test-dev, debhelper (>= 7.0.50~), cmake, doxygen, graphviz, txt2man
+# Build-Depends: libarmadillo-dev (>=2.4.0), liblapack-dev, libxml2-dev, libboost-dev, libboost-math-dev, libboost-program-options-dev, libboost-random-dev, libboost-test-dev, debhelper (>= 7.0.50~), cmake, doxygen, graphviz, txt2man
 Standards-Version: 3.9.1
 Section: libs
 Homepage: http://www.mlpack.org/
@@ -12,7 +12,7 @@
 Package: libmlpack-dev
 Section: libdevel
 Architecture: any
-Depends: liblapack-dev, libarmadillo-dev (>= 2.4.0), libxml2-dev, libboost-dev, libmlpack1 (= ${binary:Version}), ${misc:Depends}
+Depends: libarmadillo-dev (>= 2.4.0), liblapack-dev, libxml2-dev, libboost-dev, libmlpack1 (= ${binary:Version}), ${misc:Depends}
 Description: Fast and scalable C++ machine learning library header files
  This package contains the development header files for the MLPACK library.
  .
@@ -24,7 +24,7 @@
 Package: libmlpack1
 Section: libs
 Architecture: any
-Depends: lapack0, armadillo2 (>= 2.4.0), libxml2, boost, ${shlibs:Depends}, ${misc:Depends}
+Depends: boost, ${shlibs:Depends}, ${misc:Depends}
 Description:  Fast and scalable C++ machine learning 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