[mlpack-svn] r11753 - mlpack/conf/packages/mlpack/trunk/debian

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Mon Mar 5 12:17:43 EST 2012


Author: speet3
Date: 2012-03-05 12:17:43 -0500 (Mon, 05 Mar 2012)
New Revision: 11753

Modified:
   mlpack/conf/packages/mlpack/trunk/debian/build-from-svn.sh
   mlpack/conf/packages/mlpack/trunk/debian/changelog
   mlpack/conf/packages/mlpack/trunk/debian/control
   mlpack/conf/packages/mlpack/trunk/debian/mlpack-bin.manpages
Log:
updates for 1.0.1, fixes for svn build script to get jenkins operating properly

Modified: mlpack/conf/packages/mlpack/trunk/debian/build-from-svn.sh
===================================================================
--- mlpack/conf/packages/mlpack/trunk/debian/build-from-svn.sh	2012-03-05 16:30:10 UTC (rev 11752)
+++ mlpack/conf/packages/mlpack/trunk/debian/build-from-svn.sh	2012-03-05 17:17:43 UTC (rev 11753)
@@ -10,9 +10,14 @@
 
 sed -i "s,$VER,$DEB_VER," debian/changelog
 
+rm -rf ../build-area/*
+
 ./debian/rules get-orig-source
 mv *.tar.gz ../tarballs/
 svn-buildpackage --svn-builder "debuild -us -uc" --svn-non-interactive --svn-ignore-new --svn-dont-purge --svn-rm-prev-dir
+SUCCESS = $?
 
 echo "[ $0 ] Listing package contents:"
 ls ../build-area/*.deb | xargs -n 1 dpkg-deb -c
+
+exit $SUCCESS

Modified: mlpack/conf/packages/mlpack/trunk/debian/changelog
===================================================================
--- mlpack/conf/packages/mlpack/trunk/debian/changelog	2012-03-05 16:30:10 UTC (rev 11752)
+++ mlpack/conf/packages/mlpack/trunk/debian/changelog	2012-03-05 17:17:43 UTC (rev 11753)
@@ -1,5 +1,5 @@
-mlpack (1.0.0-1) UNRELEASED; urgency=low
+mlpack (1.0.1-1) UNRELEASED; 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>  Mon, 06 Mar 2012 11:39:52 -0500

Modified: mlpack/conf/packages/mlpack/trunk/debian/control
===================================================================
--- mlpack/conf/packages/mlpack/trunk/debian/control	2012-03-05 16:30:10 UTC (rev 11752)
+++ mlpack/conf/packages/mlpack/trunk/debian/control	2012-03-05 17:17:43 UTC (rev 11753)
@@ -2,6 +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
 Standards-Version: 3.9.1
 Section: libs
 Homepage: http://www.mlpack.org/
@@ -11,7 +12,7 @@
 Package: libmlpack-dev
 Section: libdevel
 Architecture: any
-Depends: lapack-dev, armadillo-dev, libxml2-dev, boost-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.
  .
@@ -23,7 +24,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 

Modified: mlpack/conf/packages/mlpack/trunk/debian/mlpack-bin.manpages
===================================================================
--- mlpack/conf/packages/mlpack/trunk/debian/mlpack-bin.manpages	2012-03-05 16:30:10 UTC (rev 11752)
+++ mlpack/conf/packages/mlpack/trunk/debian/mlpack-bin.manpages	2012-03-05 17:17:43 UTC (rev 11753)
@@ -1 +1 @@
-debian/tmp/usr/share/man/man1/*
+man/*




More information about the mlpack-svn mailing list