[mlpack-svn] r11583 - 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 16:44:15 EST 2012


Author: speet3
Date: 2012-02-22 16:44:15 -0500 (Wed, 22 Feb 2012)
New Revision: 11583

Modified:
   mlpack/conf/packages/mlpack/branches/1.0.X/debian/changelog
   mlpack/conf/packages/mlpack/branches/1.0.X/debian/control
Log:
update name and add liblapack-dev to the build-deps

Modified: mlpack/conf/packages/mlpack/branches/1.0.X/debian/changelog
===================================================================
--- mlpack/conf/packages/mlpack/branches/1.0.X/debian/changelog	2012-02-22 21:08:35 UTC (rev 11582)
+++ mlpack/conf/packages/mlpack/branches/1.0.X/debian/changelog	2012-02-22 21:44:15 UTC (rev 11583)
@@ -1,5 +1,5 @@
-mlpack (1.0.0-0rc1) UNRELEASED; urgency=low
+mlpack (1.0.0-0rc1) precise; urgency=low
 
   * Initial release (Closes: #100)
 
- -- Sterling Peet <sterling.peet at gatech.edu>  Sun, 11 Dec 2011 18:53:08 -0500
+ -- Sterling Lewis Peet <sterling.peet at gatech.edu>  Sun, 11 Dec 2011 18:53:08 -0500

Modified: mlpack/conf/packages/mlpack/branches/1.0.X/debian/control
===================================================================
--- mlpack/conf/packages/mlpack/branches/1.0.X/debian/control	2012-02-22 21:08:35 UTC (rev 11582)
+++ mlpack/conf/packages/mlpack/branches/1.0.X/debian/control	2012-02-22 21:44:15 UTC (rev 11583)
@@ -1,7 +1,7 @@
 Source: mlpack
 Priority: extra
 Maintainer: Sterling Peet <sterling.peet at gatech.edu>
-Build-Depends: libarmadillo-dev (>= 2.4.0), libboost-dev, debhelper (>= 7.0.50~), cmake, doxygen
+Build-Depends: liblapack-dev, 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: libarmadillo-dev (>= 2.4.0), libxml2-dev, libboost-dev, libmlpack1 (= ${binary:Version}), ${misc:Depends}
+Depends: liblapack-dev, 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.
  .




More information about the mlpack-svn mailing list