This is an automated email from the git hooks/post-receive script. lamby pushed a commit to branch master in repository lintian.
commit 08906c6d183eceab96d5000d094833725b0fa133 Author: Chris Lamb <[email protected]> Date: Sun Dec 10 09:31:58 2017 +0000 Add missing "jobs" entry to lintianrc example file. --- debian/changelog | 3 +++ doc/lintianrc.example | 3 +++ 2 files changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index 092e062..0e2c496 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,9 @@ lintian (2.5.63) UNRELEASED; urgency=medium + [CL] Correct parsing of "jobs=42" in lintianrc. If specified, it would be coerced to a boolean resulting in a value of 1. + * doc/lintianrc.example: + + [CL] Add missing "jobs" entry. + -- Chris Lamb <[email protected]> Thu, 07 Dec 2017 16:51:09 +0000 lintian (2.5.62) unstable; urgency=medium diff --git a/doc/lintianrc.example b/doc/lintianrc.example index 7a84ae2..7e863a1 100644 --- a/doc/lintianrc.example +++ b/doc/lintianrc.example @@ -16,6 +16,9 @@ # Enable info tags by default (--display info) #display-info = yes +# Limit the number of parallel unpacking jobs to X (--jobs) +#jobs = 8 + # Enable pedantic tags by default (--pedantic) #pedantic = yes -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git

