[Genabel-commits] r1339 - pkg/ProbABEL/doc
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Oct 7 19:19:00 CEST 2013
Author: lckarssen
Date: 2013-10-07 19:19:00 +0200 (Mon, 07 Oct 2013)
New Revision: 1339
Modified:
pkg/ProbABEL/doc/packaging.txt
Log:
ProbABEL: Added a short instruction to the packaging documentation on how to run a parallel build.
Modified: pkg/ProbABEL/doc/packaging.txt
===================================================================
--- pkg/ProbABEL/doc/packaging.txt 2013-10-07 13:11:10 UTC (rev 1338)
+++ pkg/ProbABEL/doc/packaging.txt 2013-10-07 17:19:00 UTC (rev 1339)
@@ -58,6 +58,9 @@
These last two commands can be run in one go using debuild (which
is part of the devscripts package):
debuild -i -us -uc -b
+ To run a parallel build using 4 processors change the previous
+ command to
+ debuild -eDEB_BUILD_OPTIONS="parallel=4" -i -us -uc -b
** Uploading to an Ubuntu PPA (Personal Package Archive)
First, make sure you've set the correct version of the
distribution you are packaging for in the debian/changelog file
More information about the Genabel-commits
mailing list