[mlpack-svn] r11307 - 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 Jan 30 18:00:31 EST 2012


Author: speet3
Date: 2012-01-30 18:00:31 -0500 (Mon, 30 Jan 2012)
New Revision: 11307

Added:
   mlpack/conf/packages/mlpack/trunk/debian/mlpack-doc.docs
   mlpack/conf/packages/mlpack/trunk/debian/patches/
   mlpack/conf/packages/mlpack/trunk/debian/patches/build-Doxygen.patch
   mlpack/conf/packages/mlpack/trunk/debian/patches/series
Removed:
   mlpack/conf/packages/mlpack/trunk/debian/docs
Modified:
   mlpack/conf/packages/mlpack/trunk/debian/rules
Log:
install documentation into the -doc package for trunk, 1.0.0 packaging will probably suffer until it has been branched from trunk

Deleted: mlpack/conf/packages/mlpack/trunk/debian/docs
===================================================================
Copied: mlpack/conf/packages/mlpack/trunk/debian/mlpack-doc.docs (from rev 11306, mlpack/conf/packages/mlpack/trunk/debian/docs)
===================================================================
Added: mlpack/conf/packages/mlpack/trunk/debian/patches/build-Doxygen.patch
===================================================================
--- mlpack/conf/packages/mlpack/trunk/debian/patches/build-Doxygen.patch	                        (rev 0)
+++ mlpack/conf/packages/mlpack/trunk/debian/patches/build-Doxygen.patch	2012-01-30 23:00:31 UTC (rev 11307)
@@ -0,0 +1,11 @@
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -116,7 +116,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.
+-  add_custom_target(doc
++  add_custom_target(doc ALL
+     ${DOXYGEN_EXECUTABLE} ${CMAKE_CURRENT_SOURCE_DIR}/Doxyfile
+     WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
+     COMMENT "Generating API documentation with Doxygen"

Added: mlpack/conf/packages/mlpack/trunk/debian/patches/series
===================================================================
--- mlpack/conf/packages/mlpack/trunk/debian/patches/series	                        (rev 0)
+++ mlpack/conf/packages/mlpack/trunk/debian/patches/series	2012-01-30 23:00:31 UTC (rev 11307)
@@ -0,0 +1 @@
+build-Doxygen.patch

Modified: mlpack/conf/packages/mlpack/trunk/debian/rules
===================================================================
--- mlpack/conf/packages/mlpack/trunk/debian/rules	2012-01-30 22:03:17 UTC (rev 11306)
+++ mlpack/conf/packages/mlpack/trunk/debian/rules	2012-01-30 23:00:31 UTC (rev 11307)
@@ -1,10 +1,4 @@
 #!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE




More information about the mlpack-svn mailing list