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

[SCM] Debian package checker branch, master, updated. 2.2.10-30-g417acdd



The following commit has been merged in the master branch:
commit 67dc7cda46e2b9e8f236f68f24433932333e422f
Author: Raphael Geissert <atomo64@gmail.com>
Date:   Wed Apr 1 18:50:20 2009 -0600

    Include pedantic tags in lintian.log
    
    Include pedantic tags in lintian.log, but don't display them in the HTML
    reports.

diff --git a/reporting/harness b/reporting/harness
index 270da23..06324b0 100755
--- a/reporting/harness
+++ b/reporting/harness
@@ -142,7 +142,7 @@ unless ($opt_f || $opt_c) {
 
 if ($opt_f) { # check all packages
   Log("Running Lintian over all packages...");
-  my $cmd = "$lintian_cmd -I -E -v -a --show-overrides -U changelog-file >$lintian_log 2>&1";
+  my $cmd = "$lintian_cmd -I -E --pedantic -v -a --show-overrides -U changelog-file >$lintian_log 2>&1";
   Log("Executing $cmd");
   my $res = (system($cmd) >> 8);
   (($res == 0) or ($res == 1))
@@ -259,7 +259,7 @@ if ($opt_i) { # process changes only
 
     # run Lintian over the newly introduced or changed packages
     Log("Running Lintian over newly introduced and changed packages...");
-    my $cmd = "$lintian_cmd -I -E -v --show-overrides -p $list_file -U changelog-file >>$lintian_log 2>&1";
+    my $cmd = "$lintian_cmd -I -E --pedantic -v --show-overrides -p $list_file -U changelog-file >>$lintian_log 2>&1";
     Log("Executing $cmd");
     my $res = (system($cmd) >> 8);
     (($res == 0) or ($res == 1))

-- 
Debian package checker


Reply to: