[mlpack-svn] r11330 - in mlpack/conf/packages/mlpack/trunk/debian: . patches

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Wed Feb 1 15:27:50 EST 2012


Author: speet3
Date: 2012-02-01 15:27:49 -0500 (Wed, 01 Feb 2012)
New Revision: 11330

Modified:
   mlpack/conf/packages/mlpack/trunk/debian/changelog
   mlpack/conf/packages/mlpack/trunk/debian/patches/no-debug-or-profiling-info.patch
Log:
Refreshed patch:

svn-do bash
dquilt push no-debug*.patch
dquilt refresh
exit 0
svn-buildpackage #(make sure it works now)
svn ci

dquilt as described here: http://www.debian.org/doc/manuals/maint-guide/modify.en.html

Maybe this should be documented somewhere other than a commit message?


Modified: mlpack/conf/packages/mlpack/trunk/debian/changelog
===================================================================
--- mlpack/conf/packages/mlpack/trunk/debian/changelog	2012-02-01 19:15:49 UTC (rev 11329)
+++ mlpack/conf/packages/mlpack/trunk/debian/changelog	2012-02-01 20:27:49 UTC (rev 11330)
@@ -1,4 +1,4 @@
-mlpack (1.0.0-1) UNRELEASED; urgency=low
+mlpack (1.0.0-1+~svn11329) UNRELEASED; urgency=low
 
   * Initial release (Closes: #100)
 

Modified: mlpack/conf/packages/mlpack/trunk/debian/patches/no-debug-or-profiling-info.patch
===================================================================
--- mlpack/conf/packages/mlpack/trunk/debian/patches/no-debug-or-profiling-info.patch	2012-02-01 19:15:49 UTC (rev 11329)
+++ mlpack/conf/packages/mlpack/trunk/debian/patches/no-debug-or-profiling-info.patch	2012-02-01 20:27:49 UTC (rev 11330)
@@ -1,8 +1,9 @@
 --- a/CMakeLists.txt
 +++ b/CMakeLists.txt
 @@ -58,9 +58,10 @@
+   set(BOOST_LIBS ${BOOST_LIBS} "boost_random")
  endif(Boost_MAJOR_VERSION EQUAL 1 AND Boost_MINOR_VERSION GREATER 45)
-
+ 
 -# Default to debugging mode for developers.
 -option(DEBUG "Compile with debugging information" ON)
 -option(PROFILE "Compile with profiling information" ON)
@@ -11,5 +12,5 @@
 +option(DEBUG "Compile with debugging information" OFF)
 +option(PROFILE "Compile with profiling information" OFF)
  option(ARMA_EXTRA_DEBUG "Compile with extra Armadillo debugging symbols." OFF)
-
+ 
  # This is as of yet unused.




More information about the mlpack-svn mailing list