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

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


Author: speet3
Date: 2012-03-05 12:28:01 -0500 (Mon, 05 Mar 2012)
New Revision: 11754

Modified:
   mlpack/conf/packages/mlpack/trunk/debian/build-from-svn.sh
   mlpack/conf/packages/mlpack/trunk/debian/patches/build-Doxygen.patch
   mlpack/conf/packages/mlpack/trunk/debian/patches/no-debug-or-profiling-info.patch
   mlpack/conf/packages/mlpack/trunk/debian/patches/require-manpage-generation.patch
Log:
refresh the quilt patches so they can build cleanly with windoze updated CMakeLists, fix bash typo in build-from-svn

Modified: mlpack/conf/packages/mlpack/trunk/debian/build-from-svn.sh
===================================================================
--- mlpack/conf/packages/mlpack/trunk/debian/build-from-svn.sh	2012-03-05 17:17:43 UTC (rev 11753)
+++ mlpack/conf/packages/mlpack/trunk/debian/build-from-svn.sh	2012-03-05 17:28:01 UTC (rev 11754)
@@ -15,7 +15,7 @@
 ./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 = $?
+SUCCESS=$?
 
 echo "[ $0 ] Listing package contents:"
 ls ../build-area/*.deb | xargs -n 1 dpkg-deb -c

Modified: mlpack/conf/packages/mlpack/trunk/debian/patches/build-Doxygen.patch
===================================================================
--- mlpack/conf/packages/mlpack/trunk/debian/patches/build-Doxygen.patch	2012-03-05 17:17:43 UTC (rev 11753)
+++ mlpack/conf/packages/mlpack/trunk/debian/patches/build-Doxygen.patch	2012-03-05 17:28:01 UTC (rev 11754)
@@ -1,6 +1,6 @@
 --- a/CMakeLists.txt
 +++ b/CMakeLists.txt
-@@ -114,7 +114,7 @@
+@@ -126,7 +126,7 @@
  if (DOXYGEN_FOUND)
    # It may be better if we built the documentation into the build directory, but
    # I'm leaving this for a later day.

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-03-05 17:17:43 UTC (rev 11753)
+++ mlpack/conf/packages/mlpack/trunk/debian/patches/no-debug-or-profiling-info.patch	2012-03-05 17:28:01 UTC (rev 11754)
@@ -1,7 +1,7 @@
 --- a/CMakeLists.txt
 +++ b/CMakeLists.txt
-@@ -58,9 +58,10 @@
-   set(BOOST_LIBS ${BOOST_LIBS} "boost_random")
+@@ -70,9 +70,10 @@
+   include_directories(${Boost_INCLUDE_DIRS})
  endif(Boost_MAJOR_VERSION EQUAL 1 AND Boost_MINOR_VERSION GREATER 45)
  
 -# Default to debugging mode for developers.

Modified: mlpack/conf/packages/mlpack/trunk/debian/patches/require-manpage-generation.patch
===================================================================
--- mlpack/conf/packages/mlpack/trunk/debian/patches/require-manpage-generation.patch	2012-03-05 17:17:43 UTC (rev 11753)
+++ mlpack/conf/packages/mlpack/trunk/debian/patches/require-manpage-generation.patch	2012-03-05 17:28:01 UTC (rev 11754)
@@ -1,6 +1,6 @@
 --- a/CMakeLists.txt
 +++ b/CMakeLists.txt
-@@ -141,7 +141,7 @@
+@@ -153,7 +153,7 @@
  
    # It's not a requirement that we make man pages.
    if (NOT TXT2MAN)




More information about the mlpack-svn mailing list