r47692 - /website/debhelper.pod

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon Nov 23 19:18:08 UTC 2009


Author: gregoa
Date: Mon Nov 23 19:18:03 2009
New Revision: 47692

URL: http://svn.debian.org/wsvn/?sc=1&rev=47692
Log:
add info about --max-parallel

Modified:
    website/debhelper.pod

Modified: website/debhelper.pod
URL: http://svn.debian.org/wsvn/website/debhelper.pod?rev=47692&op=diff
==============================================================================
--- website/debhelper.pod (original)
+++ website/debhelper.pod Mon Nov 23 19:18:03 2009
@@ -247,6 +247,22 @@
 
 This requires support for overrides, introduced in B<debhelper 7.0.50>
 
+=head2 Parallel building
+
+Some upstream build systems are not parallel-build safe. debhelper's
+C<--max-parallel> can be used to disable parallel building:
+
+=begin html
+
+<pre>override_dh_auto_build:
+&#09;dh_auto_build --max-parallel=1
+</pre>
+
+=end html
+
+This requires B<debhelper 7.4.4>.
+
+
 =head1 Module::AutoInstall
 
 Module::AutoInstall is a module designed to automatically install missing
@@ -320,6 +336,8 @@
 
 =item * Tim Retout <tim at retout.co.uk>
 
+=item * gregor herrmann <gregoa at debian.org>
+
 =back
 
 =head1 LICENSE AND COPYRIGHT




More information about the Pkg-perl-cvs-commits mailing list