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

[SCM] Debian package checker branch, master, updated. 2.5.11-116-g3b19760



The following commit has been merged in the master branch:
commit 3b19760fc3c82a8757d42fb5215fdb32cbed87d4
Author: Niels Thykier <niels@thykier.net>
Date:   Sun Jan 27 16:56:21 2013 +0100

    lintian: Reuse variable instead of recomputing the value
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/frontend/lintian b/frontend/lintian
index f57884c..d2a8635 100755
--- a/frontend/lintian
+++ b/frontend/lintian
@@ -1101,7 +1101,7 @@ $unpack_options{'jobs'} = $opt{'jobs'};
 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)),
+          sprintf('Selected checks: %s', join (',', @scripts)),
           "Parallelization limit: $opt{'jobs'}",
     );
 

-- 
Debian package checker


Reply to: