[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian package checker branch, master, updated. 2.5.10-146-g3ba93a3



The following commit has been merged in the master branch:
commit 3ba93a3eaa642ddf302e89e4046094b1f7a76819
Author: Jakub Wilk <jwilk@debian.org>
Date:   Wed Sep 19 14:58:14 2012 +0200

    lintian: Fix typo of Parallelization
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/debian/changelog b/debian/changelog
index 62659d4..9ac1b02 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -140,6 +140,7 @@ lintian (2.5.11) UNRELEASED; urgency=low
     + [JW,NT] During the unpack phase, emit the name of the
       group currently being unpacked when --verbose is given.
       (Closes: #677890)
+    + [JW] Fix typo of Parallelization.
 
   * lib/Lintian/Architecture.pm:
     + [NT] Properly handle cases like "linux-amd64" being an
diff --git a/frontend/lintian b/frontend/lintian
index 5fd9fef..b67b30a 100755
--- a/frontend/lintian
+++ b/frontend/lintian
@@ -1076,7 +1076,7 @@ debug_msg(1,
           "Selected action: $action",
           sprintf('Extra data to collect: %s', join(',',sort keys %extra_unpack)),
           sprintf('Selected checks: %s', join(',',sort $PROFILE->scripts)),
-          "Parallization limit: $opt{'jobs'}",
+          "Parallelization limit: $opt{'jobs'}",
     );
 
 

-- 
Debian package checker


Reply to: