[mlpack-svn] r12781 - 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
Fri May 25 12:14:55 EDT 2012


Author: speet3
Date: 2012-05-25 12:14:54 -0400 (Fri, 25 May 2012)
New Revision: 12781

Modified:
   mlpack/conf/packages/mlpack/branches/1.0.X/debian/control
Log:
fix some lintian issues from the debian mentors report

Modified: mlpack/conf/packages/mlpack/branches/1.0.X/debian/control
===================================================================
--- mlpack/conf/packages/mlpack/branches/1.0.X/debian/control	2012-05-25 14:38:43 UTC (rev 12780)
+++ mlpack/conf/packages/mlpack/branches/1.0.X/debian/control	2012-05-25 16:14:54 UTC (rev 12781)
@@ -3,7 +3,7 @@
 Maintainer: Sterling Peet <sterling.peet at gatech.edu>
 Build-Depends: debhelper (>= 7.0.50~), cmake, doxygen
 # 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
+Standards-Version: 3.9.3
 Section: libs
 Homepage: http://www.mlpack.org/
 Vcs-Svn: http://svn.cc.gatech.edu/fastlab/mlpack/conf/packages/mlpack/trunk
@@ -18,14 +18,16 @@
  .
  MLPACK (Machine Learning PACK) is an open-source, intuitive, fast, and
  scalable C++ machine learning library, meant to be a machine learning
- analog to  LAPACK. It aims to implement a wide array of machine learning
+ analog to LAPACK. It aims to implement a wide array of machine learning
  methods and function as a "swiss army knife" for machine learning researchers.
 
 Package: libmlpack1
 Section: libs
 Architecture: any
-Depends: boost, ${shlibs:Depends}, ${misc:Depends}
-Description:  Fast and scalable C++ machine learning library
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Fast and scalable C++ machine learning library
+ This package contains the mlpack library itself.
+ .
  MLPACK (Machine Learning PACK) is an open-source, intuitive, fast, and 
  scalable C++ machine learning library, meant to be a machine learning 
  analog to  LAPACK. It aims to implement a wide array of machine learning 
@@ -34,8 +36,10 @@
 Package: mlpack-bin
 Section: libs
 Architecture: any
-Depends: libmlpack1, ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Executable cli binaries for Machine Learning methods
+ This package contains example binaries using the mlpack library.
+ .
  MLPACK (Machine Learning PACK) is an open-source, intuitive, fast, and
  scalable C++ machine learning library, meant to be a machine learning
  analog to  LAPACK. It aims to implement a wide array of machine learning
@@ -46,6 +50,9 @@
 Architecture: all
 Depends: libmlpack1, ${misc:Depends}
 Description: Documentation for using MLPACK binaries and library
+ This package contains the html documentation for the mlpack library
+ built from the mlpack source.
+ .
  MLPACK (Machine Learning PACK) is an open-source, intuitive, fast, and
  scalable C++ machine learning library, meant to be a machine learning
  analog to  LAPACK. It aims to implement a wide array of machine learning




More information about the mlpack-svn mailing list