[mlpack-svn] r11578 - 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
Wed Feb 22 11:10:37 EST 2012


Author: speet3
Date: 2012-02-22 11:10:36 -0500 (Wed, 22 Feb 2012)
New Revision: 11578

Modified:
   mlpack/conf/packages/mlpack/branches/1.0.X/debian/changelog
   mlpack/conf/packages/mlpack/branches/1.0.X/debian/control
Log:
update dependencies and version number

Modified: mlpack/conf/packages/mlpack/branches/1.0.X/debian/changelog
===================================================================
--- mlpack/conf/packages/mlpack/branches/1.0.X/debian/changelog	2012-02-21 23:14:18 UTC (rev 11577)
+++ mlpack/conf/packages/mlpack/branches/1.0.X/debian/changelog	2012-02-22 16:10:36 UTC (rev 11578)
@@ -1,4 +1,4 @@
-mlpack (1.0.0-0rc) UNRELEASED; urgency=low
+mlpack (1.0.0-0rc1-0) UNRELEASED; urgency=low
 
   * Initial release (Closes: #100)
 

Modified: mlpack/conf/packages/mlpack/branches/1.0.X/debian/control
===================================================================
--- mlpack/conf/packages/mlpack/branches/1.0.X/debian/control	2012-02-21 23:14:18 UTC (rev 11577)
+++ mlpack/conf/packages/mlpack/branches/1.0.X/debian/control	2012-02-22 16:10:36 UTC (rev 11578)
@@ -1,7 +1,7 @@
 Source: mlpack
 Priority: extra
 Maintainer: Sterling Peet <sterling.peet at gatech.edu>
-Build-Depends: debhelper (>= 7.0.50~), cmake, doxygen
+Build-Depends: libarmadillo-dev (>= 2.4.0), libboost-dev, debhelper (>= 7.0.50~), cmake, doxygen
 Standards-Version: 3.9.1
 Section: libs
 Homepage: http://www.mlpack.org/
@@ -11,7 +11,7 @@
 Package: libmlpack-dev
 Section: libdevel
 Architecture: any
-Depends: lapack-dev, armadillo-dev, libxml2-dev, boost-dev, libmlpack1 (= ${binary:Version}), ${misc:Depends}
+Depends: libarmadillo-dev (>= 2.4.0), 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.
  .
@@ -23,7 +23,7 @@
 Package: libmlpack1
 Section: libs
 Architecture: any
-Depends: lapack0, armadillo2, libxml2, boost, ${shlibs:Depends}, ${misc:Depends}
+Depends: lapack0, armadillo2 (>= 2.4.0), libxml2, 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