[mlpack-svn] r11247 - 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 02:55:38 EST 2012


Author: speet3
Date: 2012-01-23 02:55:37 -0500 (Mon, 23 Jan 2012)
New Revision: 11247

Modified:
   mlpack/conf/packages/mlpack/trunk/debian/build-from-svn.sh
   mlpack/conf/packages/mlpack/trunk/debian/control
Log:
add two new packages, and adjust the build to leave the build directory intact: thus making debugging easier

Modified: mlpack/conf/packages/mlpack/trunk/debian/build-from-svn.sh
===================================================================
--- mlpack/conf/packages/mlpack/trunk/debian/build-from-svn.sh	2012-01-23 06:19:31 UTC (rev 11246)
+++ mlpack/conf/packages/mlpack/trunk/debian/build-from-svn.sh	2012-01-23 07:55:37 UTC (rev 11247)
@@ -12,7 +12,7 @@
 
 ./debian/rules get-orig-source
 mv *.tar.gz ../tarballs/
-svn-buildpackage --svn-builder "debuild -us -uc" --svn-non-interactive --svn-ignore-new
+svn-buildpackage --svn-builder "debuild -us -uc" --svn-non-interactive --svn-ignore-new --svn-dont-purge --svn-rm-prev-dir
 
 echo "[ $0 ] Listing package contents:"
 ls ../build-area/*.deb | xargs -n 1 dpkg-deb -c

Modified: mlpack/conf/packages/mlpack/trunk/debian/control
===================================================================
--- mlpack/conf/packages/mlpack/trunk/debian/control	2012-01-23 06:19:31 UTC (rev 11246)
+++ mlpack/conf/packages/mlpack/trunk/debian/control	2012-01-23 07:55:37 UTC (rev 11247)
@@ -29,3 +29,23 @@
  scalable C++ machine learning library, meant to be a 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: mlpack-bin
+Section: libs
+Architechture: any
+Depends: libmlpack1
+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
+ 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: mlpack-doc
+Section: libs
+Architechture: any
+Depends: libmlpack1
+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
+ 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.




More information about the mlpack-svn mailing list