[debhelper-devel] [debhelper] 02/07: doc/PROGRAMMING: Correct doc of on_items_in_parallel

Niels Thykier nthykier at moszumanska.debian.org
Mon Jun 26 17:27:47 UTC 2017


This is an automated email from the git hooks/post-receive script.

nthykier pushed a commit to branch master
in repository debhelper.

commit f2ad2942798596bb6bc3aabd7999c94cb836e2c7
Author: Niels Thykier <niels at thykier.net>
Date:   Mon Jun 26 16:47:18 2017 +0000

    doc/PROGRAMMING: Correct doc of on_items_in_parallel
    
    Signed-off-by: Niels Thykier <niels at thykier.net>
---
 doc/PROGRAMMING | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/PROGRAMMING b/doc/PROGRAMMING
index 47f86aa..c5627b3 100644
--- a/doc/PROGRAMMING
+++ b/doc/PROGRAMMING
@@ -360,11 +360,11 @@ log_installed_files($package, @paths)
 on_pkgs_in_parallel($code) - prototype: (&)
 	Short hand for on_items_in_parallel with $dh{DOPACKAGES} as
 	as list of packages.
-on_items_in_parallel($pkg_list_ref, $code)
-	Splits all the packages in $pkg_list_ref into a number of groups
+on_items_in_parallel($item_list_ref, $code)
+	Splits all the items in $item_list_ref into a number of groups
 	based on the max parallel (as decided by DEB_BUILD_OPTIONS)
 	A subprocess is forked for each group (minimum 1 process will be
-	forked) and each subprocess will be added a group of packages
+	forked) and each subprocess will be given a group of items
 	to process.  Each group is passed to the $code sub, which will
 	then process it and return normally on success.
 	Example:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debhelper/debhelper.git




More information about the debhelper-devel mailing list