[mlpack-svn] r11342 - mlpack/conf/packages/mlpack/trunk/debian/patches

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Thu Feb 2 11:02:34 EST 2012


Author: speet3
Date: 2012-02-02 11:02:34 -0500 (Thu, 02 Feb 2012)
New Revision: 11342

Added:
   mlpack/conf/packages/mlpack/trunk/debian/patches/require-manpage-generation.patch
Modified:
   mlpack/conf/packages/mlpack/trunk/debian/patches/series
Log:
make manpages required for debian packaged version

Added: mlpack/conf/packages/mlpack/trunk/debian/patches/require-manpage-generation.patch
===================================================================
--- mlpack/conf/packages/mlpack/trunk/debian/patches/require-manpage-generation.patch	                        (rev 0)
+++ mlpack/conf/packages/mlpack/trunk/debian/patches/require-manpage-generation.patch	2012-02-02 16:02:34 UTC (rev 11342)
@@ -0,0 +1,11 @@
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -141,7 +141,7 @@
+ 
+   # It's not a requirement that we make man pages.
+   if (NOT TXT2MAN)
+-    message(WARNING "txt2man not found; man pages will not be generated.")
++    message(STATUS "txt2man not found; man pages will not be generated.")
+   else (NOT TXT2MAN)
+     # We have the tools.  We can make them.
+     add_custom_target(man ALL

Modified: mlpack/conf/packages/mlpack/trunk/debian/patches/series
===================================================================
--- mlpack/conf/packages/mlpack/trunk/debian/patches/series	2012-02-02 15:28:18 UTC (rev 11341)
+++ mlpack/conf/packages/mlpack/trunk/debian/patches/series	2012-02-02 16:02:34 UTC (rev 11342)
@@ -1,2 +1,3 @@
 build-Doxygen.patch
 no-debug-or-profiling-info.patch
+require-manpage-generation.patch




More information about the mlpack-svn mailing list