[mlpack-svn] r12150 - mlpack/conf/packages/mlpack/branches/1.0.X/debian

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Tue Apr 3 16:29:18 EDT 2012


Author: speet3
Date: 2012-04-03 16:29:18 -0400 (Tue, 03 Apr 2012)
New Revision: 12150

Modified:
   mlpack/conf/packages/mlpack/branches/1.0.X/debian/TODO
   mlpack/conf/packages/mlpack/branches/1.0.X/debian/control
Log:
don't build separate packages for each architecture when making the -dev and -doc packages

Modified: mlpack/conf/packages/mlpack/branches/1.0.X/debian/TODO
===================================================================
--- mlpack/conf/packages/mlpack/branches/1.0.X/debian/TODO	2012-04-03 20:25:47 UTC (rev 12149)
+++ mlpack/conf/packages/mlpack/branches/1.0.X/debian/TODO	2012-04-03 20:29:18 UTC (rev 12150)
@@ -1,5 +1 @@
-* ? separate rules and control to .svn and .release versions ?
 * First, it needs to be built in the pbuilder or sbuilder environment for 12.04, this was built under 11.04
-
-* Documentation should be packaged as a non-arch specific package
-* Something else?

Modified: mlpack/conf/packages/mlpack/branches/1.0.X/debian/control
===================================================================
--- mlpack/conf/packages/mlpack/branches/1.0.X/debian/control	2012-04-03 20:25:47 UTC (rev 12149)
+++ mlpack/conf/packages/mlpack/branches/1.0.X/debian/control	2012-04-03 20:29:18 UTC (rev 12150)
@@ -11,7 +11,7 @@
 
 Package: libmlpack-dev
 Section: libdevel
-Architecture: any
+Architecture: all
 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.
@@ -43,7 +43,7 @@
 
 Package: mlpack-doc
 Section: doc
-Architecture: any
+Architecture: all
 Depends: libmlpack1, ${misc:Depends}
 Description: Documentation for using MLPACK binaries and library
  MLPACK (Machine Learning PACK) is an open-source, intuitive, fast, and




More information about the mlpack-svn mailing list