[mlpack-svn] r10733 - mlpack/conf/packages/mlpack/trunk/debian

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Mon Dec 12 15:01:22 EST 2011


Author: speet3
Date: 2011-12-12 15:01:22 -0500 (Mon, 12 Dec 2011)
New Revision: 10733

Modified:
   mlpack/conf/packages/mlpack/trunk/debian/build-from-svn.sh
Log:
apparently the --svn-lintian option causes svn-buildpackage to exit with an error code, inapropriately failing the build.  use debbuild as a alternate builder to get the lintian output without failing the build

Modified: mlpack/conf/packages/mlpack/trunk/debian/build-from-svn.sh
===================================================================
--- mlpack/conf/packages/mlpack/trunk/debian/build-from-svn.sh	2011-12-12 19:30:39 UTC (rev 10732)
+++ mlpack/conf/packages/mlpack/trunk/debian/build-from-svn.sh	2011-12-12 20:01:22 UTC (rev 10733)
@@ -12,4 +12,4 @@
 
 ./debian/rules get-orig-source
 mv *.tar.gz ../tarballs/
-svn-buildpackage --svn-lintian --svn-non-interactive --svn-ignore-new
+svn-buildpackage --svn-builder "debuild -us -uc" --svn-non-interactive --svn-ignore-new




More information about the mlpack-svn mailing list